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

models.globalaccelerator-2018-08-08-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Global Accelerator module holds the client classes that are used for communicating with Global Accelerator.

There is a newer version: 2.29.39
Show newest version
{
  "customizationConfig" : {
    "attachPayloadTraitToMember" : { },
    "blacklistedSimpleMethods" : [ "describeAcceleratorAttributes" ],
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customErrorCodeFieldName" : null,
    "customProtocolFactoryFqcn" : null,
    "customResponseMetadata" : null,
    "customRetryPolicy" : null,
    "customServiceMetadata" : null,
    "defaultSimpleMethodTestRegion" : "US_WEST_2",
    "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" : [ "listAccelerators" ]
  },
  "metadata" : {
    "apiVersion" : "2018-08-08",
    "asyncBuilder" : "DefaultGlobalAcceleratorAsyncClientBuilder",
    "asyncBuilderInterface" : "GlobalAcceleratorAsyncClientBuilder",
    "asyncClient" : "DefaultGlobalAcceleratorAsyncClient",
    "asyncInterface" : "GlobalAcceleratorAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultGlobalAcceleratorBaseClientBuilder",
    "baseBuilderInterface" : "GlobalAcceleratorBaseClientBuilder",
    "baseExceptionName" : "GlobalAcceleratorException",
    "baseRequestName" : "GlobalAcceleratorRequest",
    "baseResponseName" : "GlobalAcceleratorResponse",
    "cborProtocol" : false,
    "clientPackageName" : "globalaccelerator",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "AWS Global Accelerator",
    "documentation" : "AWS Global Accelerator 

This is the AWS Global Accelerator API Reference. This guide is for developers who need detailed information about AWS Global Accelerator API actions, data types, and errors. For more information about Global Accelerator features, see the AWS Global Accelerator Developer Guide.

AWS Global Accelerator is a service in which you create accelerators to improve availability and performance of your applications for local and global users.

You must specify the US West (Oregon) Region to create or update accelerators.

By default, Global Accelerator provides you with static IP addresses that you associate with your accelerator. (Instead of using the IP addresses that Global Accelerator provides, you can configure these entry points to be IPv4 addresses from your own IP address ranges that you bring to Global Accelerator.) The static IP addresses are anycast from the AWS edge network and distribute incoming application traffic across multiple endpoint resources in multiple AWS Regions, which increases the availability of your applications. Endpoints can be Network Load Balancers, Application Load Balancers, EC2 instances, or Elastic IP addresses that are located in one AWS Region or multiple Regions.

Global Accelerator uses the AWS global network to route traffic to the optimal regional endpoint based on health, client location, and policies that you configure. The service reacts instantly to changes in health or configuration to ensure that internet traffic from clients is directed to only healthy endpoints.

Global Accelerator includes components that work together to help you improve performance and availability for your applications:

Static IP address

By default, AWS Global Accelerator provides you with a set of static IP addresses that are anycast from the AWS edge network and serve as the single fixed entry points for your clients. Or you can configure these entry points to be IPv4 addresses from your own IP address ranges that you bring to Global Accelerator (BYOIP). For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide. If you already have load balancers, EC2 instances, or Elastic IP addresses set up for your applications, you can easily add those to Global Accelerator to allow the resources to be accessed by the static IP addresses.

The static IP addresses remain assigned to your accelerator for as long as it exists, even if you disable the accelerator and it no longer accepts or routes traffic. However, when you delete an accelerator, you lose the static IP addresses that are assigned to it, so you can no longer route traffic by using them. You can use IAM policies with Global Accelerator to limit the users who have permissions to delete an accelerator. For more information, see Authentication and Access Control in the AWS Global Accelerator Developer Guide.

Accelerator

An accelerator directs traffic to optimal endpoints over the AWS global network to improve availability and performance for your internet applications that have a global audience. Each accelerator includes one or more listeners.

DNS name

Global Accelerator assigns each accelerator a default Domain Name System (DNS) name, similar to a1234567890abcdef.awsglobalaccelerator.com, that points to your Global Accelerator static IP addresses. Depending on the use case, you can use your accelerator's static IP addresses or DNS name to route traffic to your accelerator, or set up DNS records to route traffic using your own custom domain name.

Network zone

A network zone services the static IP addresses for your accelerator from a unique IP subnet. Similar to an AWS Availability Zone, a network zone is an isolated unit with its own set of physical infrastructure. When you configure an accelerator, by default, Global Accelerator allocates two IPv4 addresses for it. If one IP address from a network zone becomes unavailable due to IP address blocking by certain client networks, or network disruptions, then client applications can retry on the healthy static IP address from the other isolated network zone.

Listener

A listener processes inbound connections from clients to Global Accelerator, based on the protocol and port that you configure. Each listener has one or more endpoint groups associated with it, and traffic is forwarded to endpoints in one of the groups. You associate endpoint groups with listeners by specifying the Regions that you want to distribute traffic to. Traffic is distributed to optimal endpoints within the endpoint groups associated with a listener.

Endpoint group

Each endpoint group is associated with a specific AWS Region. Endpoint groups include one or more endpoints in the Region. You can increase or reduce the percentage of traffic that would be otherwise directed to an endpoint group by adjusting a setting called a traffic dial. The traffic dial lets you easily do performance testing or blue/green deployment testing for new releases across different AWS Regions, for example.

Endpoint

An endpoint is a Network Load Balancer, Application Load Balancer, EC2 instance, or Elastic IP address. Traffic is routed to endpoints based on several factors, including the geo-proximity to the user, the health of the endpoint, and the configuration options that you choose, such as endpoint weights. For each endpoint, you can configure weights, which are numbers that you can use to specify the proportion of traffic to route to each one. This can be useful, for example, to do performance testing within a Region.

", "endpointPrefix" : "globalaccelerator", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.globalaccelerator", "fullModelPackageName" : "software.amazon.awssdk.services.globalaccelerator.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.globalaccelerator.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.globalaccelerator.transform", "fullTransformPackageName" : "software.amazon.awssdk.services.globalaccelerator.transform", "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "modelPackageName" : "globalaccelerator.model", "paginatorsPackageName" : "globalaccelerator.paginators", "protocol" : "json", "queryProtocol" : false, "requestTransformPackageName" : "globalaccelerator.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceId" : "Global Accelerator", "serviceName" : "GlobalAccelerator", "signingName" : "globalaccelerator", "syncBuilder" : "DefaultGlobalAcceleratorClientBuilder", "syncBuilderInterface" : "GlobalAcceleratorClientBuilder", "syncClient" : "DefaultGlobalAcceleratorClient", "syncInterface" : "GlobalAcceleratorClient", "transformPackageName" : "globalaccelerator.transform", "uid" : "globalaccelerator-2018-08-08", "xmlProtocol" : false }, "operations" : { "AdvertiseByoipCidr" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Advertises an IPv4 address range that is provisioned for use with your AWS resources through bring your own IP addresses (BYOIP). It can take a few minutes before traffic to the specified addresses starts routing to AWS because of propagation delays. To see an AWS CLI example of advertising an address range, scroll down to Example.

To stop advertising the BYOIP address range, use WithdrawByoipCidr.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

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

There was an internal error for AWS Global Accelerator.

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

An argument that you specified is invalid.

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

You don't have access permission.

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

The CIDR that you specified was not found or is incorrect.

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

The CIDR that you specified is not valid for this action. For example, the state of the CIDR might be incorrect for this action.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AdvertiseByoipCidrRequest", "variableName" : "advertiseByoipCidrRequest", "variableType" : "AdvertiseByoipCidrRequest", "documentation" : "", "simpleType" : "AdvertiseByoipCidrRequest", "variableSetterType" : "AdvertiseByoipCidrRequest" }, "methodName" : "advertiseByoipCidr", "operationName" : "AdvertiseByoipCidr", "paginated" : false, "returnType" : { "returnType" : "AdvertiseByoipCidrResponse", "documentation" : null }, "syncReturnType" : "AdvertiseByoipCidrResponse" }, "CreateAccelerator" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Create an accelerator. An accelerator includes one or more listeners that process inbound connections and direct traffic to one or more endpoint groups, each of which includes endpoints, such as Network Load Balancers. To see an AWS CLI example of creating an accelerator, scroll down to Example.

If you bring your own IP address ranges to AWS Global Accelerator (BYOIP), you can assign IP addresses from your own pool to your accelerator as the static IP address entry points. Only one IP address from each of your IP address ranges can be used for each accelerator.

You must specify the US West (Oregon) Region to create or update accelerators.

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

There was an internal error for AWS Global Accelerator.

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

An argument that you specified is invalid.

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

Processing your request would cause you to exceed an AWS Global Accelerator limit.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateAcceleratorRequest", "variableName" : "createAcceleratorRequest", "variableType" : "CreateAcceleratorRequest", "documentation" : "", "simpleType" : "CreateAcceleratorRequest", "variableSetterType" : "CreateAcceleratorRequest" }, "methodName" : "createAccelerator", "operationName" : "CreateAccelerator", "paginated" : false, "returnType" : { "returnType" : "CreateAcceleratorResponse", "documentation" : null }, "syncReturnType" : "CreateAcceleratorResponse" }, "CreateEndpointGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Create an endpoint group for the specified listener. An endpoint group is a collection of endpoints in one AWS Region. To see an AWS CLI example of creating an endpoint group, scroll down to Example.

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

The accelerator that you specified doesn't exist.

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

The endpoint group that you specified already exists.

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

The listener that you specified doesn't exist.

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

There was an internal error for AWS Global Accelerator.

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

An argument that you specified is invalid.

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

Processing your request would cause you to exceed an AWS Global Accelerator limit.

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

You don't have access permission.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateEndpointGroupRequest", "variableName" : "createEndpointGroupRequest", "variableType" : "CreateEndpointGroupRequest", "documentation" : "", "simpleType" : "CreateEndpointGroupRequest", "variableSetterType" : "CreateEndpointGroupRequest" }, "methodName" : "createEndpointGroup", "operationName" : "CreateEndpointGroup", "paginated" : false, "returnType" : { "returnType" : "CreateEndpointGroupResponse", "documentation" : null }, "syncReturnType" : "CreateEndpointGroupResponse" }, "CreateListener" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Create a listener to process inbound connections from clients to an accelerator. Connections arrive to assigned static IP addresses on a port, port range, or list of port ranges that you specify. To see an AWS CLI example of creating a listener, scroll down to Example.

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

An argument that you specified is invalid.

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

The accelerator that you specified doesn't exist.

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

The port numbers that you specified are not valid numbers or are not unique for this accelerator.

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

There was an internal error for AWS Global Accelerator.

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

Processing your request would cause you to exceed an AWS Global Accelerator limit.

", "httpStatusCode" : null } ], "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" }, "DeleteAccelerator" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Delete an accelerator. Before you can delete an accelerator, you must disable it and remove all dependent resources (listeners and endpoint groups). To disable the accelerator, update the accelerator to set Enabled to false.

When you create an accelerator, by default, Global Accelerator provides you with a set of two static IP addresses. Alternatively, you can bring your own IP address ranges to Global Accelerator and assign IP addresses from those ranges.

The IP addresses are assigned to your accelerator for as long as it exists, even if you disable the accelerator and it no longer accepts or routes traffic. However, when you delete an accelerator, you lose the static IP addresses that are assigned to the accelerator, so you can no longer route traffic by using them. As a best practice, ensure that you have permissions in place to avoid inadvertently deleting accelerators. You can use IAM policies with Global Accelerator to limit the users who have permissions to delete an accelerator. For more information, see Authentication and Access Control in the AWS Global Accelerator Developer Guide.

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

The accelerator that you specified doesn't exist.

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

The accelerator that you specified could not be disabled.

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

The accelerator that you specified has a listener associated with it. You must remove all dependent resources from an accelerator before you can delete it.

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

There was an internal error for AWS Global Accelerator.

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

An argument that you specified is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteAcceleratorRequest", "variableName" : "deleteAcceleratorRequest", "variableType" : "DeleteAcceleratorRequest", "documentation" : "", "simpleType" : "DeleteAcceleratorRequest", "variableSetterType" : "DeleteAcceleratorRequest" }, "methodName" : "deleteAccelerator", "operationName" : "DeleteAccelerator", "paginated" : false, "returnType" : { "returnType" : "DeleteAcceleratorResponse", "documentation" : null }, "syncReturnType" : "DeleteAcceleratorResponse" }, "DeleteEndpointGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Delete an endpoint group from a listener.

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

An argument that you specified is invalid.

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

The endpoint group that you specified doesn't exist.

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

There was an internal error for AWS Global Accelerator.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteEndpointGroupRequest", "variableName" : "deleteEndpointGroupRequest", "variableType" : "DeleteEndpointGroupRequest", "documentation" : "", "simpleType" : "DeleteEndpointGroupRequest", "variableSetterType" : "DeleteEndpointGroupRequest" }, "methodName" : "deleteEndpointGroup", "operationName" : "DeleteEndpointGroup", "paginated" : false, "returnType" : { "returnType" : "DeleteEndpointGroupResponse", "documentation" : null }, "syncReturnType" : "DeleteEndpointGroupResponse" }, "DeleteListener" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Delete a listener from an accelerator.

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

An argument that you specified is invalid.

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

The listener that you specified doesn't exist.

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

The listener that you specified has an endpoint group associated with it. You must remove all dependent resources from a listener before you can delete it.

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

There was an internal error for AWS Global Accelerator.

", "httpStatusCode" : null } ], "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" }, "DeprovisionByoipCidr" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Releases the specified address range that you provisioned to use with your AWS resources through bring your own IP addresses (BYOIP) and deletes the corresponding address pool. To see an AWS CLI example of deprovisioning an address range, scroll down to Example.

Before you can release an address range, you must stop advertising it by using WithdrawByoipCidr and you must not have any accelerators that are using static IP addresses allocated from its address range.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

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

There was an internal error for AWS Global Accelerator.

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

An argument that you specified is invalid.

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

You don't have access permission.

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

The CIDR that you specified was not found or is incorrect.

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

The CIDR that you specified is not valid for this action. For example, the state of the CIDR might be incorrect for this action.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeprovisionByoipCidrRequest", "variableName" : "deprovisionByoipCidrRequest", "variableType" : "DeprovisionByoipCidrRequest", "documentation" : "", "simpleType" : "DeprovisionByoipCidrRequest", "variableSetterType" : "DeprovisionByoipCidrRequest" }, "methodName" : "deprovisionByoipCidr", "operationName" : "DeprovisionByoipCidr", "paginated" : false, "returnType" : { "returnType" : "DeprovisionByoipCidrResponse", "documentation" : null }, "syncReturnType" : "DeprovisionByoipCidrResponse" }, "DescribeAccelerator" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describe an accelerator. To see an AWS CLI example of describing an accelerator, scroll down to Example.

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

The accelerator that you specified doesn't exist.

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

There was an internal error for AWS Global Accelerator.

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

An argument that you specified is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeAcceleratorRequest", "variableName" : "describeAcceleratorRequest", "variableType" : "DescribeAcceleratorRequest", "documentation" : "", "simpleType" : "DescribeAcceleratorRequest", "variableSetterType" : "DescribeAcceleratorRequest" }, "methodName" : "describeAccelerator", "operationName" : "DescribeAccelerator", "paginated" : false, "returnType" : { "returnType" : "DescribeAcceleratorResponse", "documentation" : null }, "syncReturnType" : "DescribeAcceleratorResponse" }, "DescribeAcceleratorAttributes" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describe the attributes of an accelerator. To see an AWS CLI example of describing the attributes of an accelerator, scroll down to Example.

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

The accelerator that you specified doesn't exist.

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

There was an internal error for AWS Global Accelerator.

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

An argument that you specified is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeAcceleratorAttributesRequest", "variableName" : "describeAcceleratorAttributesRequest", "variableType" : "DescribeAcceleratorAttributesRequest", "documentation" : "", "simpleType" : "DescribeAcceleratorAttributesRequest", "variableSetterType" : "DescribeAcceleratorAttributesRequest" }, "methodName" : "describeAcceleratorAttributes", "operationName" : "DescribeAcceleratorAttributes", "paginated" : false, "returnType" : { "returnType" : "DescribeAcceleratorAttributesResponse", "documentation" : null }, "syncReturnType" : "DescribeAcceleratorAttributesResponse" }, "DescribeEndpointGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describe an endpoint group.

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

An argument that you specified is invalid.

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

The endpoint group that you specified doesn't exist.

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

There was an internal error for AWS Global Accelerator.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeEndpointGroupRequest", "variableName" : "describeEndpointGroupRequest", "variableType" : "DescribeEndpointGroupRequest", "documentation" : "", "simpleType" : "DescribeEndpointGroupRequest", "variableSetterType" : "DescribeEndpointGroupRequest" }, "methodName" : "describeEndpointGroup", "operationName" : "DescribeEndpointGroup", "paginated" : false, "returnType" : { "returnType" : "DescribeEndpointGroupResponse", "documentation" : null }, "syncReturnType" : "DescribeEndpointGroupResponse" }, "DescribeListener" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Describe a listener. To see an AWS CLI example of describing a listener, scroll down to Example.

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

An argument that you specified is invalid.

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

The listener that you specified doesn't exist.

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

There was an internal error for AWS Global Accelerator.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeListenerRequest", "variableName" : "describeListenerRequest", "variableType" : "DescribeListenerRequest", "documentation" : "", "simpleType" : "DescribeListenerRequest", "variableSetterType" : "DescribeListenerRequest" }, "methodName" : "describeListener", "operationName" : "DescribeListener", "paginated" : false, "returnType" : { "returnType" : "DescribeListenerResponse", "documentation" : null }, "syncReturnType" : "DescribeListenerResponse" }, "ListAccelerators" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

List the accelerators for an AWS account. To see an AWS CLI example of listing the accelerators for an AWS account, scroll down to Example.

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

An argument that you specified is invalid.

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

There isn't another item to return.

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

There was an internal error for AWS Global Accelerator.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListAcceleratorsRequest", "variableName" : "listAcceleratorsRequest", "variableType" : "ListAcceleratorsRequest", "documentation" : "", "simpleType" : "ListAcceleratorsRequest", "variableSetterType" : "ListAcceleratorsRequest" }, "methodName" : "listAccelerators", "operationName" : "ListAccelerators", "paginated" : false, "returnType" : { "returnType" : "ListAcceleratorsResponse", "documentation" : null }, "syncReturnType" : "ListAcceleratorsResponse" }, "ListByoipCidrs" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the IP address ranges that were specified in calls to ProvisionByoipCidr.

To see an AWS CLI example of listing BYOIP CIDR addresses, scroll down to Example.

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

There was an internal error for AWS Global Accelerator.

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

An argument that you specified is invalid.

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

You don't have access permission.

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

There isn't another item to return.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListByoipCidrsRequest", "variableName" : "listByoipCidrsRequest", "variableType" : "ListByoipCidrsRequest", "documentation" : "", "simpleType" : "ListByoipCidrsRequest", "variableSetterType" : "ListByoipCidrsRequest" }, "methodName" : "listByoipCidrs", "operationName" : "ListByoipCidrs", "paginated" : false, "returnType" : { "returnType" : "ListByoipCidrsResponse", "documentation" : null }, "syncReturnType" : "ListByoipCidrsResponse" }, "ListEndpointGroups" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

List the endpoint groups that are associated with a listener. To see an AWS CLI example of listing the endpoint groups for listener, scroll down to Example.

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

The listener that you specified doesn't exist.

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

There isn't another item to return.

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

An argument that you specified is invalid.

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

There was an internal error for AWS Global Accelerator.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListEndpointGroupsRequest", "variableName" : "listEndpointGroupsRequest", "variableType" : "ListEndpointGroupsRequest", "documentation" : "", "simpleType" : "ListEndpointGroupsRequest", "variableSetterType" : "ListEndpointGroupsRequest" }, "methodName" : "listEndpointGroups", "operationName" : "ListEndpointGroups", "paginated" : false, "returnType" : { "returnType" : "ListEndpointGroupsResponse", "documentation" : null }, "syncReturnType" : "ListEndpointGroupsResponse" }, "ListListeners" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

List the listeners for an accelerator. To see an AWS CLI example of listing the listeners for an accelerator, scroll down to Example.

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

An argument that you specified is invalid.

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

The accelerator that you specified doesn't exist.

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

There isn't another item to return.

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

There was an internal error for AWS Global Accelerator.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListListenersRequest", "variableName" : "listListenersRequest", "variableType" : "ListListenersRequest", "documentation" : "", "simpleType" : "ListListenersRequest", "variableSetterType" : "ListListenersRequest" }, "methodName" : "listListeners", "operationName" : "ListListeners", "paginated" : false, "returnType" : { "returnType" : "ListListenersResponse", "documentation" : null }, "syncReturnType" : "ListListenersResponse" }, "ListTagsForResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

List all tags for an accelerator. To see an AWS CLI example of listing tags for an accelerator, scroll down to Example.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

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

The accelerator that you specified doesn't exist.

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

There was an internal error for AWS Global Accelerator.

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

An argument that you specified is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTagsForResourceRequest", "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "documentation" : "", "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "methodName" : "listTagsForResource", "operationName" : "ListTagsForResource", "paginated" : false, "returnType" : { "returnType" : "ListTagsForResourceResponse", "documentation" : null }, "syncReturnType" : "ListTagsForResourceResponse" }, "ProvisionByoipCidr" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Provisions an IP address range to use with your AWS resources through bring your own IP addresses (BYOIP) and creates a corresponding address pool. After the address range is provisioned, it is ready to be advertised using AdvertiseByoipCidr.

To see an AWS CLI example of provisioning an address range for BYOIP, scroll down to Example.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

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

There was an internal error for AWS Global Accelerator.

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

An argument that you specified is invalid.

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

Processing your request would cause you to exceed an AWS Global Accelerator limit.

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

You don't have access permission.

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

The CIDR that you specified is not valid for this action. For example, the state of the CIDR might be incorrect for this action.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ProvisionByoipCidrRequest", "variableName" : "provisionByoipCidrRequest", "variableType" : "ProvisionByoipCidrRequest", "documentation" : "", "simpleType" : "ProvisionByoipCidrRequest", "variableSetterType" : "ProvisionByoipCidrRequest" }, "methodName" : "provisionByoipCidr", "operationName" : "ProvisionByoipCidr", "paginated" : false, "returnType" : { "returnType" : "ProvisionByoipCidrResponse", "documentation" : null }, "syncReturnType" : "ProvisionByoipCidrResponse" }, "TagResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Add tags to an accelerator resource. To see an AWS CLI example of adding tags to an accelerator, scroll down to Example.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

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

The accelerator that you specified doesn't exist.

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

There was an internal error for AWS Global Accelerator.

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

An argument that you specified is invalid.

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

Remove tags from a Global Accelerator resource. When you specify a tag key, the action removes both that key and its associated value. To see an AWS CLI example of removing tags from an accelerator, scroll down to Example. The operation succeeds even if you attempt to remove tags from an accelerator that was already removed.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

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

The accelerator that you specified doesn't exist.

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

There was an internal error for AWS Global Accelerator.

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

An argument that you specified is invalid.

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

Update an accelerator. To see an AWS CLI example of updating an accelerator, scroll down to Example.

You must specify the US West (Oregon) Region to create or update accelerators.

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

The accelerator that you specified doesn't exist.

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

There was an internal error for AWS Global Accelerator.

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

An argument that you specified is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateAcceleratorRequest", "variableName" : "updateAcceleratorRequest", "variableType" : "UpdateAcceleratorRequest", "documentation" : "", "simpleType" : "UpdateAcceleratorRequest", "variableSetterType" : "UpdateAcceleratorRequest" }, "methodName" : "updateAccelerator", "operationName" : "UpdateAccelerator", "paginated" : false, "returnType" : { "returnType" : "UpdateAcceleratorResponse", "documentation" : null }, "syncReturnType" : "UpdateAcceleratorResponse" }, "UpdateAcceleratorAttributes" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Update the attributes for an accelerator. To see an AWS CLI example of updating an accelerator to enable flow logs, scroll down to Example.

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

The accelerator that you specified doesn't exist.

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

There was an internal error for AWS Global Accelerator.

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

An argument that you specified is invalid.

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

You don't have access permission.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateAcceleratorAttributesRequest", "variableName" : "updateAcceleratorAttributesRequest", "variableType" : "UpdateAcceleratorAttributesRequest", "documentation" : "", "simpleType" : "UpdateAcceleratorAttributesRequest", "variableSetterType" : "UpdateAcceleratorAttributesRequest" }, "methodName" : "updateAcceleratorAttributes", "operationName" : "UpdateAcceleratorAttributes", "paginated" : false, "returnType" : { "returnType" : "UpdateAcceleratorAttributesResponse", "documentation" : null }, "syncReturnType" : "UpdateAcceleratorAttributesResponse" }, "UpdateEndpointGroup" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Update an endpoint group. To see an AWS CLI example of updating an endpoint group, scroll down to Example.

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

An argument that you specified is invalid.

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

The endpoint group that you specified doesn't exist.

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

There was an internal error for AWS Global Accelerator.

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

Processing your request would cause you to exceed an AWS Global Accelerator limit.

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

You don't have access permission.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateEndpointGroupRequest", "variableName" : "updateEndpointGroupRequest", "variableType" : "UpdateEndpointGroupRequest", "documentation" : "", "simpleType" : "UpdateEndpointGroupRequest", "variableSetterType" : "UpdateEndpointGroupRequest" }, "methodName" : "updateEndpointGroup", "operationName" : "UpdateEndpointGroup", "paginated" : false, "returnType" : { "returnType" : "UpdateEndpointGroupResponse", "documentation" : null }, "syncReturnType" : "UpdateEndpointGroupResponse" }, "UpdateListener" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Update a listener. To see an AWS CLI example of updating listener, scroll down to Example.

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

An argument that you specified is invalid.

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

The port numbers that you specified are not valid numbers or are not unique for this accelerator.

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

The listener that you specified doesn't exist.

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

There was an internal error for AWS Global Accelerator.

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

Processing your request would cause you to exceed an AWS Global Accelerator limit.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateListenerRequest", "variableName" : "updateListenerRequest", "variableType" : "UpdateListenerRequest", "documentation" : "", "simpleType" : "UpdateListenerRequest", "variableSetterType" : "UpdateListenerRequest" }, "methodName" : "updateListener", "operationName" : "UpdateListener", "paginated" : false, "returnType" : { "returnType" : "UpdateListenerResponse", "documentation" : null }, "syncReturnType" : "UpdateListenerResponse" }, "WithdrawByoipCidr" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Stops advertising an address range that is provisioned as an address pool. You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time. To see an AWS CLI example of withdrawing an address range for BYOIP so it will no longer be advertised by AWS, scroll down to Example.

It can take a few minutes before traffic to the specified addresses stops routing to AWS because of propagation delays.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

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

There was an internal error for AWS Global Accelerator.

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

An argument that you specified is invalid.

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

You don't have access permission.

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

The CIDR that you specified was not found or is incorrect.

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

The CIDR that you specified is not valid for this action. For example, the state of the CIDR might be incorrect for this action.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "WithdrawByoipCidrRequest", "variableName" : "withdrawByoipCidrRequest", "variableType" : "WithdrawByoipCidrRequest", "documentation" : "", "simpleType" : "WithdrawByoipCidrRequest", "variableSetterType" : "WithdrawByoipCidrRequest" }, "methodName" : "withdrawByoipCidr", "operationName" : "WithdrawByoipCidr", "paginated" : false, "returnType" : { "returnType" : "WithdrawByoipCidrResponse", "documentation" : null }, "syncReturnType" : "WithdrawByoipCidrResponse" } }, "shapes" : { "Accelerator" : { "c2jName" : "Accelerator", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An accelerator is a complex type that includes one or more listeners that process inbound connections and then direct traffic to one or more endpoint groups, each of which includes endpoints, such as load balancers.

", "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" : "getAcceleratorArn", "beanStyleSetterMethodName" : "setAcceleratorArn", "c2jName" : "AcceleratorArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the accelerator.

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

The Amazon Resource Name (ARN) of the accelerator.

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

The Amazon Resource Name (ARN) of the accelerator.

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

The Amazon Resource Name (ARN) of the accelerator.

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

The Amazon Resource Name (ARN) of the accelerator.

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

The Amazon Resource Name (ARN) of the accelerator.

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

The Amazon Resource Name (ARN) of the accelerator.

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

The Amazon Resource Name (ARN) of the accelerator.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The name of the accelerator. The name 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 accelerator. The name must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.

\n@return The name of the accelerator. The name 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 accelerator. The name must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.

\n@param name The name of the accelerator. The name 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 accelerator. The name 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 accelerator. The name must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.

\n@param name The name of the accelerator. The name 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 accelerator. The name must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.

\n@return The name of the accelerator. The name 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 accelerator. The name must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.

\n@param name The name of the accelerator. The name 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 accelerator. The name 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" : "getIpAddressTypeAsString", "beanStyleSetterMethodName" : "setIpAddressType", "c2jName" : "IpAddressType", "c2jShape" : "IpAddressType", "defaultConsumerFluentSetterDocumentation" : "

The value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.\n@see IpAddressType\n@deprecated Use {@link #ipAddressTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The value for the address type must be IPv4.

\n@param ipAddressType The value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.

\n@param ipAddressType The value for the address type must be 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 value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.

\n@param ipAddressType The value for the address type must be 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 value for the address type must be IPv4.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "GenericBoolean", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

\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 the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

\n@return Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

\n@param enabled Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.\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 the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

", "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 the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

\n@param enabled Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

\n@return Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.", "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 the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

\n@param enabled Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.", "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 the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getIpSets", "beanStyleSetterMethodName" : "setIpSets", "c2jName" : "IpSets", "c2jShape" : "IpSets", "defaultConsumerFluentSetterDocumentation" : "

The static IP addresses that Global Accelerator associates with the accelerator.

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

The static IP addresses that Global Accelerator associates with the accelerator.

\n

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

\n

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

\n@return The static IP addresses that Global Accelerator associates with the accelerator.\n@deprecated Use {@link #ipSets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The static IP addresses that Global Accelerator associates with the accelerator.

\n@param ipSets The static IP addresses that Global Accelerator associates with the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ipSets(List)}\n", "documentation" : "

The static IP addresses that Global Accelerator associates with the accelerator.

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

The static IP addresses that Global Accelerator associates with the accelerator.

\n@param ipSets The static IP addresses that Global Accelerator associates with the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ipSets", "getterDocumentation" : "

The static IP addresses that Global Accelerator associates with the accelerator.

\n

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

\n

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

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

The static IP addresses that Global Accelerator associates with the accelerator.

\n@param ipSets The static IP addresses that Global Accelerator associates with the accelerator.", "setterMethodName" : "setIpSets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ipSets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ipSets", "variableType" : "java.util.List", "documentation" : "

The static IP addresses that Global Accelerator associates with the accelerator.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDnsName", "beanStyleSetterMethodName" : "setDnsName", "c2jName" : "DnsName", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer 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 #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 Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@return The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #dnsName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param dnsName The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.\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 Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.

", "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 Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param dnsName The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dnsName", "getterDocumentation" : "

The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@return The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer 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" : "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 Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param dnsName The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.", "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 Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.

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

Describes the deployment status of the accelerator.

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

Describes the deployment status of the accelerator.

\n

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

\n@return Describes the deployment status of the accelerator.\n@see AcceleratorStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Describes the deployment status of the accelerator.

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

Describes the deployment status of the accelerator.

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

Describes the deployment status of the accelerator.

\n@param status Describes the deployment status of the accelerator.\n@see AcceleratorStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AcceleratorStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

Describes the deployment status of the accelerator.

\n

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

\n@return Describes the deployment status of the accelerator.\n@see AcceleratorStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

Describes the deployment status of the accelerator.

\n@param status Describes the deployment status of the accelerator.\n@see AcceleratorStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

Describes the deployment status of the accelerator.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreatedTime", "beanStyleSetterMethodName" : "setCreatedTime", "c2jName" : "CreatedTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time that the accelerator 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 that the accelerator was created.

\n@return The date and time that the accelerator was created.\n@deprecated Use {@link #createdTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time that the accelerator was created.

\n@param createdTime The date and time that the accelerator 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 that the accelerator 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 that the accelerator was created.

\n@param createdTime The date and time that the accelerator 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 that the accelerator was created.

\n@return The date and time that the accelerator 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 that the accelerator was created.

\n@param createdTime The date and time that the accelerator 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 that the accelerator was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time that the accelerator was last modified.

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

The date and time that the accelerator was last modified.

\n@return The date and time that the accelerator was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time that the accelerator was last modified.

\n@param lastModifiedTime The date and time that the accelerator was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

The date and time that the accelerator was last modified.

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

The date and time that the accelerator was last modified.

\n@param lastModifiedTime The date and time that the accelerator was last modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

The date and time that the accelerator was last modified.

\n@return The date and time that the accelerator was last modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

The date and time that the accelerator was last modified.

\n@param lastModifiedTime The date and time that the accelerator was last modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

The date and time that the accelerator was last modified.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AcceleratorArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorArn", "beanStyleSetterMethodName" : "setAcceleratorArn", "c2jName" : "AcceleratorArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the accelerator.

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

The Amazon Resource Name (ARN) of the accelerator.

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

The Amazon Resource Name (ARN) of the accelerator.

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

The Amazon Resource Name (ARN) of the accelerator.

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

The Amazon Resource Name (ARN) of the accelerator.

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

The Amazon Resource Name (ARN) of the accelerator.

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

The Amazon Resource Name (ARN) of the accelerator.

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

The Amazon Resource Name (ARN) of the accelerator.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreatedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreatedTime", "beanStyleSetterMethodName" : "setCreatedTime", "c2jName" : "CreatedTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time that the accelerator 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 that the accelerator was created.

\n@return The date and time that the accelerator was created.\n@deprecated Use {@link #createdTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time that the accelerator was created.

\n@param createdTime The date and time that the accelerator 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 that the accelerator 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 that the accelerator was created.

\n@param createdTime The date and time that the accelerator 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 that the accelerator was created.

\n@return The date and time that the accelerator 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 that the accelerator was created.

\n@param createdTime The date and time that the accelerator 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 that the accelerator was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DnsName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDnsName", "beanStyleSetterMethodName" : "setDnsName", "c2jName" : "DnsName", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer 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 #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 Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@return The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #dnsName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param dnsName The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.\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 Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.

", "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 Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param dnsName The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dnsName", "getterDocumentation" : "

The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@return The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer 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" : "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 Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param dnsName The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.", "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 Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Enabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "GenericBoolean", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

\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 the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

\n@return Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

\n@param enabled Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.\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 the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

", "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 the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

\n@param enabled Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

\n@return Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.", "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 the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

\n@param enabled Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.", "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 the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IpAddressType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIpAddressTypeAsString", "beanStyleSetterMethodName" : "setIpAddressType", "c2jName" : "IpAddressType", "c2jShape" : "IpAddressType", "defaultConsumerFluentSetterDocumentation" : "

The value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.\n@see IpAddressType\n@deprecated Use {@link #ipAddressTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The value for the address type must be IPv4.

\n@param ipAddressType The value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.

\n@param ipAddressType The value for the address type must be 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 value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.

\n@param ipAddressType The value for the address type must be 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 value for the address type must be IPv4.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IpSets" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getIpSets", "beanStyleSetterMethodName" : "setIpSets", "c2jName" : "IpSets", "c2jShape" : "IpSets", "defaultConsumerFluentSetterDocumentation" : "

The static IP addresses that Global Accelerator associates with the accelerator.

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

The static IP addresses that Global Accelerator associates with the accelerator.

\n

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

\n

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

\n@return The static IP addresses that Global Accelerator associates with the accelerator.\n@deprecated Use {@link #ipSets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The static IP addresses that Global Accelerator associates with the accelerator.

\n@param ipSets The static IP addresses that Global Accelerator associates with the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ipSets(List)}\n", "documentation" : "

The static IP addresses that Global Accelerator associates with the accelerator.

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

The static IP addresses that Global Accelerator associates with the accelerator.

\n@param ipSets The static IP addresses that Global Accelerator associates with the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ipSets", "getterDocumentation" : "

The static IP addresses that Global Accelerator associates with the accelerator.

\n

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

\n

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

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

The static IP addresses that Global Accelerator associates with the accelerator.

\n@param ipSets The static IP addresses that Global Accelerator associates with the accelerator.", "setterMethodName" : "setIpSets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ipSets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ipSets", "variableType" : "java.util.List", "documentation" : "

The static IP addresses that Global Accelerator associates with the accelerator.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastModifiedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time that the accelerator was last modified.

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

The date and time that the accelerator was last modified.

\n@return The date and time that the accelerator was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time that the accelerator was last modified.

\n@param lastModifiedTime The date and time that the accelerator was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

The date and time that the accelerator was last modified.

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

The date and time that the accelerator was last modified.

\n@param lastModifiedTime The date and time that the accelerator was last modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

The date and time that the accelerator was last modified.

\n@return The date and time that the accelerator was last modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

The date and time that the accelerator was last modified.

\n@param lastModifiedTime The date and time that the accelerator was last modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

The date and time that the accelerator was last modified.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The name of the accelerator. The name 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 accelerator. The name must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.

\n@return The name of the accelerator. The name 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 accelerator. The name must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.

\n@param name The name of the accelerator. The name 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 accelerator. The name 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 accelerator. The name must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.

\n@param name The name of the accelerator. The name 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 accelerator. The name must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.

\n@return The name of the accelerator. The name 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 accelerator. The name must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.

\n@param name The name of the accelerator. The name 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 accelerator. The name must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.

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

Describes the deployment status of the accelerator.

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

Describes the deployment status of the accelerator.

\n

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

\n@return Describes the deployment status of the accelerator.\n@see AcceleratorStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Describes the deployment status of the accelerator.

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

Describes the deployment status of the accelerator.

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

Describes the deployment status of the accelerator.

\n@param status Describes the deployment status of the accelerator.\n@see AcceleratorStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AcceleratorStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

Describes the deployment status of the accelerator.

\n

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

\n@return Describes the deployment status of the accelerator.\n@see AcceleratorStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

Describes the deployment status of the accelerator.

\n@param status Describes the deployment status of the accelerator.\n@see AcceleratorStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

Describes the deployment status of the accelerator.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorArn", "beanStyleSetterMethodName" : "setAcceleratorArn", "c2jName" : "AcceleratorArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the accelerator.

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

The Amazon Resource Name (ARN) of the accelerator.

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

The Amazon Resource Name (ARN) of the accelerator.

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

The Amazon Resource Name (ARN) of the accelerator.

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

The Amazon Resource Name (ARN) of the accelerator.

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

The Amazon Resource Name (ARN) of the accelerator.

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

The Amazon Resource Name (ARN) of the accelerator.

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

The Amazon Resource Name (ARN) of the accelerator.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The name of the accelerator. The name 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 accelerator. The name must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.

\n@return The name of the accelerator. The name 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 accelerator. The name must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.

\n@param name The name of the accelerator. The name 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 accelerator. The name 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 accelerator. The name must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.

\n@param name The name of the accelerator. The name 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 accelerator. The name must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.

\n@return The name of the accelerator. The name 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 accelerator. The name must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.

\n@param name The name of the accelerator. The name 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 accelerator. The name 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" : "getIpAddressTypeAsString", "beanStyleSetterMethodName" : "setIpAddressType", "c2jName" : "IpAddressType", "c2jShape" : "IpAddressType", "defaultConsumerFluentSetterDocumentation" : "

The value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.\n@see IpAddressType\n@deprecated Use {@link #ipAddressTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The value for the address type must be IPv4.

\n@param ipAddressType The value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.

\n@param ipAddressType The value for the address type must be 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 value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.

\n@param ipAddressType The value for the address type must be 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 value for the address type must be IPv4.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "GenericBoolean", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

\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 the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

\n@return Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

\n@param enabled Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.\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 the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

", "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 the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

\n@param enabled Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

\n@return Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.", "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 the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

\n@param enabled Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.", "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 the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getIpSets", "beanStyleSetterMethodName" : "setIpSets", "c2jName" : "IpSets", "c2jShape" : "IpSets", "defaultConsumerFluentSetterDocumentation" : "

The static IP addresses that Global Accelerator associates with the accelerator.

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

The static IP addresses that Global Accelerator associates with the accelerator.

\n

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

\n

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

\n@return The static IP addresses that Global Accelerator associates with the accelerator.\n@deprecated Use {@link #ipSets()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The static IP addresses that Global Accelerator associates with the accelerator.

\n@param ipSets The static IP addresses that Global Accelerator associates with the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ipSets(List)}\n", "documentation" : "

The static IP addresses that Global Accelerator associates with the accelerator.

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

The static IP addresses that Global Accelerator associates with the accelerator.

\n@param ipSets The static IP addresses that Global Accelerator associates with the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ipSets", "getterDocumentation" : "

The static IP addresses that Global Accelerator associates with the accelerator.

\n

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

\n

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

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

The static IP addresses that Global Accelerator associates with the accelerator.

\n@param ipSets The static IP addresses that Global Accelerator associates with the accelerator.", "setterMethodName" : "setIpSets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ipSets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ipSets", "variableType" : "java.util.List", "documentation" : "

The static IP addresses that Global Accelerator associates with the accelerator.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDnsName", "beanStyleSetterMethodName" : "setDnsName", "c2jName" : "DnsName", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer 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 #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 Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@return The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #dnsName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param dnsName The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.\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 Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.

", "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 Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param dnsName The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dnsName", "getterDocumentation" : "

The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@return The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer 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" : "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 Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param dnsName The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.", "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 Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses.

The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.

For more information about the default DNS name, see Support for DNS Addressing in Global Accelerator in the AWS Global Accelerator Developer Guide.

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

Describes the deployment status of the accelerator.

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

Describes the deployment status of the accelerator.

\n

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

\n@return Describes the deployment status of the accelerator.\n@see AcceleratorStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Describes the deployment status of the accelerator.

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

Describes the deployment status of the accelerator.

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

Describes the deployment status of the accelerator.

\n@param status Describes the deployment status of the accelerator.\n@see AcceleratorStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AcceleratorStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

Describes the deployment status of the accelerator.

\n

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

\n@return Describes the deployment status of the accelerator.\n@see AcceleratorStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

Describes the deployment status of the accelerator.

\n@param status Describes the deployment status of the accelerator.\n@see AcceleratorStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

Describes the deployment status of the accelerator.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreatedTime", "beanStyleSetterMethodName" : "setCreatedTime", "c2jName" : "CreatedTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time that the accelerator 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 that the accelerator was created.

\n@return The date and time that the accelerator was created.\n@deprecated Use {@link #createdTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time that the accelerator was created.

\n@param createdTime The date and time that the accelerator 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 that the accelerator 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 that the accelerator was created.

\n@param createdTime The date and time that the accelerator 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 that the accelerator was created.

\n@return The date and time that the accelerator 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 that the accelerator was created.

\n@param createdTime The date and time that the accelerator 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 that the accelerator was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "Timestamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time that the accelerator was last modified.

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

The date and time that the accelerator was last modified.

\n@return The date and time that the accelerator was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time that the accelerator was last modified.

\n@param lastModifiedTime The date and time that the accelerator was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

The date and time that the accelerator was last modified.

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

The date and time that the accelerator was last modified.

\n@param lastModifiedTime The date and time that the accelerator was last modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

The date and time that the accelerator was last modified.

\n@return The date and time that the accelerator was last modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

The date and time that the accelerator was last modified.

\n@param lastModifiedTime The date and time that the accelerator was last modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

The date and time that the accelerator was last modified.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Accelerator", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Accelerator", "variableName" : "accelerator", "variableType" : "Accelerator", "documentation" : null, "simpleType" : "Accelerator", "variableSetterType" : "Accelerator" }, "wrapper" : false, "xmlNamespace" : null }, "AcceleratorAttributes" : { "c2jName" : "AcceleratorAttributes", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Attributes of an accelerator.

", "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" : "getFlowLogsEnabled", "beanStyleSetterMethodName" : "setFlowLogsEnabled", "c2jName" : "FlowLogsEnabled", "c2jShape" : "GenericBoolean", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

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

Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

\n@return Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #flowLogsEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

\n@param flowLogsEnabled Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #flowLogsEnabled(Boolean)}\n", "documentation" : "

Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

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

Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

\n@param flowLogsEnabled Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowLogsEnabled", "getterDocumentation" : "

Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

\n@return Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.", "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" : "FlowLogsEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FlowLogsEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "FlowLogsEnabled", "sensitive" : false, "setterDocumentation" : "

Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

\n@param flowLogsEnabled Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.", "setterMethodName" : "setFlowLogsEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "flowLogsEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "flowLogsEnabled", "variableType" : "Boolean", "documentation" : "

Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFlowLogsS3Bucket", "beanStyleSetterMethodName" : "setFlowLogsS3Bucket", "c2jName" : "FlowLogsS3Bucket", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

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

The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

\n@return The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.\n@deprecated Use {@link #flowLogsS3Bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

\n@param flowLogsS3Bucket The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #flowLogsS3Bucket(String)}\n", "documentation" : "

The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

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

The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

\n@param flowLogsS3Bucket The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowLogsS3Bucket", "getterDocumentation" : "

The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

\n@return The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FlowLogsS3Bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FlowLogsS3Bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FlowLogsS3Bucket", "sensitive" : false, "setterDocumentation" : "

The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

\n@param flowLogsS3Bucket The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.", "setterMethodName" : "setFlowLogsS3Bucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowLogsS3Bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowLogsS3Bucket", "variableType" : "String", "documentation" : "

The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFlowLogsS3Prefix", "beanStyleSetterMethodName" : "setFlowLogsS3Prefix", "c2jName" : "FlowLogsS3Prefix", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id

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

The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id

\n@return The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id\n@deprecated Use {@link #flowLogsS3Prefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id

\n@param flowLogsS3Prefix The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #flowLogsS3Prefix(String)}\n", "documentation" : "

The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id

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

The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id

\n@param flowLogsS3Prefix The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowLogsS3Prefix", "getterDocumentation" : "

The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id

\n@return The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FlowLogsS3Prefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FlowLogsS3Prefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FlowLogsS3Prefix", "sensitive" : false, "setterDocumentation" : "

The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id

\n@param flowLogsS3Prefix The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id", "setterMethodName" : "setFlowLogsS3Prefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowLogsS3Prefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowLogsS3Prefix", "variableType" : "String", "documentation" : "

The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FlowLogsEnabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFlowLogsEnabled", "beanStyleSetterMethodName" : "setFlowLogsEnabled", "c2jName" : "FlowLogsEnabled", "c2jShape" : "GenericBoolean", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

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

Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

\n@return Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #flowLogsEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

\n@param flowLogsEnabled Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #flowLogsEnabled(Boolean)}\n", "documentation" : "

Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

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

Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

\n@param flowLogsEnabled Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowLogsEnabled", "getterDocumentation" : "

Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

\n@return Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.", "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" : "FlowLogsEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FlowLogsEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "FlowLogsEnabled", "sensitive" : false, "setterDocumentation" : "

Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

\n@param flowLogsEnabled Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.", "setterMethodName" : "setFlowLogsEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "flowLogsEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "flowLogsEnabled", "variableType" : "Boolean", "documentation" : "

Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FlowLogsS3Bucket" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFlowLogsS3Bucket", "beanStyleSetterMethodName" : "setFlowLogsS3Bucket", "c2jName" : "FlowLogsS3Bucket", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

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

The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

\n@return The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.\n@deprecated Use {@link #flowLogsS3Bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

\n@param flowLogsS3Bucket The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #flowLogsS3Bucket(String)}\n", "documentation" : "

The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

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

The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

\n@param flowLogsS3Bucket The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowLogsS3Bucket", "getterDocumentation" : "

The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

\n@return The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FlowLogsS3Bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FlowLogsS3Bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FlowLogsS3Bucket", "sensitive" : false, "setterDocumentation" : "

The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

\n@param flowLogsS3Bucket The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.", "setterMethodName" : "setFlowLogsS3Bucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowLogsS3Bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowLogsS3Bucket", "variableType" : "String", "documentation" : "

The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FlowLogsS3Prefix" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFlowLogsS3Prefix", "beanStyleSetterMethodName" : "setFlowLogsS3Prefix", "c2jName" : "FlowLogsS3Prefix", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id

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

The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id

\n@return The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id\n@deprecated Use {@link #flowLogsS3Prefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id

\n@param flowLogsS3Prefix The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #flowLogsS3Prefix(String)}\n", "documentation" : "

The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id

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

The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id

\n@param flowLogsS3Prefix The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowLogsS3Prefix", "getterDocumentation" : "

The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id

\n@return The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FlowLogsS3Prefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FlowLogsS3Prefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FlowLogsS3Prefix", "sensitive" : false, "setterDocumentation" : "

The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id

\n@param flowLogsS3Prefix The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id", "setterMethodName" : "setFlowLogsS3Prefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowLogsS3Prefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowLogsS3Prefix", "variableType" : "String", "documentation" : "

The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFlowLogsEnabled", "beanStyleSetterMethodName" : "setFlowLogsEnabled", "c2jName" : "FlowLogsEnabled", "c2jShape" : "GenericBoolean", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

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

Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

\n@return Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #flowLogsEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

\n@param flowLogsEnabled Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #flowLogsEnabled(Boolean)}\n", "documentation" : "

Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

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

Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

\n@param flowLogsEnabled Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowLogsEnabled", "getterDocumentation" : "

Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

\n@return Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.", "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" : "FlowLogsEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FlowLogsEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "FlowLogsEnabled", "sensitive" : false, "setterDocumentation" : "

Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

\n@param flowLogsEnabled Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.", "setterMethodName" : "setFlowLogsEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "flowLogsEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "flowLogsEnabled", "variableType" : "Boolean", "documentation" : "

Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFlowLogsS3Bucket", "beanStyleSetterMethodName" : "setFlowLogsS3Bucket", "c2jName" : "FlowLogsS3Bucket", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

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

The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

\n@return The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.\n@deprecated Use {@link #flowLogsS3Bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

\n@param flowLogsS3Bucket The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #flowLogsS3Bucket(String)}\n", "documentation" : "

The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

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

The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

\n@param flowLogsS3Bucket The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowLogsS3Bucket", "getterDocumentation" : "

The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

\n@return The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FlowLogsS3Bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FlowLogsS3Bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FlowLogsS3Bucket", "sensitive" : false, "setterDocumentation" : "

The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

\n@param flowLogsS3Bucket The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.", "setterMethodName" : "setFlowLogsS3Bucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowLogsS3Bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowLogsS3Bucket", "variableType" : "String", "documentation" : "

The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFlowLogsS3Prefix", "beanStyleSetterMethodName" : "setFlowLogsS3Prefix", "c2jName" : "FlowLogsS3Prefix", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id

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

The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id

\n@return The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id\n@deprecated Use {@link #flowLogsS3Prefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id

\n@param flowLogsS3Prefix The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #flowLogsS3Prefix(String)}\n", "documentation" : "

The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id

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

The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id

\n@param flowLogsS3Prefix The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowLogsS3Prefix", "getterDocumentation" : "

The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id

\n@return The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FlowLogsS3Prefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FlowLogsS3Prefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FlowLogsS3Prefix", "sensitive" : false, "setterDocumentation" : "

The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id

\n@param flowLogsS3Prefix The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id", "setterMethodName" : "setFlowLogsS3Prefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowLogsS3Prefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowLogsS3Prefix", "variableType" : "String", "documentation" : "

The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

s3-bucket_name//AWSLogs/aws_account_id

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AcceleratorAttributes", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AcceleratorAttributes", "variableName" : "acceleratorAttributes", "variableType" : "AcceleratorAttributes", "documentation" : null, "simpleType" : "AcceleratorAttributes", "variableSetterType" : "AcceleratorAttributes" }, "wrapper" : false, "xmlNamespace" : null }, "AcceleratorNotDisabledException" : { "c2jName" : "AcceleratorNotDisabledException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The accelerator that you specified could not be disabled.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "AcceleratorNotDisabledException", "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" : "AcceleratorNotDisabledException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AcceleratorNotDisabledException", "variableName" : "acceleratorNotDisabledException", "variableType" : "AcceleratorNotDisabledException", "documentation" : null, "simpleType" : "AcceleratorNotDisabledException", "variableSetterType" : "AcceleratorNotDisabledException" }, "wrapper" : false, "xmlNamespace" : null }, "AcceleratorNotFoundException" : { "c2jName" : "AcceleratorNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The accelerator that you specified doesn't exist.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "AcceleratorNotFoundException", "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" : "AcceleratorNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AcceleratorNotFoundException", "variableName" : "acceleratorNotFoundException", "variableType" : "AcceleratorNotFoundException", "documentation" : null, "simpleType" : "AcceleratorNotFoundException", "variableSetterType" : "AcceleratorNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "AcceleratorStatus" : { "c2jName" : "AcceleratorStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "DEPLOYED", "value" : "DEPLOYED" }, { "name" : "IN_PROGRESS", "value" : "IN_PROGRESS" } ], "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" : "AcceleratorStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AcceleratorStatus", "variableName" : "acceleratorStatus", "variableType" : "AcceleratorStatus", "documentation" : null, "simpleType" : "AcceleratorStatus", "variableSetterType" : "AcceleratorStatus" }, "wrapper" : false, "xmlNamespace" : null }, "AccessDeniedException" : { "c2jName" : "AccessDeniedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

You don't have access permission.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "AccessDeniedException", "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" : "AccessDeniedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AccessDeniedException", "variableName" : "accessDeniedException", "variableType" : "AccessDeniedException", "documentation" : null, "simpleType" : "AccessDeniedException", "variableSetterType" : "AccessDeniedException" }, "wrapper" : false, "xmlNamespace" : null }, "AdvertiseByoipCidrRequest" : { "c2jName" : "AdvertiseByoipCidrRequest", "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" : "AdvertiseByoipCidr", "locationName" : null, "requestUri" : "/", "target" : "GlobalAccelerator_V20180706.AdvertiseByoipCidr", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCidr", "beanStyleSetterMethodName" : "setCidr", "c2jName" : "Cidr", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

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

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

\n@return The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.\n@deprecated Use {@link #cidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

\n@param cidr The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cidr(String)}\n", "documentation" : "

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

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

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

\n@param cidr The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cidr", "getterDocumentation" : "

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

\n@return The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cidr", "sensitive" : false, "setterDocumentation" : "

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

\n@param cidr The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.", "setterMethodName" : "setCidr", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : "

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cidr" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCidr", "beanStyleSetterMethodName" : "setCidr", "c2jName" : "Cidr", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

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

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

\n@return The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.\n@deprecated Use {@link #cidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

\n@param cidr The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cidr(String)}\n", "documentation" : "

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

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

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

\n@param cidr The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cidr", "getterDocumentation" : "

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

\n@return The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cidr", "sensitive" : false, "setterDocumentation" : "

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

\n@param cidr The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.", "setterMethodName" : "setCidr", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : "

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCidr", "beanStyleSetterMethodName" : "setCidr", "c2jName" : "Cidr", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

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

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

\n@return The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.\n@deprecated Use {@link #cidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

\n@param cidr The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cidr(String)}\n", "documentation" : "

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

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

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

\n@param cidr The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cidr", "getterDocumentation" : "

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

\n@return The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cidr", "sensitive" : false, "setterDocumentation" : "

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

\n@param cidr The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.", "setterMethodName" : "setCidr", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : "

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Cidr" ], "shapeName" : "AdvertiseByoipCidrRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AdvertiseByoipCidrRequest", "variableName" : "advertiseByoipCidrRequest", "variableType" : "AdvertiseByoipCidrRequest", "documentation" : null, "simpleType" : "AdvertiseByoipCidrRequest", "variableSetterType" : "AdvertiseByoipCidrRequest" }, "wrapper" : false, "xmlNamespace" : null }, "AdvertiseByoipCidrResponse" : { "c2jName" : "AdvertiseByoipCidrResponse", "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" : "getByoipCidr", "beanStyleSetterMethodName" : "setByoipCidr", "c2jName" : "ByoipCidr", "c2jShape" : "ByoipCidr", "defaultConsumerFluentSetterDocumentation" : "

Information about the address range.

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

Information about the address range.

\n@return Information about the address range.\n@deprecated Use {@link #byoipCidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the address range.

\n@param byoipCidr Information about the address range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #byoipCidr(ByoipCidr)}\n", "documentation" : "

Information about the address range.

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

Information about the address range.

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

Information about the address range.

\n@return Information about the address range.", "getterModel" : { "returnType" : "ByoipCidr", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ByoipCidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ByoipCidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ByoipCidr", "sensitive" : false, "setterDocumentation" : "

Information about the address range.

\n@param byoipCidr Information about the address range.", "setterMethodName" : "setByoipCidr", "setterModel" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : null, "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : "

Information about the address range.

", "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ByoipCidr" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getByoipCidr", "beanStyleSetterMethodName" : "setByoipCidr", "c2jName" : "ByoipCidr", "c2jShape" : "ByoipCidr", "defaultConsumerFluentSetterDocumentation" : "

Information about the address range.

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

Information about the address range.

\n@return Information about the address range.\n@deprecated Use {@link #byoipCidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the address range.

\n@param byoipCidr Information about the address range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #byoipCidr(ByoipCidr)}\n", "documentation" : "

Information about the address range.

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

Information about the address range.

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

Information about the address range.

\n@return Information about the address range.", "getterModel" : { "returnType" : "ByoipCidr", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ByoipCidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ByoipCidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ByoipCidr", "sensitive" : false, "setterDocumentation" : "

Information about the address range.

\n@param byoipCidr Information about the address range.", "setterMethodName" : "setByoipCidr", "setterModel" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : null, "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : "

Information about the address range.

", "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getByoipCidr", "beanStyleSetterMethodName" : "setByoipCidr", "c2jName" : "ByoipCidr", "c2jShape" : "ByoipCidr", "defaultConsumerFluentSetterDocumentation" : "

Information about the address range.

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

Information about the address range.

\n@return Information about the address range.\n@deprecated Use {@link #byoipCidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the address range.

\n@param byoipCidr Information about the address range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #byoipCidr(ByoipCidr)}\n", "documentation" : "

Information about the address range.

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

Information about the address range.

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

Information about the address range.

\n@return Information about the address range.", "getterModel" : { "returnType" : "ByoipCidr", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ByoipCidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ByoipCidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ByoipCidr", "sensitive" : false, "setterDocumentation" : "

Information about the address range.

\n@param byoipCidr Information about the address range.", "setterMethodName" : "setByoipCidr", "setterModel" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : null, "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : "

Information about the address range.

", "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AdvertiseByoipCidrResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AdvertiseByoipCidrResponse", "variableName" : "advertiseByoipCidrResponse", "variableType" : "AdvertiseByoipCidrResponse", "documentation" : null, "simpleType" : "AdvertiseByoipCidrResponse", "variableSetterType" : "AdvertiseByoipCidrResponse" }, "wrapper" : false, "xmlNamespace" : null }, "AssociatedEndpointGroupFoundException" : { "c2jName" : "AssociatedEndpointGroupFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The listener that you specified has an endpoint group associated with it. You must remove all dependent resources from a listener before you can delete it.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "AssociatedEndpointGroupFoundException", "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" : "AssociatedEndpointGroupFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AssociatedEndpointGroupFoundException", "variableName" : "associatedEndpointGroupFoundException", "variableType" : "AssociatedEndpointGroupFoundException", "documentation" : null, "simpleType" : "AssociatedEndpointGroupFoundException", "variableSetterType" : "AssociatedEndpointGroupFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "AssociatedListenerFoundException" : { "c2jName" : "AssociatedListenerFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The accelerator that you specified has a listener associated with it. You must remove all dependent resources from an accelerator before you can delete it.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "AssociatedListenerFoundException", "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" : "AssociatedListenerFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AssociatedListenerFoundException", "variableName" : "associatedListenerFoundException", "variableType" : "AssociatedListenerFoundException", "documentation" : null, "simpleType" : "AssociatedListenerFoundException", "variableSetterType" : "AssociatedListenerFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "ByoipCidr" : { "c2jName" : "ByoipCidr", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Information about an IP address range that is provisioned for use with your AWS resources through bring your own IP addresses (BYOIP).

The following describes each BYOIP State that your IP address range can be in.

  • PENDING_PROVISIONING — You’ve submitted a request to provision an IP address range but it is not yet provisioned with AWS Global Accelerator.

  • READY — The address range is provisioned with AWS Global Accelerator and can be advertised.

  • PENDING_ADVERTISING — You’ve submitted a request for AWS Global Accelerator to advertise an address range but it is not yet being advertised.

  • ADVERTISING — The address range is being advertised by AWS Global Accelerator.

  • PENDING_WITHDRAWING — You’ve submitted a request to withdraw an address range from being advertised but it is still being advertised by AWS Global Accelerator.

  • PENDING_DEPROVISIONING — You’ve submitted a request to deprovision an address range from AWS Global Accelerator but it is still provisioned.

  • DEPROVISIONED — The address range is deprovisioned from AWS Global Accelerator.

  • FAILED_PROVISION — The request to provision the address range from AWS Global Accelerator was not successful. Please make sure that you provide all of the correct information, and try again. If the request fails a second time, contact AWS support.

  • FAILED_ADVERTISING — The request for AWS Global Accelerator to advertise the address range was not successful. Please make sure that you provide all of the correct information, and try again. If the request fails a second time, contact AWS support.

  • FAILED_WITHDRAW — The request to withdraw the address range from advertising by AWS Global Accelerator was not successful. Please make sure that you provide all of the correct information, and try again. If the request fails a second time, contact AWS support.

  • FAILED_DEPROVISION — The request to deprovision the address range from AWS Global Accelerator was not successful. Please make sure that you provide all of the correct information, and try again. If the request fails a second time, contact AWS support.

", "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" : "getCidr", "beanStyleSetterMethodName" : "setCidr", "c2jName" : "Cidr", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The address range, in CIDR notation.

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

The address range, in CIDR notation.

\n@return The address range, in CIDR notation.\n@deprecated Use {@link #cidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The address range, in CIDR notation.

\n@param cidr The address range, in CIDR notation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cidr(String)}\n", "documentation" : "

The address range, in CIDR notation.

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

The address range, in CIDR notation.

\n@param cidr The address range, in CIDR notation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cidr", "getterDocumentation" : "

The address range, in CIDR notation.

\n@return The address range, in CIDR notation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cidr", "sensitive" : false, "setterDocumentation" : "

The address range, in CIDR notation.

\n@param cidr The address range, in CIDR notation.", "setterMethodName" : "setCidr", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : "

The address range, in CIDR notation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStateAsString", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "ByoipCidrState", "defaultConsumerFluentSetterDocumentation" : "

The state of the address 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 #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 address pool.

\n

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

\n@return The state of the address pool.\n@see ByoipCidrState\n@deprecated Use {@link #stateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The state of the address pool.

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

The state of the address pool.

", "endpointDiscoveryId" : false, "enumType" : "ByoipCidrState", "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 address pool.

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

The state of the address pool.

\n

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

\n@return The state of the address pool.\n@see ByoipCidrState", "getterModel" : { "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 address pool.

\n@param state The state of the address pool.\n@see ByoipCidrState", "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 address pool.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cidr" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCidr", "beanStyleSetterMethodName" : "setCidr", "c2jName" : "Cidr", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The address range, in CIDR notation.

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

The address range, in CIDR notation.

\n@return The address range, in CIDR notation.\n@deprecated Use {@link #cidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The address range, in CIDR notation.

\n@param cidr The address range, in CIDR notation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cidr(String)}\n", "documentation" : "

The address range, in CIDR notation.

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

The address range, in CIDR notation.

\n@param cidr The address range, in CIDR notation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cidr", "getterDocumentation" : "

The address range, in CIDR notation.

\n@return The address range, in CIDR notation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cidr", "sensitive" : false, "setterDocumentation" : "

The address range, in CIDR notation.

\n@param cidr The address range, in CIDR notation.", "setterMethodName" : "setCidr", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : "

The address range, in CIDR notation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "State" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStateAsString", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "ByoipCidrState", "defaultConsumerFluentSetterDocumentation" : "

The state of the address 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 #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 address pool.

\n

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

\n@return The state of the address pool.\n@see ByoipCidrState\n@deprecated Use {@link #stateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The state of the address pool.

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

The state of the address pool.

", "endpointDiscoveryId" : false, "enumType" : "ByoipCidrState", "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 address pool.

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

The state of the address pool.

\n

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

\n@return The state of the address pool.\n@see ByoipCidrState", "getterModel" : { "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 address pool.

\n@param state The state of the address pool.\n@see ByoipCidrState", "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 address pool.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCidr", "beanStyleSetterMethodName" : "setCidr", "c2jName" : "Cidr", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The address range, in CIDR notation.

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

The address range, in CIDR notation.

\n@return The address range, in CIDR notation.\n@deprecated Use {@link #cidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The address range, in CIDR notation.

\n@param cidr The address range, in CIDR notation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cidr(String)}\n", "documentation" : "

The address range, in CIDR notation.

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

The address range, in CIDR notation.

\n@param cidr The address range, in CIDR notation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cidr", "getterDocumentation" : "

The address range, in CIDR notation.

\n@return The address range, in CIDR notation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cidr", "sensitive" : false, "setterDocumentation" : "

The address range, in CIDR notation.

\n@param cidr The address range, in CIDR notation.", "setterMethodName" : "setCidr", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : "

The address range, in CIDR notation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStateAsString", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "ByoipCidrState", "defaultConsumerFluentSetterDocumentation" : "

The state of the address 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 #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 address pool.

\n

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

\n@return The state of the address pool.\n@see ByoipCidrState\n@deprecated Use {@link #stateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The state of the address pool.

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

The state of the address pool.

", "endpointDiscoveryId" : false, "enumType" : "ByoipCidrState", "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 address pool.

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

The state of the address pool.

\n

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

\n@return The state of the address pool.\n@see ByoipCidrState", "getterModel" : { "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 address pool.

\n@param state The state of the address pool.\n@see ByoipCidrState", "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 address pool.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ByoipCidr", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : null, "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "wrapper" : false, "xmlNamespace" : null }, "ByoipCidrNotFoundException" : { "c2jName" : "ByoipCidrNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The CIDR that you specified was not found or is incorrect.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ByoipCidrNotFoundException", "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" : "ByoipCidrNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ByoipCidrNotFoundException", "variableName" : "byoipCidrNotFoundException", "variableType" : "ByoipCidrNotFoundException", "documentation" : null, "simpleType" : "ByoipCidrNotFoundException", "variableSetterType" : "ByoipCidrNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "ByoipCidrState" : { "c2jName" : "ByoipCidrState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "PENDING_PROVISIONING", "value" : "PENDING_PROVISIONING" }, { "name" : "READY", "value" : "READY" }, { "name" : "PENDING_ADVERTISING", "value" : "PENDING_ADVERTISING" }, { "name" : "ADVERTISING", "value" : "ADVERTISING" }, { "name" : "PENDING_WITHDRAWING", "value" : "PENDING_WITHDRAWING" }, { "name" : "PENDING_DEPROVISIONING", "value" : "PENDING_DEPROVISIONING" }, { "name" : "DEPROVISIONED", "value" : "DEPROVISIONED" }, { "name" : "FAILED_PROVISION", "value" : "FAILED_PROVISION" }, { "name" : "FAILED_ADVERTISING", "value" : "FAILED_ADVERTISING" }, { "name" : "FAILED_WITHDRAW", "value" : "FAILED_WITHDRAW" }, { "name" : "FAILED_DEPROVISION", "value" : "FAILED_DEPROVISION" } ], "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" : "ByoipCidrState", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ByoipCidrState", "variableName" : "byoipCidrState", "variableType" : "ByoipCidrState", "documentation" : null, "simpleType" : "ByoipCidrState", "variableSetterType" : "ByoipCidrState" }, "wrapper" : false, "xmlNamespace" : null }, "CidrAuthorizationContext" : { "c2jName" : "CidrAuthorizationContext", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Provides authorization for Amazon to bring a specific IP address range to a specific AWS account using bring your own IP addresses (BYOIP).

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

", "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" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The plain-text authorization message for the prefix and account.

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

The plain-text authorization message for the prefix and account.

\n@return The plain-text authorization message for the prefix and account.\n@deprecated Use {@link #message()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The plain-text authorization message for the prefix and account.

\n@param message The plain-text authorization message for the prefix and account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #message(String)}\n", "documentation" : "

The plain-text authorization message for the prefix and account.

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

The plain-text authorization message for the prefix and account.

\n@param message The plain-text authorization message for the prefix and account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

The plain-text authorization message for the prefix and account.

\n@return The plain-text authorization message for the prefix and account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

The plain-text authorization message for the prefix and account.

\n@param message The plain-text authorization message for the prefix and account.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

The plain-text authorization message for the prefix and account.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSignature", "beanStyleSetterMethodName" : "setSignature", "c2jName" : "Signature", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The signed authorization message for the prefix and account.

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

The signed authorization message for the prefix and account.

\n@return The signed authorization message for the prefix and account.\n@deprecated Use {@link #signature()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The signed authorization message for the prefix and account.

\n@param signature The signed authorization message for the prefix and account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signature(String)}\n", "documentation" : "

The signed authorization message for the prefix and account.

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

The signed authorization message for the prefix and account.

\n@param signature The signed authorization message for the prefix and account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signature", "getterDocumentation" : "

The signed authorization message for the prefix and account.

\n@return The signed authorization message for the prefix and account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Signature", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Signature", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Signature", "sensitive" : false, "setterDocumentation" : "

The signed authorization message for the prefix and account.

\n@param signature The signed authorization message for the prefix and account.", "setterMethodName" : "setSignature", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "signature", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "signature", "variableType" : "String", "documentation" : "

The signed authorization message for the prefix and account.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Message" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The plain-text authorization message for the prefix and account.

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

The plain-text authorization message for the prefix and account.

\n@return The plain-text authorization message for the prefix and account.\n@deprecated Use {@link #message()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The plain-text authorization message for the prefix and account.

\n@param message The plain-text authorization message for the prefix and account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #message(String)}\n", "documentation" : "

The plain-text authorization message for the prefix and account.

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

The plain-text authorization message for the prefix and account.

\n@param message The plain-text authorization message for the prefix and account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

The plain-text authorization message for the prefix and account.

\n@return The plain-text authorization message for the prefix and account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

The plain-text authorization message for the prefix and account.

\n@param message The plain-text authorization message for the prefix and account.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

The plain-text authorization message for the prefix and account.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Signature" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSignature", "beanStyleSetterMethodName" : "setSignature", "c2jName" : "Signature", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The signed authorization message for the prefix and account.

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

The signed authorization message for the prefix and account.

\n@return The signed authorization message for the prefix and account.\n@deprecated Use {@link #signature()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The signed authorization message for the prefix and account.

\n@param signature The signed authorization message for the prefix and account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signature(String)}\n", "documentation" : "

The signed authorization message for the prefix and account.

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

The signed authorization message for the prefix and account.

\n@param signature The signed authorization message for the prefix and account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signature", "getterDocumentation" : "

The signed authorization message for the prefix and account.

\n@return The signed authorization message for the prefix and account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Signature", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Signature", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Signature", "sensitive" : false, "setterDocumentation" : "

The signed authorization message for the prefix and account.

\n@param signature The signed authorization message for the prefix and account.", "setterMethodName" : "setSignature", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "signature", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "signature", "variableType" : "String", "documentation" : "

The signed authorization message for the prefix and account.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The plain-text authorization message for the prefix and account.

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

The plain-text authorization message for the prefix and account.

\n@return The plain-text authorization message for the prefix and account.\n@deprecated Use {@link #message()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The plain-text authorization message for the prefix and account.

\n@param message The plain-text authorization message for the prefix and account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #message(String)}\n", "documentation" : "

The plain-text authorization message for the prefix and account.

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

The plain-text authorization message for the prefix and account.

\n@param message The plain-text authorization message for the prefix and account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

The plain-text authorization message for the prefix and account.

\n@return The plain-text authorization message for the prefix and account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Message", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Message", "sensitive" : false, "setterDocumentation" : "

The plain-text authorization message for the prefix and account.

\n@param message The plain-text authorization message for the prefix and account.", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

The plain-text authorization message for the prefix and account.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSignature", "beanStyleSetterMethodName" : "setSignature", "c2jName" : "Signature", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The signed authorization message for the prefix and account.

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

The signed authorization message for the prefix and account.

\n@return The signed authorization message for the prefix and account.\n@deprecated Use {@link #signature()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The signed authorization message for the prefix and account.

\n@param signature The signed authorization message for the prefix and account.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #signature(String)}\n", "documentation" : "

The signed authorization message for the prefix and account.

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

The signed authorization message for the prefix and account.

\n@param signature The signed authorization message for the prefix and account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signature", "getterDocumentation" : "

The signed authorization message for the prefix and account.

\n@return The signed authorization message for the prefix and account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Signature", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Signature", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Signature", "sensitive" : false, "setterDocumentation" : "

The signed authorization message for the prefix and account.

\n@param signature The signed authorization message for the prefix and account.", "setterMethodName" : "setSignature", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "signature", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "signature", "variableType" : "String", "documentation" : "

The signed authorization message for the prefix and account.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Message", "Signature" ], "shapeName" : "CidrAuthorizationContext", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CidrAuthorizationContext", "variableName" : "cidrAuthorizationContext", "variableType" : "CidrAuthorizationContext", "documentation" : null, "simpleType" : "CidrAuthorizationContext", "variableSetterType" : "CidrAuthorizationContext" }, "wrapper" : false, "xmlNamespace" : null }, "ClientAffinity" : { "c2jName" : "ClientAffinity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "NONE", "value" : "NONE" }, { "name" : "SOURCE_IP", "value" : "SOURCE_IP" } ], "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" : "ClientAffinity", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ClientAffinity", "variableName" : "clientAffinity", "variableType" : "ClientAffinity", "documentation" : null, "simpleType" : "ClientAffinity", "variableSetterType" : "ClientAffinity" }, "wrapper" : false, "xmlNamespace" : null }, "CreateAcceleratorRequest" : { "c2jName" : "CreateAcceleratorRequest", "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" : "CreateAccelerator", "locationName" : null, "requestUri" : "/", "target" : "GlobalAccelerator_V20180706.CreateAccelerator", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The name of an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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" : "getIpAddressTypeAsString", "beanStyleSetterMethodName" : "setIpAddressType", "c2jName" : "IpAddressType", "c2jShape" : "IpAddressType", "defaultConsumerFluentSetterDocumentation" : "

The value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.\n@see IpAddressType\n@deprecated Use {@link #ipAddressTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The value for the address type must be IPv4.

\n@param ipAddressType The value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.

\n@param ipAddressType The value for the address type must be 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 value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.

\n@param ipAddressType The value for the address type must be 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 value for the address type must be IPv4.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getIpAddresses", "beanStyleSetterMethodName" : "setIpAddresses", "c2jName" : "IpAddresses", "c2jShape" : "IpAddresses", "defaultConsumerFluentSetterDocumentation" : "

Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

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

Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

\n

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

\n

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

\n@return Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #ipAddresses()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

\n@param ipAddresses Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ipAddresses(List)}\n", "documentation" : "

Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

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

Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

\n@param ipAddresses Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ipAddresses", "getterDocumentation" : "

Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

\n

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

\n

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

\n@return Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "IpAddress", "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" : "IpAddresses", "sensitive" : false, "setterDocumentation" : "

Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

\n@param ipAddresses Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.", "setterMethodName" : "setIpAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ipAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ipAddresses", "variableType" : "java.util.List", "documentation" : "

Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "GenericBoolean", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

\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 an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

\n@return Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

\n@param enabled Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.\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 an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

", "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 an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

\n@param enabled Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

\n@return Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.", "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 an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

\n@param enabled Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.", "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 an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIdempotencyToken", "beanStyleSetterMethodName" : "setIdempotencyToken", "c2jName" : "IdempotencyToken", "c2jShape" : "IdempotencyToken", "defaultConsumerFluentSetterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

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

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.\n@deprecated Use {@link #idempotencyToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #idempotencyToken(String)}\n", "documentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

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

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "idempotencyToken", "getterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IdempotencyToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IdempotencyToken", "uri" : false }, "idempotencyToken" : true, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IdempotencyToken", "sensitive" : false, "setterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.", "setterMethodName" : "setIdempotencyToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "idempotencyToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "idempotencyToken", "variableType" : "String", "documentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\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 Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param tags Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

", "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" : "

Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param tags Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\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 Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.", "getterModel" : { "returnType" : "java.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" : "

Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param tags Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.", "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" : "

Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Enabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "GenericBoolean", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

\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 an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

\n@return Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

\n@param enabled Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.\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 an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

", "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 an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

\n@param enabled Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

\n@return Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.", "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 an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

\n@param enabled Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.", "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 an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IdempotencyToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIdempotencyToken", "beanStyleSetterMethodName" : "setIdempotencyToken", "c2jName" : "IdempotencyToken", "c2jShape" : "IdempotencyToken", "defaultConsumerFluentSetterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

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

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.\n@deprecated Use {@link #idempotencyToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #idempotencyToken(String)}\n", "documentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

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

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "idempotencyToken", "getterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IdempotencyToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IdempotencyToken", "uri" : false }, "idempotencyToken" : true, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IdempotencyToken", "sensitive" : false, "setterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.", "setterMethodName" : "setIdempotencyToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "idempotencyToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "idempotencyToken", "variableType" : "String", "documentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IpAddressType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIpAddressTypeAsString", "beanStyleSetterMethodName" : "setIpAddressType", "c2jName" : "IpAddressType", "c2jShape" : "IpAddressType", "defaultConsumerFluentSetterDocumentation" : "

The value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.\n@see IpAddressType\n@deprecated Use {@link #ipAddressTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The value for the address type must be IPv4.

\n@param ipAddressType The value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.

\n@param ipAddressType The value for the address type must be 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 value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.

\n@param ipAddressType The value for the address type must be 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 value for the address type must be IPv4.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IpAddresses" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getIpAddresses", "beanStyleSetterMethodName" : "setIpAddresses", "c2jName" : "IpAddresses", "c2jShape" : "IpAddresses", "defaultConsumerFluentSetterDocumentation" : "

Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

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

Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

\n

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

\n

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

\n@return Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #ipAddresses()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

\n@param ipAddresses Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ipAddresses(List)}\n", "documentation" : "

Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

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

Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

\n@param ipAddresses Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ipAddresses", "getterDocumentation" : "

Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

\n

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

\n

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

\n@return Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "IpAddress", "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" : "IpAddresses", "sensitive" : false, "setterDocumentation" : "

Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

\n@param ipAddresses Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.", "setterMethodName" : "setIpAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ipAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ipAddresses", "variableType" : "java.util.List", "documentation" : "

Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The name of an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\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 Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param tags Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

", "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" : "

Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param tags Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\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 Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.", "getterModel" : { "returnType" : "java.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" : "

Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param tags Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.", "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" : "

Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The name of an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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 an accelerator. The name 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" : "getIpAddressTypeAsString", "beanStyleSetterMethodName" : "setIpAddressType", "c2jName" : "IpAddressType", "c2jShape" : "IpAddressType", "defaultConsumerFluentSetterDocumentation" : "

The value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.\n@see IpAddressType\n@deprecated Use {@link #ipAddressTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The value for the address type must be IPv4.

\n@param ipAddressType The value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.

\n@param ipAddressType The value for the address type must be 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 value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.

\n@param ipAddressType The value for the address type must be 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 value for the address type must be IPv4.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getIpAddresses", "beanStyleSetterMethodName" : "setIpAddresses", "c2jName" : "IpAddresses", "c2jShape" : "IpAddresses", "defaultConsumerFluentSetterDocumentation" : "

Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

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

Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

\n

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

\n

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

\n@return Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #ipAddresses()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

\n@param ipAddresses Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ipAddresses(List)}\n", "documentation" : "

Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

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

Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

\n@param ipAddresses Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ipAddresses", "getterDocumentation" : "

Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

\n

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

\n

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

\n@return Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "IpAddress", "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" : "IpAddresses", "sensitive" : false, "setterDocumentation" : "

Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

\n@param ipAddresses Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.", "setterMethodName" : "setIpAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ipAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ipAddresses", "variableType" : "java.util.List", "documentation" : "

Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix.

If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "GenericBoolean", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

\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 an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

\n@return Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

\n@param enabled Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.\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 an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

", "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 an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

\n@param enabled Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

\n@return Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.", "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 an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

\n@param enabled Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.", "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 an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIdempotencyToken", "beanStyleSetterMethodName" : "setIdempotencyToken", "c2jName" : "IdempotencyToken", "c2jShape" : "IdempotencyToken", "defaultConsumerFluentSetterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

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

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.\n@deprecated Use {@link #idempotencyToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #idempotencyToken(String)}\n", "documentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

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

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "idempotencyToken", "getterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IdempotencyToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IdempotencyToken", "uri" : false }, "idempotencyToken" : true, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IdempotencyToken", "sensitive" : false, "setterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.", "setterMethodName" : "setIdempotencyToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "idempotencyToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "idempotencyToken", "variableType" : "String", "documentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\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 Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param tags Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

", "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" : "

Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param tags Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\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 Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.", "getterModel" : { "returnType" : "java.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" : "

Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param tags Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.", "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" : "

Create tags for an accelerator.

For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "IdempotencyToken" ], "shapeName" : "CreateAcceleratorRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateAcceleratorRequest", "variableName" : "createAcceleratorRequest", "variableType" : "CreateAcceleratorRequest", "documentation" : null, "simpleType" : "CreateAcceleratorRequest", "variableSetterType" : "CreateAcceleratorRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateAcceleratorResponse" : { "c2jName" : "CreateAcceleratorResponse", "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" : "getAccelerator", "beanStyleSetterMethodName" : "setAccelerator", "c2jName" : "Accelerator", "c2jShape" : "Accelerator", "defaultConsumerFluentSetterDocumentation" : "

The accelerator that is created by specifying a listener and the supported IP address types.

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

The accelerator that is created by specifying a listener and the supported IP address types.

\n@return The accelerator that is created by specifying a listener and the supported IP address types.\n@deprecated Use {@link #accelerator()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The accelerator that is created by specifying a listener and the supported IP address types.

\n@param accelerator The accelerator that is created by specifying a listener and the supported IP address types.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accelerator(Accelerator)}\n", "documentation" : "

The accelerator that is created by specifying a listener and the supported IP address types.

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

The accelerator that is created by specifying a listener and the supported IP address types.

\n@param accelerator The accelerator that is created by specifying a listener and the supported IP address types.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accelerator", "getterDocumentation" : "

The accelerator that is created by specifying a listener and the supported IP address types.

\n@return The accelerator that is created by specifying a listener and the supported IP address types.", "getterModel" : { "returnType" : "Accelerator", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Accelerator", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Accelerator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Accelerator", "sensitive" : false, "setterDocumentation" : "

The accelerator that is created by specifying a listener and the supported IP address types.

\n@param accelerator The accelerator that is created by specifying a listener and the supported IP address types.", "setterMethodName" : "setAccelerator", "setterModel" : { "variableDeclarationType" : "Accelerator", "variableName" : "accelerator", "variableType" : "Accelerator", "documentation" : null, "simpleType" : "Accelerator", "variableSetterType" : "Accelerator" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Accelerator", "variableName" : "accelerator", "variableType" : "Accelerator", "documentation" : "

The accelerator that is created by specifying a listener and the supported IP address types.

", "simpleType" : "Accelerator", "variableSetterType" : "Accelerator" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Accelerator" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccelerator", "beanStyleSetterMethodName" : "setAccelerator", "c2jName" : "Accelerator", "c2jShape" : "Accelerator", "defaultConsumerFluentSetterDocumentation" : "

The accelerator that is created by specifying a listener and the supported IP address types.

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

The accelerator that is created by specifying a listener and the supported IP address types.

\n@return The accelerator that is created by specifying a listener and the supported IP address types.\n@deprecated Use {@link #accelerator()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The accelerator that is created by specifying a listener and the supported IP address types.

\n@param accelerator The accelerator that is created by specifying a listener and the supported IP address types.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accelerator(Accelerator)}\n", "documentation" : "

The accelerator that is created by specifying a listener and the supported IP address types.

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

The accelerator that is created by specifying a listener and the supported IP address types.

\n@param accelerator The accelerator that is created by specifying a listener and the supported IP address types.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accelerator", "getterDocumentation" : "

The accelerator that is created by specifying a listener and the supported IP address types.

\n@return The accelerator that is created by specifying a listener and the supported IP address types.", "getterModel" : { "returnType" : "Accelerator", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Accelerator", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Accelerator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Accelerator", "sensitive" : false, "setterDocumentation" : "

The accelerator that is created by specifying a listener and the supported IP address types.

\n@param accelerator The accelerator that is created by specifying a listener and the supported IP address types.", "setterMethodName" : "setAccelerator", "setterModel" : { "variableDeclarationType" : "Accelerator", "variableName" : "accelerator", "variableType" : "Accelerator", "documentation" : null, "simpleType" : "Accelerator", "variableSetterType" : "Accelerator" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Accelerator", "variableName" : "accelerator", "variableType" : "Accelerator", "documentation" : "

The accelerator that is created by specifying a listener and the supported IP address types.

", "simpleType" : "Accelerator", "variableSetterType" : "Accelerator" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccelerator", "beanStyleSetterMethodName" : "setAccelerator", "c2jName" : "Accelerator", "c2jShape" : "Accelerator", "defaultConsumerFluentSetterDocumentation" : "

The accelerator that is created by specifying a listener and the supported IP address types.

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

The accelerator that is created by specifying a listener and the supported IP address types.

\n@return The accelerator that is created by specifying a listener and the supported IP address types.\n@deprecated Use {@link #accelerator()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The accelerator that is created by specifying a listener and the supported IP address types.

\n@param accelerator The accelerator that is created by specifying a listener and the supported IP address types.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accelerator(Accelerator)}\n", "documentation" : "

The accelerator that is created by specifying a listener and the supported IP address types.

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

The accelerator that is created by specifying a listener and the supported IP address types.

\n@param accelerator The accelerator that is created by specifying a listener and the supported IP address types.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accelerator", "getterDocumentation" : "

The accelerator that is created by specifying a listener and the supported IP address types.

\n@return The accelerator that is created by specifying a listener and the supported IP address types.", "getterModel" : { "returnType" : "Accelerator", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Accelerator", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Accelerator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Accelerator", "sensitive" : false, "setterDocumentation" : "

The accelerator that is created by specifying a listener and the supported IP address types.

\n@param accelerator The accelerator that is created by specifying a listener and the supported IP address types.", "setterMethodName" : "setAccelerator", "setterModel" : { "variableDeclarationType" : "Accelerator", "variableName" : "accelerator", "variableType" : "Accelerator", "documentation" : null, "simpleType" : "Accelerator", "variableSetterType" : "Accelerator" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Accelerator", "variableName" : "accelerator", "variableType" : "Accelerator", "documentation" : "

The accelerator that is created by specifying a listener and the supported IP address types.

", "simpleType" : "Accelerator", "variableSetterType" : "Accelerator" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateAcceleratorResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateAcceleratorResponse", "variableName" : "createAcceleratorResponse", "variableType" : "CreateAcceleratorResponse", "documentation" : null, "simpleType" : "CreateAcceleratorResponse", "variableSetterType" : "CreateAcceleratorResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateEndpointGroupRequest" : { "c2jName" : "CreateEndpointGroupRequest", "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" : "CreateEndpointGroup", "locationName" : null, "requestUri" : "/", "target" : "GlobalAccelerator_V20180706.CreateEndpointGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "GenericString", "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" : "getEndpointGroupRegion", "beanStyleSetterMethodName" : "setEndpointGroupRegion", "c2jName" : "EndpointGroupRegion", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

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

The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

\n@return The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.\n@deprecated Use {@link #endpointGroupRegion()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

\n@param endpointGroupRegion The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointGroupRegion(String)}\n", "documentation" : "

The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

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

The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

\n@param endpointGroupRegion The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointGroupRegion", "getterDocumentation" : "

The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

\n@return The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointGroupRegion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointGroupRegion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointGroupRegion", "sensitive" : false, "setterDocumentation" : "

The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

\n@param endpointGroupRegion The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.", "setterMethodName" : "setEndpointGroupRegion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupRegion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupRegion", "variableType" : "String", "documentation" : "

The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEndpointConfigurations", "beanStyleSetterMethodName" : "setEndpointConfigurations", "c2jName" : "EndpointConfigurations", "c2jShape" : "EndpointConfigurations", "defaultConsumerFluentSetterDocumentation" : "

The list of endpoint objects.

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

The list of endpoint objects.

\n

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

\n

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

\n@return The list of endpoint objects.\n@deprecated Use {@link #endpointConfigurations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The list of endpoint objects.

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

The list of endpoint objects.

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

The list of endpoint objects.

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

The list of endpoint objects.

\n

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

\n

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

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

The list of endpoint objects.

\n@param endpointConfigurations The list of endpoint objects.", "setterMethodName" : "setEndpointConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpointConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpointConfigurations", "variableType" : "java.util.List", "documentation" : "

The list of endpoint objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTrafficDialPercentage", "beanStyleSetterMethodName" : "setTrafficDialPercentage", "c2jName" : "TrafficDialPercentage", "c2jShape" : "TrafficDialPercentage", "defaultConsumerFluentSetterDocumentation" : "

The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.

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

The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.

\n@return The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.\n@deprecated Use {@link #trafficDialPercentage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.

\n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #trafficDialPercentage(Float)}\n", "documentation" : "

The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.

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

The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.

\n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trafficDialPercentage", "getterDocumentation" : "

The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.

\n@return The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrafficDialPercentage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficDialPercentage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "FLOAT", "name" : "TrafficDialPercentage", "sensitive" : false, "setterDocumentation" : "

The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.

\n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.", "setterMethodName" : "setTrafficDialPercentage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "trafficDialPercentage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Float", "variableName" : "trafficDialPercentage", "variableType" : "Float", "documentation" : "

The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.

", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPort", "beanStyleSetterMethodName" : "setHealthCheckPort", "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "defaultConsumerFluentSetterDocumentation" : "

The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.

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

The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.

\n@return The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.\n@deprecated Use {@link #healthCheckPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.

\n@param healthCheckPort The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPort(Integer)}\n", "documentation" : "

The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.

", "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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.

\n@param healthCheckPort The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPort", "getterDocumentation" : "

The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.

\n@return The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.", "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" : "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" : "INTEGER", "name" : "HealthCheckPort", "sensitive" : false, "setterDocumentation" : "

The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.

\n@param healthCheckPort The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.", "setterMethodName" : "setHealthCheckPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckPort", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckPort", "variableType" : "Integer", "documentation" : "

The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckProtocolAsString", "beanStyleSetterMethodName" : "setHealthCheckProtocol", "c2jName" : "HealthCheckProtocol", "c2jShape" : "HealthCheckProtocol", "defaultConsumerFluentSetterDocumentation" : "

The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

\n

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

\n@return The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@deprecated Use {@link #healthCheckProtocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

\n@param healthCheckProtocol The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckProtocol\n@deprecated Use {@link #healthCheckProtocol(String)}\n", "documentation" : "

The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

", "endpointDiscoveryId" : false, "enumType" : "HealthCheckProtocol", "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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

\n@param healthCheckProtocol The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckProtocol", "fluentSetterMethodName" : "healthCheckProtocol", "getterDocumentation" : "

The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

\n

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

\n@return The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol", "getterModel" : { "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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

\n@param healthCheckProtocol The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol", "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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPath", "beanStyleSetterMethodName" : "setHealthCheckPath", "c2jName" : "HealthCheckPath", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

\n@return If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).\n@deprecated Use {@link #healthCheckPath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

\n@param healthCheckPath If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPath(String)}\n", "documentation" : "

If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

", "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" : "

If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

\n@param healthCheckPath If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPath", "getterDocumentation" : "

If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

\n@return If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).", "getterModel" : { "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" : "

If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

\n@param healthCheckPath If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).", "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" : "

If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckIntervalSeconds", "beanStyleSetterMethodName" : "setHealthCheckIntervalSeconds", "c2jName" : "HealthCheckIntervalSeconds", "c2jShape" : "HealthCheckIntervalSeconds", "defaultConsumerFluentSetterDocumentation" : "

The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

\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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

\n@return The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.\n@deprecated Use {@link #healthCheckIntervalSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

\n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.\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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

", "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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

\n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckIntervalSeconds", "getterDocumentation" : "

The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

\n@return The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.", "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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

\n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.", "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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThresholdCount", "beanStyleSetterMethodName" : "setThresholdCount", "c2jName" : "ThresholdCount", "c2jShape" : "ThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

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

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

\n@return The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@deprecated Use {@link #thresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

\n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #thresholdCount(Integer)}\n", "documentation" : "

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

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

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

\n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thresholdCount", "getterDocumentation" : "

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

\n@return The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.", "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" : "ThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ThresholdCount", "sensitive" : false, "setterDocumentation" : "

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

\n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.", "setterMethodName" : "setThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "thresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "thresholdCount", "variableType" : "Integer", "documentation" : "

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIdempotencyToken", "beanStyleSetterMethodName" : "setIdempotencyToken", "c2jName" : "IdempotencyToken", "c2jShape" : "IdempotencyToken", "defaultConsumerFluentSetterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the 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 #idempotencyToken(String)}.\n@param idempotencyToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #idempotencyToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.\n@deprecated Use {@link #idempotencyToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #idempotencyToken(String)}\n", "documentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

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

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "idempotencyToken", "getterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the 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" : "IdempotencyToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IdempotencyToken", "uri" : false }, "idempotencyToken" : true, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IdempotencyToken", "sensitive" : false, "setterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.", "setterMethodName" : "setIdempotencyToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "idempotencyToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "idempotencyToken", "variableType" : "String", "documentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndpointConfigurations" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEndpointConfigurations", "beanStyleSetterMethodName" : "setEndpointConfigurations", "c2jName" : "EndpointConfigurations", "c2jShape" : "EndpointConfigurations", "defaultConsumerFluentSetterDocumentation" : "

The list of endpoint objects.

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

The list of endpoint objects.

\n

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

\n

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

\n@return The list of endpoint objects.\n@deprecated Use {@link #endpointConfigurations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The list of endpoint objects.

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

The list of endpoint objects.

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

The list of endpoint objects.

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

The list of endpoint objects.

\n

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

\n

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

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

The list of endpoint objects.

\n@param endpointConfigurations The list of endpoint objects.", "setterMethodName" : "setEndpointConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpointConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpointConfigurations", "variableType" : "java.util.List", "documentation" : "

The list of endpoint objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EndpointGroupRegion" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointGroupRegion", "beanStyleSetterMethodName" : "setEndpointGroupRegion", "c2jName" : "EndpointGroupRegion", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

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

The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

\n@return The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.\n@deprecated Use {@link #endpointGroupRegion()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

\n@param endpointGroupRegion The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointGroupRegion(String)}\n", "documentation" : "

The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

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

The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

\n@param endpointGroupRegion The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointGroupRegion", "getterDocumentation" : "

The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

\n@return The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointGroupRegion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointGroupRegion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointGroupRegion", "sensitive" : false, "setterDocumentation" : "

The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

\n@param endpointGroupRegion The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.", "setterMethodName" : "setEndpointGroupRegion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupRegion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupRegion", "variableType" : "String", "documentation" : "

The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckIntervalSeconds" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckIntervalSeconds", "beanStyleSetterMethodName" : "setHealthCheckIntervalSeconds", "c2jName" : "HealthCheckIntervalSeconds", "c2jShape" : "HealthCheckIntervalSeconds", "defaultConsumerFluentSetterDocumentation" : "

The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

\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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

\n@return The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.\n@deprecated Use {@link #healthCheckIntervalSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

\n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.\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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

", "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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

\n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckIntervalSeconds", "getterDocumentation" : "

The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

\n@return The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.", "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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

\n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.", "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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckPath" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPath", "beanStyleSetterMethodName" : "setHealthCheckPath", "c2jName" : "HealthCheckPath", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

\n@return If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).\n@deprecated Use {@link #healthCheckPath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

\n@param healthCheckPath If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPath(String)}\n", "documentation" : "

If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

", "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" : "

If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

\n@param healthCheckPath If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPath", "getterDocumentation" : "

If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

\n@return If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).", "getterModel" : { "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" : "

If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

\n@param healthCheckPath If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).", "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" : "

If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckPort" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPort", "beanStyleSetterMethodName" : "setHealthCheckPort", "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "defaultConsumerFluentSetterDocumentation" : "

The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.

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

The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.

\n@return The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.\n@deprecated Use {@link #healthCheckPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.

\n@param healthCheckPort The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPort(Integer)}\n", "documentation" : "

The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.

", "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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.

\n@param healthCheckPort The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPort", "getterDocumentation" : "

The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.

\n@return The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.", "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" : "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" : "INTEGER", "name" : "HealthCheckPort", "sensitive" : false, "setterDocumentation" : "

The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.

\n@param healthCheckPort The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.", "setterMethodName" : "setHealthCheckPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckPort", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckPort", "variableType" : "Integer", "documentation" : "

The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckProtocol" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckProtocolAsString", "beanStyleSetterMethodName" : "setHealthCheckProtocol", "c2jName" : "HealthCheckProtocol", "c2jShape" : "HealthCheckProtocol", "defaultConsumerFluentSetterDocumentation" : "

The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

\n

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

\n@return The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@deprecated Use {@link #healthCheckProtocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

\n@param healthCheckProtocol The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckProtocol\n@deprecated Use {@link #healthCheckProtocol(String)}\n", "documentation" : "

The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

", "endpointDiscoveryId" : false, "enumType" : "HealthCheckProtocol", "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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

\n@param healthCheckProtocol The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckProtocol", "fluentSetterMethodName" : "healthCheckProtocol", "getterDocumentation" : "

The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

\n

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

\n@return The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol", "getterModel" : { "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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

\n@param healthCheckProtocol The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol", "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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IdempotencyToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIdempotencyToken", "beanStyleSetterMethodName" : "setIdempotencyToken", "c2jName" : "IdempotencyToken", "c2jShape" : "IdempotencyToken", "defaultConsumerFluentSetterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the 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 #idempotencyToken(String)}.\n@param idempotencyToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #idempotencyToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.\n@deprecated Use {@link #idempotencyToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #idempotencyToken(String)}\n", "documentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

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

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "idempotencyToken", "getterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the 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" : "IdempotencyToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IdempotencyToken", "uri" : false }, "idempotencyToken" : true, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IdempotencyToken", "sensitive" : false, "setterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.", "setterMethodName" : "setIdempotencyToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "idempotencyToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "idempotencyToken", "variableType" : "String", "documentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ListenerArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "GenericString", "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 }, "ThresholdCount" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThresholdCount", "beanStyleSetterMethodName" : "setThresholdCount", "c2jName" : "ThresholdCount", "c2jShape" : "ThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

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

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

\n@return The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@deprecated Use {@link #thresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

\n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #thresholdCount(Integer)}\n", "documentation" : "

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

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

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

\n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thresholdCount", "getterDocumentation" : "

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

\n@return The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.", "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" : "ThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ThresholdCount", "sensitive" : false, "setterDocumentation" : "

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

\n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.", "setterMethodName" : "setThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "thresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "thresholdCount", "variableType" : "Integer", "documentation" : "

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TrafficDialPercentage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTrafficDialPercentage", "beanStyleSetterMethodName" : "setTrafficDialPercentage", "c2jName" : "TrafficDialPercentage", "c2jShape" : "TrafficDialPercentage", "defaultConsumerFluentSetterDocumentation" : "

The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.

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

The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.

\n@return The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.\n@deprecated Use {@link #trafficDialPercentage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.

\n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #trafficDialPercentage(Float)}\n", "documentation" : "

The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.

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

The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.

\n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trafficDialPercentage", "getterDocumentation" : "

The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.

\n@return The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrafficDialPercentage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficDialPercentage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "FLOAT", "name" : "TrafficDialPercentage", "sensitive" : false, "setterDocumentation" : "

The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.

\n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.", "setterMethodName" : "setTrafficDialPercentage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "trafficDialPercentage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Float", "variableName" : "trafficDialPercentage", "variableType" : "Float", "documentation" : "

The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.

", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "GenericString", "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" : "getEndpointGroupRegion", "beanStyleSetterMethodName" : "setEndpointGroupRegion", "c2jName" : "EndpointGroupRegion", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

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

The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

\n@return The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.\n@deprecated Use {@link #endpointGroupRegion()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

\n@param endpointGroupRegion The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointGroupRegion(String)}\n", "documentation" : "

The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

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

The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

\n@param endpointGroupRegion The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointGroupRegion", "getterDocumentation" : "

The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

\n@return The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointGroupRegion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointGroupRegion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointGroupRegion", "sensitive" : false, "setterDocumentation" : "

The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

\n@param endpointGroupRegion The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.", "setterMethodName" : "setEndpointGroupRegion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupRegion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupRegion", "variableType" : "String", "documentation" : "

The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEndpointConfigurations", "beanStyleSetterMethodName" : "setEndpointConfigurations", "c2jName" : "EndpointConfigurations", "c2jShape" : "EndpointConfigurations", "defaultConsumerFluentSetterDocumentation" : "

The list of endpoint objects.

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

The list of endpoint objects.

\n

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

\n

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

\n@return The list of endpoint objects.\n@deprecated Use {@link #endpointConfigurations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The list of endpoint objects.

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

The list of endpoint objects.

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

The list of endpoint objects.

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

The list of endpoint objects.

\n

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

\n

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

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

The list of endpoint objects.

\n@param endpointConfigurations The list of endpoint objects.", "setterMethodName" : "setEndpointConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpointConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpointConfigurations", "variableType" : "java.util.List", "documentation" : "

The list of endpoint objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTrafficDialPercentage", "beanStyleSetterMethodName" : "setTrafficDialPercentage", "c2jName" : "TrafficDialPercentage", "c2jShape" : "TrafficDialPercentage", "defaultConsumerFluentSetterDocumentation" : "

The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.

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

The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.

\n@return The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.\n@deprecated Use {@link #trafficDialPercentage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.

\n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #trafficDialPercentage(Float)}\n", "documentation" : "

The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.

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

The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.

\n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trafficDialPercentage", "getterDocumentation" : "

The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.

\n@return The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrafficDialPercentage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficDialPercentage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "FLOAT", "name" : "TrafficDialPercentage", "sensitive" : false, "setterDocumentation" : "

The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.

\n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.", "setterMethodName" : "setTrafficDialPercentage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "trafficDialPercentage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Float", "variableName" : "trafficDialPercentage", "variableType" : "Float", "documentation" : "

The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

The default value is 100.

", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPort", "beanStyleSetterMethodName" : "setHealthCheckPort", "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "defaultConsumerFluentSetterDocumentation" : "

The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.

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

The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.

\n@return The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.\n@deprecated Use {@link #healthCheckPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.

\n@param healthCheckPort The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPort(Integer)}\n", "documentation" : "

The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.

", "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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.

\n@param healthCheckPort The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPort", "getterDocumentation" : "

The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.

\n@return The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.", "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" : "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" : "INTEGER", "name" : "HealthCheckPort", "sensitive" : false, "setterDocumentation" : "

The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.

\n@param healthCheckPort The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.", "setterMethodName" : "setHealthCheckPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckPort", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckPort", "variableType" : "Integer", "documentation" : "

The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckProtocolAsString", "beanStyleSetterMethodName" : "setHealthCheckProtocol", "c2jName" : "HealthCheckProtocol", "c2jShape" : "HealthCheckProtocol", "defaultConsumerFluentSetterDocumentation" : "

The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

\n

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

\n@return The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@deprecated Use {@link #healthCheckProtocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

\n@param healthCheckProtocol The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckProtocol\n@deprecated Use {@link #healthCheckProtocol(String)}\n", "documentation" : "

The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

", "endpointDiscoveryId" : false, "enumType" : "HealthCheckProtocol", "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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

\n@param healthCheckProtocol The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckProtocol", "fluentSetterMethodName" : "healthCheckProtocol", "getterDocumentation" : "

The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

\n

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

\n@return The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol", "getterModel" : { "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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

\n@param healthCheckProtocol The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol", "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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPath", "beanStyleSetterMethodName" : "setHealthCheckPath", "c2jName" : "HealthCheckPath", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

\n@return If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).\n@deprecated Use {@link #healthCheckPath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

\n@param healthCheckPath If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPath(String)}\n", "documentation" : "

If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

", "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" : "

If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

\n@param healthCheckPath If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPath", "getterDocumentation" : "

If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

\n@return If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).", "getterModel" : { "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" : "

If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

\n@param healthCheckPath If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).", "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" : "

If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckIntervalSeconds", "beanStyleSetterMethodName" : "setHealthCheckIntervalSeconds", "c2jName" : "HealthCheckIntervalSeconds", "c2jShape" : "HealthCheckIntervalSeconds", "defaultConsumerFluentSetterDocumentation" : "

The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

\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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

\n@return The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.\n@deprecated Use {@link #healthCheckIntervalSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

\n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.\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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

", "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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

\n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckIntervalSeconds", "getterDocumentation" : "

The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

\n@return The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.", "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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

\n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.", "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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThresholdCount", "beanStyleSetterMethodName" : "setThresholdCount", "c2jName" : "ThresholdCount", "c2jShape" : "ThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

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

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

\n@return The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@deprecated Use {@link #thresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

\n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #thresholdCount(Integer)}\n", "documentation" : "

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

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

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

\n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thresholdCount", "getterDocumentation" : "

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

\n@return The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.", "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" : "ThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ThresholdCount", "sensitive" : false, "setterDocumentation" : "

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

\n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.", "setterMethodName" : "setThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "thresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "thresholdCount", "variableType" : "Integer", "documentation" : "

The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIdempotencyToken", "beanStyleSetterMethodName" : "setIdempotencyToken", "c2jName" : "IdempotencyToken", "c2jShape" : "IdempotencyToken", "defaultConsumerFluentSetterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the 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 #idempotencyToken(String)}.\n@param idempotencyToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #idempotencyToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.\n@deprecated Use {@link #idempotencyToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #idempotencyToken(String)}\n", "documentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

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

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "idempotencyToken", "getterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the 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" : "IdempotencyToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IdempotencyToken", "uri" : false }, "idempotencyToken" : true, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IdempotencyToken", "sensitive" : false, "setterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.", "setterMethodName" : "setIdempotencyToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "idempotencyToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "idempotencyToken", "variableType" : "String", "documentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ListenerArn", "EndpointGroupRegion", "IdempotencyToken" ], "shapeName" : "CreateEndpointGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateEndpointGroupRequest", "variableName" : "createEndpointGroupRequest", "variableType" : "CreateEndpointGroupRequest", "documentation" : null, "simpleType" : "CreateEndpointGroupRequest", "variableSetterType" : "CreateEndpointGroupRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateEndpointGroupResponse" : { "c2jName" : "CreateEndpointGroupResponse", "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" : "getEndpointGroup", "beanStyleSetterMethodName" : "setEndpointGroup", "c2jName" : "EndpointGroup", "c2jShape" : "EndpointGroup", "defaultConsumerFluentSetterDocumentation" : "

The information about the endpoint group that was created.

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

The information about the endpoint group that was created.

\n@return The information about the endpoint group that was created.\n@deprecated Use {@link #endpointGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The information about the endpoint group that was created.

\n@param endpointGroup The information about the endpoint group that was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointGroup(EndpointGroup)}\n", "documentation" : "

The information about the endpoint group that was created.

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

The information about the endpoint group that was created.

\n@param endpointGroup The information about the endpoint group that was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointGroup", "getterDocumentation" : "

The information about the endpoint group that was created.

\n@return The information about the endpoint group that was created.", "getterModel" : { "returnType" : "EndpointGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EndpointGroup", "sensitive" : false, "setterDocumentation" : "

The information about the endpoint group that was created.

\n@param endpointGroup The information about the endpoint group that was created.", "setterMethodName" : "setEndpointGroup", "setterModel" : { "variableDeclarationType" : "EndpointGroup", "variableName" : "endpointGroup", "variableType" : "EndpointGroup", "documentation" : null, "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EndpointGroup", "variableName" : "endpointGroup", "variableType" : "EndpointGroup", "documentation" : "

The information about the endpoint group that was created.

", "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndpointGroup" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointGroup", "beanStyleSetterMethodName" : "setEndpointGroup", "c2jName" : "EndpointGroup", "c2jShape" : "EndpointGroup", "defaultConsumerFluentSetterDocumentation" : "

The information about the endpoint group that was created.

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

The information about the endpoint group that was created.

\n@return The information about the endpoint group that was created.\n@deprecated Use {@link #endpointGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The information about the endpoint group that was created.

\n@param endpointGroup The information about the endpoint group that was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointGroup(EndpointGroup)}\n", "documentation" : "

The information about the endpoint group that was created.

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

The information about the endpoint group that was created.

\n@param endpointGroup The information about the endpoint group that was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointGroup", "getterDocumentation" : "

The information about the endpoint group that was created.

\n@return The information about the endpoint group that was created.", "getterModel" : { "returnType" : "EndpointGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EndpointGroup", "sensitive" : false, "setterDocumentation" : "

The information about the endpoint group that was created.

\n@param endpointGroup The information about the endpoint group that was created.", "setterMethodName" : "setEndpointGroup", "setterModel" : { "variableDeclarationType" : "EndpointGroup", "variableName" : "endpointGroup", "variableType" : "EndpointGroup", "documentation" : null, "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EndpointGroup", "variableName" : "endpointGroup", "variableType" : "EndpointGroup", "documentation" : "

The information about the endpoint group that was created.

", "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointGroup", "beanStyleSetterMethodName" : "setEndpointGroup", "c2jName" : "EndpointGroup", "c2jShape" : "EndpointGroup", "defaultConsumerFluentSetterDocumentation" : "

The information about the endpoint group that was created.

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

The information about the endpoint group that was created.

\n@return The information about the endpoint group that was created.\n@deprecated Use {@link #endpointGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The information about the endpoint group that was created.

\n@param endpointGroup The information about the endpoint group that was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointGroup(EndpointGroup)}\n", "documentation" : "

The information about the endpoint group that was created.

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

The information about the endpoint group that was created.

\n@param endpointGroup The information about the endpoint group that was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointGroup", "getterDocumentation" : "

The information about the endpoint group that was created.

\n@return The information about the endpoint group that was created.", "getterModel" : { "returnType" : "EndpointGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EndpointGroup", "sensitive" : false, "setterDocumentation" : "

The information about the endpoint group that was created.

\n@param endpointGroup The information about the endpoint group that was created.", "setterMethodName" : "setEndpointGroup", "setterModel" : { "variableDeclarationType" : "EndpointGroup", "variableName" : "endpointGroup", "variableType" : "EndpointGroup", "documentation" : null, "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EndpointGroup", "variableName" : "endpointGroup", "variableType" : "EndpointGroup", "documentation" : "

The information about the endpoint group that was created.

", "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateEndpointGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateEndpointGroupResponse", "variableName" : "createEndpointGroupResponse", "variableType" : "CreateEndpointGroupResponse", "documentation" : null, "simpleType" : "CreateEndpointGroupResponse", "variableSetterType" : "CreateEndpointGroupResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateListenerRequest" : { "c2jName" : "CreateListenerRequest", "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" : "GlobalAccelerator_V20180706.CreateListener", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorArn", "beanStyleSetterMethodName" : "setAcceleratorArn", "c2jName" : "AcceleratorArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of your accelerator.

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

The Amazon Resource Name (ARN) of your accelerator.

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

The Amazon Resource Name (ARN) of your accelerator.

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

The Amazon Resource Name (ARN) of your accelerator.

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

The Amazon Resource Name (ARN) of your accelerator.

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

The Amazon Resource Name (ARN) of your accelerator.

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

The Amazon Resource Name (ARN) of your accelerator.

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

The Amazon Resource Name (ARN) of your accelerator.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPortRanges", "beanStyleSetterMethodName" : "setPortRanges", "c2jName" : "PortRanges", "c2jShape" : "PortRanges", "defaultConsumerFluentSetterDocumentation" : "

The list of port ranges to support for connections from clients to your accelerator.

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

The list of port ranges to support for connections from clients to your accelerator.

\n

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

\n

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

\n@return The list of port ranges to support for connections from clients to your accelerator.\n@deprecated Use {@link #portRanges()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The list of port ranges to support for connections from clients to your accelerator.

\n@param portRanges The list of port ranges to support for connections from clients to your accelerator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #portRanges(List)}\n", "documentation" : "

The list of port ranges to support for connections from clients to your accelerator.

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

The list of port ranges to support for connections from clients to your accelerator.

\n@param portRanges The list of port ranges to support for connections from clients to your accelerator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "portRanges", "getterDocumentation" : "

The list of port ranges to support for connections from clients to your accelerator.

\n

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

\n

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

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

The list of port ranges to support for connections from clients to your accelerator.

\n@param portRanges The list of port ranges to support for connections from clients to your accelerator.", "setterMethodName" : "setPortRanges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "portRanges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "portRanges", "variableType" : "java.util.List", "documentation" : "

The list of port ranges to support for connections from clients to your accelerator.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocolAsString", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "Protocol", "defaultConsumerFluentSetterDocumentation" : "

The protocol for connections from clients to your accelerator.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 your accelerator.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link Protocol#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 your accelerator.\n@see Protocol\n@deprecated Use {@link #protocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The protocol for connections from clients to your accelerator.

\n@param protocol The protocol for connections from clients to your accelerator.\n@see Protocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see Protocol\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

The protocol for connections from clients to your accelerator.

", "endpointDiscoveryId" : false, "enumType" : "Protocol", "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 your accelerator.

\n@param protocol The protocol for connections from clients to your accelerator.\n@see Protocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see Protocol", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

The protocol for connections from clients to your accelerator.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link Protocol#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 your accelerator.\n@see Protocol", "getterModel" : { "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 your accelerator.

\n@param protocol The protocol for connections from clients to your accelerator.\n@see Protocol", "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 your accelerator.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientAffinityAsString", "beanStyleSetterMethodName" : "setClientAffinity", "c2jName" : "ClientAffinity", "c2jShape" : "ClientAffinity", "defaultConsumerFluentSetterDocumentation" : "

Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.

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

Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.

\n

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

\n@return Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.\n@see ClientAffinity\n@deprecated Use {@link #clientAffinityAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.

\n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.\n@see ClientAffinity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ClientAffinity\n@deprecated Use {@link #clientAffinity(String)}\n", "documentation" : "

Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.

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

Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.

\n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.\n@see ClientAffinity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ClientAffinity", "fluentSetterMethodName" : "clientAffinity", "getterDocumentation" : "

Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.

\n

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

\n@return Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

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

Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.

\n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.\n@see ClientAffinity", "setterMethodName" : "setClientAffinity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientAffinity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientAffinity", "variableType" : "String", "documentation" : "

Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIdempotencyToken", "beanStyleSetterMethodName" : "setIdempotencyToken", "c2jName" : "IdempotencyToken", "c2jShape" : "IdempotencyToken", "defaultConsumerFluentSetterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the 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 #idempotencyToken(String)}.\n@param idempotencyToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #idempotencyToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.\n@deprecated Use {@link #idempotencyToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #idempotencyToken(String)}\n", "documentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

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

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "idempotencyToken", "getterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the 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" : "IdempotencyToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IdempotencyToken", "uri" : false }, "idempotencyToken" : true, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IdempotencyToken", "sensitive" : false, "setterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.", "setterMethodName" : "setIdempotencyToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "idempotencyToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "idempotencyToken", "variableType" : "String", "documentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AcceleratorArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorArn", "beanStyleSetterMethodName" : "setAcceleratorArn", "c2jName" : "AcceleratorArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of your accelerator.

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

The Amazon Resource Name (ARN) of your accelerator.

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

The Amazon Resource Name (ARN) of your accelerator.

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

The Amazon Resource Name (ARN) of your accelerator.

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

The Amazon Resource Name (ARN) of your accelerator.

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

The Amazon Resource Name (ARN) of your accelerator.

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

The Amazon Resource Name (ARN) of your accelerator.

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

The Amazon Resource Name (ARN) of your accelerator.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ClientAffinity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientAffinityAsString", "beanStyleSetterMethodName" : "setClientAffinity", "c2jName" : "ClientAffinity", "c2jShape" : "ClientAffinity", "defaultConsumerFluentSetterDocumentation" : "

Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.

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

Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.

\n

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

\n@return Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.\n@see ClientAffinity\n@deprecated Use {@link #clientAffinityAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.

\n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.\n@see ClientAffinity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ClientAffinity\n@deprecated Use {@link #clientAffinity(String)}\n", "documentation" : "

Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.

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

Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.

\n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.\n@see ClientAffinity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ClientAffinity", "fluentSetterMethodName" : "clientAffinity", "getterDocumentation" : "

Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.

\n

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

\n@return Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

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

Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.

\n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.\n@see ClientAffinity", "setterMethodName" : "setClientAffinity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientAffinity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientAffinity", "variableType" : "String", "documentation" : "

Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IdempotencyToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIdempotencyToken", "beanStyleSetterMethodName" : "setIdempotencyToken", "c2jName" : "IdempotencyToken", "c2jShape" : "IdempotencyToken", "defaultConsumerFluentSetterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the 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 #idempotencyToken(String)}.\n@param idempotencyToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #idempotencyToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.\n@deprecated Use {@link #idempotencyToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #idempotencyToken(String)}\n", "documentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

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

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "idempotencyToken", "getterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the 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" : "IdempotencyToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IdempotencyToken", "uri" : false }, "idempotencyToken" : true, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IdempotencyToken", "sensitive" : false, "setterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.", "setterMethodName" : "setIdempotencyToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "idempotencyToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "idempotencyToken", "variableType" : "String", "documentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PortRanges" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPortRanges", "beanStyleSetterMethodName" : "setPortRanges", "c2jName" : "PortRanges", "c2jShape" : "PortRanges", "defaultConsumerFluentSetterDocumentation" : "

The list of port ranges to support for connections from clients to your accelerator.

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

The list of port ranges to support for connections from clients to your accelerator.

\n

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

\n

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

\n@return The list of port ranges to support for connections from clients to your accelerator.\n@deprecated Use {@link #portRanges()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The list of port ranges to support for connections from clients to your accelerator.

\n@param portRanges The list of port ranges to support for connections from clients to your accelerator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #portRanges(List)}\n", "documentation" : "

The list of port ranges to support for connections from clients to your accelerator.

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

The list of port ranges to support for connections from clients to your accelerator.

\n@param portRanges The list of port ranges to support for connections from clients to your accelerator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "portRanges", "getterDocumentation" : "

The list of port ranges to support for connections from clients to your accelerator.

\n

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

\n

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

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

The list of port ranges to support for connections from clients to your accelerator.

\n@param portRanges The list of port ranges to support for connections from clients to your accelerator.", "setterMethodName" : "setPortRanges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "portRanges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "portRanges", "variableType" : "java.util.List", "documentation" : "

The list of port ranges to support for connections from clients to your accelerator.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Protocol" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocolAsString", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "Protocol", "defaultConsumerFluentSetterDocumentation" : "

The protocol for connections from clients to your accelerator.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 your accelerator.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link Protocol#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 your accelerator.\n@see Protocol\n@deprecated Use {@link #protocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The protocol for connections from clients to your accelerator.

\n@param protocol The protocol for connections from clients to your accelerator.\n@see Protocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see Protocol\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

The protocol for connections from clients to your accelerator.

", "endpointDiscoveryId" : false, "enumType" : "Protocol", "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 your accelerator.

\n@param protocol The protocol for connections from clients to your accelerator.\n@see Protocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see Protocol", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

The protocol for connections from clients to your accelerator.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link Protocol#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 your accelerator.\n@see Protocol", "getterModel" : { "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 your accelerator.

\n@param protocol The protocol for connections from clients to your accelerator.\n@see Protocol", "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 your accelerator.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorArn", "beanStyleSetterMethodName" : "setAcceleratorArn", "c2jName" : "AcceleratorArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of your accelerator.

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

The Amazon Resource Name (ARN) of your accelerator.

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

The Amazon Resource Name (ARN) of your accelerator.

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

The Amazon Resource Name (ARN) of your accelerator.

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

The Amazon Resource Name (ARN) of your accelerator.

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

The Amazon Resource Name (ARN) of your accelerator.

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

The Amazon Resource Name (ARN) of your accelerator.

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

The Amazon Resource Name (ARN) of your accelerator.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPortRanges", "beanStyleSetterMethodName" : "setPortRanges", "c2jName" : "PortRanges", "c2jShape" : "PortRanges", "defaultConsumerFluentSetterDocumentation" : "

The list of port ranges to support for connections from clients to your accelerator.

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

The list of port ranges to support for connections from clients to your accelerator.

\n

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

\n

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

\n@return The list of port ranges to support for connections from clients to your accelerator.\n@deprecated Use {@link #portRanges()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The list of port ranges to support for connections from clients to your accelerator.

\n@param portRanges The list of port ranges to support for connections from clients to your accelerator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #portRanges(List)}\n", "documentation" : "

The list of port ranges to support for connections from clients to your accelerator.

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

The list of port ranges to support for connections from clients to your accelerator.

\n@param portRanges The list of port ranges to support for connections from clients to your accelerator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "portRanges", "getterDocumentation" : "

The list of port ranges to support for connections from clients to your accelerator.

\n

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

\n

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

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

The list of port ranges to support for connections from clients to your accelerator.

\n@param portRanges The list of port ranges to support for connections from clients to your accelerator.", "setterMethodName" : "setPortRanges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "portRanges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "portRanges", "variableType" : "java.util.List", "documentation" : "

The list of port ranges to support for connections from clients to your accelerator.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocolAsString", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "Protocol", "defaultConsumerFluentSetterDocumentation" : "

The protocol for connections from clients to your accelerator.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 your accelerator.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link Protocol#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 your accelerator.\n@see Protocol\n@deprecated Use {@link #protocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The protocol for connections from clients to your accelerator.

\n@param protocol The protocol for connections from clients to your accelerator.\n@see Protocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see Protocol\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

The protocol for connections from clients to your accelerator.

", "endpointDiscoveryId" : false, "enumType" : "Protocol", "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 your accelerator.

\n@param protocol The protocol for connections from clients to your accelerator.\n@see Protocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see Protocol", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

The protocol for connections from clients to your accelerator.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link Protocol#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 your accelerator.\n@see Protocol", "getterModel" : { "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 your accelerator.

\n@param protocol The protocol for connections from clients to your accelerator.\n@see Protocol", "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 your accelerator.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientAffinityAsString", "beanStyleSetterMethodName" : "setClientAffinity", "c2jName" : "ClientAffinity", "c2jShape" : "ClientAffinity", "defaultConsumerFluentSetterDocumentation" : "

Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.

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

Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.

\n

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

\n@return Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.\n@see ClientAffinity\n@deprecated Use {@link #clientAffinityAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.

\n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.\n@see ClientAffinity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ClientAffinity\n@deprecated Use {@link #clientAffinity(String)}\n", "documentation" : "

Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.

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

Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.

\n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.\n@see ClientAffinity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ClientAffinity", "fluentSetterMethodName" : "clientAffinity", "getterDocumentation" : "

Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.

\n

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

\n@return Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

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

Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.

\n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.\n@see ClientAffinity", "setterMethodName" : "setClientAffinity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientAffinity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientAffinity", "variableType" : "String", "documentation" : "

Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

The default value is NONE.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIdempotencyToken", "beanStyleSetterMethodName" : "setIdempotencyToken", "c2jName" : "IdempotencyToken", "c2jShape" : "IdempotencyToken", "defaultConsumerFluentSetterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the 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 #idempotencyToken(String)}.\n@param idempotencyToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #idempotencyToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.\n@deprecated Use {@link #idempotencyToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #idempotencyToken(String)}\n", "documentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

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

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "idempotencyToken", "getterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the 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" : "IdempotencyToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IdempotencyToken", "uri" : false }, "idempotencyToken" : true, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IdempotencyToken", "sensitive" : false, "setterDocumentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.", "setterMethodName" : "setIdempotencyToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "idempotencyToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "idempotencyToken", "variableType" : "String", "documentation" : "

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AcceleratorArn", "PortRanges", "Protocol", "IdempotencyToken" ], "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" : "CreateListenerResponse", "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" : "getListener", "beanStyleSetterMethodName" : "setListener", "c2jName" : "Listener", "c2jShape" : "Listener", "defaultConsumerFluentSetterDocumentation" : "

The listener that you've created.

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

The listener that you've created.

\n@return The listener that you've created.\n@deprecated Use {@link #listener()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The listener that you've created.

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

The listener that you've created.

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

The listener that you've created.

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

The listener that you've created.

\n@return The listener that you've created.", "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" : "Listener", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Listener", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Listener", "sensitive" : false, "setterDocumentation" : "

The listener that you've created.

\n@param listener The listener that you've created.", "setterMethodName" : "setListener", "setterModel" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : null, "simpleType" : "Listener", "variableSetterType" : "Listener" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : "

The listener that you've created.

", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Listener" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListener", "beanStyleSetterMethodName" : "setListener", "c2jName" : "Listener", "c2jShape" : "Listener", "defaultConsumerFluentSetterDocumentation" : "

The listener that you've created.

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

The listener that you've created.

\n@return The listener that you've created.\n@deprecated Use {@link #listener()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The listener that you've created.

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

The listener that you've created.

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

The listener that you've created.

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

The listener that you've created.

\n@return The listener that you've created.", "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" : "Listener", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Listener", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Listener", "sensitive" : false, "setterDocumentation" : "

The listener that you've created.

\n@param listener The listener that you've created.", "setterMethodName" : "setListener", "setterModel" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : null, "simpleType" : "Listener", "variableSetterType" : "Listener" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : "

The listener that you've created.

", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListener", "beanStyleSetterMethodName" : "setListener", "c2jName" : "Listener", "c2jShape" : "Listener", "defaultConsumerFluentSetterDocumentation" : "

The listener that you've created.

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

The listener that you've created.

\n@return The listener that you've created.\n@deprecated Use {@link #listener()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The listener that you've created.

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

The listener that you've created.

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

The listener that you've created.

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

The listener that you've created.

\n@return The listener that you've created.", "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" : "Listener", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Listener", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Listener", "sensitive" : false, "setterDocumentation" : "

The listener that you've created.

\n@param listener The listener that you've created.", "setterMethodName" : "setListener", "setterModel" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : null, "simpleType" : "Listener", "variableSetterType" : "Listener" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : "

The listener that you've created.

", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateListenerResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateListenerResponse", "variableName" : "createListenerResponse", "variableType" : "CreateListenerResponse", "documentation" : null, "simpleType" : "CreateListenerResponse", "variableSetterType" : "CreateListenerResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteAcceleratorRequest" : { "c2jName" : "DeleteAcceleratorRequest", "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" : "DeleteAccelerator", "locationName" : null, "requestUri" : "/", "target" : "GlobalAccelerator_V20180706.DeleteAccelerator", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorArn", "beanStyleSetterMethodName" : "setAcceleratorArn", "c2jName" : "AcceleratorArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of an accelerator.

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

The Amazon Resource Name (ARN) of an accelerator.

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

The Amazon Resource Name (ARN) of an accelerator.

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

The Amazon Resource Name (ARN) of an accelerator.

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

The Amazon Resource Name (ARN) of an accelerator.

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

The Amazon Resource Name (ARN) of an accelerator.

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

The Amazon Resource Name (ARN) of an accelerator.

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

The Amazon Resource Name (ARN) of an accelerator.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AcceleratorArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorArn", "beanStyleSetterMethodName" : "setAcceleratorArn", "c2jName" : "AcceleratorArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of an accelerator.

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

The Amazon Resource Name (ARN) of an accelerator.

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

The Amazon Resource Name (ARN) of an accelerator.

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

The Amazon Resource Name (ARN) of an accelerator.

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

The Amazon Resource Name (ARN) of an accelerator.

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

The Amazon Resource Name (ARN) of an accelerator.

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

The Amazon Resource Name (ARN) of an accelerator.

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

The Amazon Resource Name (ARN) of an accelerator.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorArn", "beanStyleSetterMethodName" : "setAcceleratorArn", "c2jName" : "AcceleratorArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of an accelerator.

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

The Amazon Resource Name (ARN) of an accelerator.

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

The Amazon Resource Name (ARN) of an accelerator.

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

The Amazon Resource Name (ARN) of an accelerator.

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

The Amazon Resource Name (ARN) of an accelerator.

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

The Amazon Resource Name (ARN) of an accelerator.

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

The Amazon Resource Name (ARN) of an accelerator.

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

The Amazon Resource Name (ARN) of an accelerator.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AcceleratorArn" ], "shapeName" : "DeleteAcceleratorRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteAcceleratorRequest", "variableName" : "deleteAcceleratorRequest", "variableType" : "DeleteAcceleratorRequest", "documentation" : null, "simpleType" : "DeleteAcceleratorRequest", "variableSetterType" : "DeleteAcceleratorRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteAcceleratorResponse" : { "c2jName" : "DeleteAcceleratorResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "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" : "DeleteAcceleratorResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteAcceleratorResponse", "variableName" : "deleteAcceleratorResponse", "variableType" : "DeleteAcceleratorResponse", "documentation" : null, "simpleType" : "DeleteAcceleratorResponse", "variableSetterType" : "DeleteAcceleratorResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteEndpointGroupRequest" : { "c2jName" : "DeleteEndpointGroupRequest", "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" : "DeleteEndpointGroup", "locationName" : null, "requestUri" : "/", "target" : "GlobalAccelerator_V20180706.DeleteEndpointGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointGroupArn", "beanStyleSetterMethodName" : "setEndpointGroupArn", "c2jName" : "EndpointGroupArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the endpoint group to delete.

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

The Amazon Resource Name (ARN) of the endpoint group to delete.

\n@return The Amazon Resource Name (ARN) of the endpoint group to delete.\n@deprecated Use {@link #endpointGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the endpoint group to delete.

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

The Amazon Resource Name (ARN) of the endpoint group to delete.

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

The Amazon Resource Name (ARN) of the endpoint group to delete.

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

The Amazon Resource Name (ARN) of the endpoint group to delete.

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

The Amazon Resource Name (ARN) of the endpoint group to delete.

\n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group to delete.", "setterMethodName" : "setEndpointGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the endpoint group to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndpointGroupArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointGroupArn", "beanStyleSetterMethodName" : "setEndpointGroupArn", "c2jName" : "EndpointGroupArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the endpoint group to delete.

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

The Amazon Resource Name (ARN) of the endpoint group to delete.

\n@return The Amazon Resource Name (ARN) of the endpoint group to delete.\n@deprecated Use {@link #endpointGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the endpoint group to delete.

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

The Amazon Resource Name (ARN) of the endpoint group to delete.

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

The Amazon Resource Name (ARN) of the endpoint group to delete.

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

The Amazon Resource Name (ARN) of the endpoint group to delete.

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

The Amazon Resource Name (ARN) of the endpoint group to delete.

\n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group to delete.", "setterMethodName" : "setEndpointGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the endpoint group to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointGroupArn", "beanStyleSetterMethodName" : "setEndpointGroupArn", "c2jName" : "EndpointGroupArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the endpoint group to delete.

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

The Amazon Resource Name (ARN) of the endpoint group to delete.

\n@return The Amazon Resource Name (ARN) of the endpoint group to delete.\n@deprecated Use {@link #endpointGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the endpoint group to delete.

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

The Amazon Resource Name (ARN) of the endpoint group to delete.

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

The Amazon Resource Name (ARN) of the endpoint group to delete.

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

The Amazon Resource Name (ARN) of the endpoint group to delete.

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

The Amazon Resource Name (ARN) of the endpoint group to delete.

\n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group to delete.", "setterMethodName" : "setEndpointGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the endpoint group to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "EndpointGroupArn" ], "shapeName" : "DeleteEndpointGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteEndpointGroupRequest", "variableName" : "deleteEndpointGroupRequest", "variableType" : "DeleteEndpointGroupRequest", "documentation" : null, "simpleType" : "DeleteEndpointGroupRequest", "variableSetterType" : "DeleteEndpointGroupRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteEndpointGroupResponse" : { "c2jName" : "DeleteEndpointGroupResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "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" : "DeleteEndpointGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteEndpointGroupResponse", "variableName" : "deleteEndpointGroupResponse", "variableType" : "DeleteEndpointGroupResponse", "documentation" : null, "simpleType" : "DeleteEndpointGroupResponse", "variableSetterType" : "DeleteEndpointGroupResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteListenerRequest" : { "c2jName" : "DeleteListenerRequest", "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" : "GlobalAccelerator_V20180706.DeleteListener", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "GenericString", "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" : "GenericString", "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" : "GenericString", "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" : "DeleteListenerResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "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" : null }, "variable" : { "variableDeclarationType" : "DeleteListenerResponse", "variableName" : "deleteListenerResponse", "variableType" : "DeleteListenerResponse", "documentation" : null, "simpleType" : "DeleteListenerResponse", "variableSetterType" : "DeleteListenerResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeprovisionByoipCidrRequest" : { "c2jName" : "DeprovisionByoipCidrRequest", "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" : "DeprovisionByoipCidr", "locationName" : null, "requestUri" : "/", "target" : "GlobalAccelerator_V20180706.DeprovisionByoipCidr", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCidr", "beanStyleSetterMethodName" : "setCidr", "c2jName" : "Cidr", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

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

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

\n@return The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.\n@deprecated Use {@link #cidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

\n@param cidr The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cidr(String)}\n", "documentation" : "

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

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

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

\n@param cidr The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cidr", "getterDocumentation" : "

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

\n@return The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cidr", "sensitive" : false, "setterDocumentation" : "

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

\n@param cidr The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.", "setterMethodName" : "setCidr", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : "

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cidr" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCidr", "beanStyleSetterMethodName" : "setCidr", "c2jName" : "Cidr", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

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

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

\n@return The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.\n@deprecated Use {@link #cidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

\n@param cidr The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cidr(String)}\n", "documentation" : "

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

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

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

\n@param cidr The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cidr", "getterDocumentation" : "

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

\n@return The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cidr", "sensitive" : false, "setterDocumentation" : "

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

\n@param cidr The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.", "setterMethodName" : "setCidr", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : "

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCidr", "beanStyleSetterMethodName" : "setCidr", "c2jName" : "Cidr", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

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

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

\n@return The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.\n@deprecated Use {@link #cidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

\n@param cidr The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cidr(String)}\n", "documentation" : "

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

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

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

\n@param cidr The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cidr", "getterDocumentation" : "

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

\n@return The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cidr", "sensitive" : false, "setterDocumentation" : "

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

\n@param cidr The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.", "setterMethodName" : "setCidr", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : "

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Cidr" ], "shapeName" : "DeprovisionByoipCidrRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeprovisionByoipCidrRequest", "variableName" : "deprovisionByoipCidrRequest", "variableType" : "DeprovisionByoipCidrRequest", "documentation" : null, "simpleType" : "DeprovisionByoipCidrRequest", "variableSetterType" : "DeprovisionByoipCidrRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeprovisionByoipCidrResponse" : { "c2jName" : "DeprovisionByoipCidrResponse", "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" : "getByoipCidr", "beanStyleSetterMethodName" : "setByoipCidr", "c2jName" : "ByoipCidr", "c2jShape" : "ByoipCidr", "defaultConsumerFluentSetterDocumentation" : "

Information about the address range.

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

Information about the address range.

\n@return Information about the address range.\n@deprecated Use {@link #byoipCidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the address range.

\n@param byoipCidr Information about the address range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #byoipCidr(ByoipCidr)}\n", "documentation" : "

Information about the address range.

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

Information about the address range.

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

Information about the address range.

\n@return Information about the address range.", "getterModel" : { "returnType" : "ByoipCidr", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ByoipCidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ByoipCidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ByoipCidr", "sensitive" : false, "setterDocumentation" : "

Information about the address range.

\n@param byoipCidr Information about the address range.", "setterMethodName" : "setByoipCidr", "setterModel" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : null, "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : "

Information about the address range.

", "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ByoipCidr" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getByoipCidr", "beanStyleSetterMethodName" : "setByoipCidr", "c2jName" : "ByoipCidr", "c2jShape" : "ByoipCidr", "defaultConsumerFluentSetterDocumentation" : "

Information about the address range.

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

Information about the address range.

\n@return Information about the address range.\n@deprecated Use {@link #byoipCidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the address range.

\n@param byoipCidr Information about the address range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #byoipCidr(ByoipCidr)}\n", "documentation" : "

Information about the address range.

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

Information about the address range.

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

Information about the address range.

\n@return Information about the address range.", "getterModel" : { "returnType" : "ByoipCidr", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ByoipCidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ByoipCidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ByoipCidr", "sensitive" : false, "setterDocumentation" : "

Information about the address range.

\n@param byoipCidr Information about the address range.", "setterMethodName" : "setByoipCidr", "setterModel" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : null, "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : "

Information about the address range.

", "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getByoipCidr", "beanStyleSetterMethodName" : "setByoipCidr", "c2jName" : "ByoipCidr", "c2jShape" : "ByoipCidr", "defaultConsumerFluentSetterDocumentation" : "

Information about the address range.

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

Information about the address range.

\n@return Information about the address range.\n@deprecated Use {@link #byoipCidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Information about the address range.

\n@param byoipCidr Information about the address range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #byoipCidr(ByoipCidr)}\n", "documentation" : "

Information about the address range.

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

Information about the address range.

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

Information about the address range.

\n@return Information about the address range.", "getterModel" : { "returnType" : "ByoipCidr", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ByoipCidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ByoipCidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ByoipCidr", "sensitive" : false, "setterDocumentation" : "

Information about the address range.

\n@param byoipCidr Information about the address range.", "setterMethodName" : "setByoipCidr", "setterModel" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : null, "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : "

Information about the address range.

", "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeprovisionByoipCidrResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeprovisionByoipCidrResponse", "variableName" : "deprovisionByoipCidrResponse", "variableType" : "DeprovisionByoipCidrResponse", "documentation" : null, "simpleType" : "DeprovisionByoipCidrResponse", "variableSetterType" : "DeprovisionByoipCidrResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeAcceleratorAttributesRequest" : { "c2jName" : "DescribeAcceleratorAttributesRequest", "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" : "DescribeAcceleratorAttributes", "locationName" : null, "requestUri" : "/", "target" : "GlobalAccelerator_V20180706.DescribeAcceleratorAttributes", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorArn", "beanStyleSetterMethodName" : "setAcceleratorArn", "c2jName" : "AcceleratorArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

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

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

\n@return The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.\n@deprecated Use {@link #acceleratorArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

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

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

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

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

\n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "acceleratorArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

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

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

\n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.", "setterMethodName" : "setAcceleratorArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "acceleratorArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "acceleratorArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AcceleratorArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorArn", "beanStyleSetterMethodName" : "setAcceleratorArn", "c2jName" : "AcceleratorArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

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

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

\n@return The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.\n@deprecated Use {@link #acceleratorArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

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

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

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

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

\n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "acceleratorArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

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

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

\n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.", "setterMethodName" : "setAcceleratorArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "acceleratorArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "acceleratorArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorArn", "beanStyleSetterMethodName" : "setAcceleratorArn", "c2jName" : "AcceleratorArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

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

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

\n@return The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.\n@deprecated Use {@link #acceleratorArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

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

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

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

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

\n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "acceleratorArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

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

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

\n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.", "setterMethodName" : "setAcceleratorArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "acceleratorArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "acceleratorArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AcceleratorArn" ], "shapeName" : "DescribeAcceleratorAttributesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeAcceleratorAttributesRequest", "variableName" : "describeAcceleratorAttributesRequest", "variableType" : "DescribeAcceleratorAttributesRequest", "documentation" : null, "simpleType" : "DescribeAcceleratorAttributesRequest", "variableSetterType" : "DescribeAcceleratorAttributesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeAcceleratorAttributesResponse" : { "c2jName" : "DescribeAcceleratorAttributesResponse", "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" : "getAcceleratorAttributes", "beanStyleSetterMethodName" : "setAcceleratorAttributes", "c2jName" : "AcceleratorAttributes", "c2jShape" : "AcceleratorAttributes", "defaultConsumerFluentSetterDocumentation" : "

The attributes of the accelerator.

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

The attributes of the accelerator.

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

The attributes of the accelerator.

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

The attributes of the accelerator.

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

The attributes of the accelerator.

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

The attributes of the accelerator.

\n@return The attributes of the accelerator.", "getterModel" : { "returnType" : "AcceleratorAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AcceleratorAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AcceleratorAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AcceleratorAttributes", "sensitive" : false, "setterDocumentation" : "

The attributes of the accelerator.

\n@param acceleratorAttributes The attributes of the accelerator.", "setterMethodName" : "setAcceleratorAttributes", "setterModel" : { "variableDeclarationType" : "AcceleratorAttributes", "variableName" : "acceleratorAttributes", "variableType" : "AcceleratorAttributes", "documentation" : null, "simpleType" : "AcceleratorAttributes", "variableSetterType" : "AcceleratorAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AcceleratorAttributes", "variableName" : "acceleratorAttributes", "variableType" : "AcceleratorAttributes", "documentation" : "

The attributes of the accelerator.

", "simpleType" : "AcceleratorAttributes", "variableSetterType" : "AcceleratorAttributes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AcceleratorAttributes" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorAttributes", "beanStyleSetterMethodName" : "setAcceleratorAttributes", "c2jName" : "AcceleratorAttributes", "c2jShape" : "AcceleratorAttributes", "defaultConsumerFluentSetterDocumentation" : "

The attributes of the accelerator.

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

The attributes of the accelerator.

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

The attributes of the accelerator.

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

The attributes of the accelerator.

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

The attributes of the accelerator.

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

The attributes of the accelerator.

\n@return The attributes of the accelerator.", "getterModel" : { "returnType" : "AcceleratorAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AcceleratorAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AcceleratorAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AcceleratorAttributes", "sensitive" : false, "setterDocumentation" : "

The attributes of the accelerator.

\n@param acceleratorAttributes The attributes of the accelerator.", "setterMethodName" : "setAcceleratorAttributes", "setterModel" : { "variableDeclarationType" : "AcceleratorAttributes", "variableName" : "acceleratorAttributes", "variableType" : "AcceleratorAttributes", "documentation" : null, "simpleType" : "AcceleratorAttributes", "variableSetterType" : "AcceleratorAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AcceleratorAttributes", "variableName" : "acceleratorAttributes", "variableType" : "AcceleratorAttributes", "documentation" : "

The attributes of the accelerator.

", "simpleType" : "AcceleratorAttributes", "variableSetterType" : "AcceleratorAttributes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorAttributes", "beanStyleSetterMethodName" : "setAcceleratorAttributes", "c2jName" : "AcceleratorAttributes", "c2jShape" : "AcceleratorAttributes", "defaultConsumerFluentSetterDocumentation" : "

The attributes of the accelerator.

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

The attributes of the accelerator.

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

The attributes of the accelerator.

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

The attributes of the accelerator.

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

The attributes of the accelerator.

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

The attributes of the accelerator.

\n@return The attributes of the accelerator.", "getterModel" : { "returnType" : "AcceleratorAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AcceleratorAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AcceleratorAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AcceleratorAttributes", "sensitive" : false, "setterDocumentation" : "

The attributes of the accelerator.

\n@param acceleratorAttributes The attributes of the accelerator.", "setterMethodName" : "setAcceleratorAttributes", "setterModel" : { "variableDeclarationType" : "AcceleratorAttributes", "variableName" : "acceleratorAttributes", "variableType" : "AcceleratorAttributes", "documentation" : null, "simpleType" : "AcceleratorAttributes", "variableSetterType" : "AcceleratorAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AcceleratorAttributes", "variableName" : "acceleratorAttributes", "variableType" : "AcceleratorAttributes", "documentation" : "

The attributes of the accelerator.

", "simpleType" : "AcceleratorAttributes", "variableSetterType" : "AcceleratorAttributes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeAcceleratorAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeAcceleratorAttributesResponse", "variableName" : "describeAcceleratorAttributesResponse", "variableType" : "DescribeAcceleratorAttributesResponse", "documentation" : null, "simpleType" : "DescribeAcceleratorAttributesResponse", "variableSetterType" : "DescribeAcceleratorAttributesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeAcceleratorRequest" : { "c2jName" : "DescribeAcceleratorRequest", "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" : "DescribeAccelerator", "locationName" : null, "requestUri" : "/", "target" : "GlobalAccelerator_V20180706.DescribeAccelerator", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorArn", "beanStyleSetterMethodName" : "setAcceleratorArn", "c2jName" : "AcceleratorArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the accelerator to describe.

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

The Amazon Resource Name (ARN) of the accelerator to describe.

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

The Amazon Resource Name (ARN) of the accelerator to describe.

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

The Amazon Resource Name (ARN) of the accelerator to describe.

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

The Amazon Resource Name (ARN) of the accelerator to describe.

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

The Amazon Resource Name (ARN) of the accelerator to describe.

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

The Amazon Resource Name (ARN) of the accelerator to describe.

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

The Amazon Resource Name (ARN) of the accelerator to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AcceleratorArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorArn", "beanStyleSetterMethodName" : "setAcceleratorArn", "c2jName" : "AcceleratorArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the accelerator to describe.

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

The Amazon Resource Name (ARN) of the accelerator to describe.

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

The Amazon Resource Name (ARN) of the accelerator to describe.

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

The Amazon Resource Name (ARN) of the accelerator to describe.

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

The Amazon Resource Name (ARN) of the accelerator to describe.

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

The Amazon Resource Name (ARN) of the accelerator to describe.

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

The Amazon Resource Name (ARN) of the accelerator to describe.

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

The Amazon Resource Name (ARN) of the accelerator to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorArn", "beanStyleSetterMethodName" : "setAcceleratorArn", "c2jName" : "AcceleratorArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the accelerator to describe.

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

The Amazon Resource Name (ARN) of the accelerator to describe.

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

The Amazon Resource Name (ARN) of the accelerator to describe.

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

The Amazon Resource Name (ARN) of the accelerator to describe.

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

The Amazon Resource Name (ARN) of the accelerator to describe.

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

The Amazon Resource Name (ARN) of the accelerator to describe.

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

The Amazon Resource Name (ARN) of the accelerator to describe.

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

The Amazon Resource Name (ARN) of the accelerator to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AcceleratorArn" ], "shapeName" : "DescribeAcceleratorRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeAcceleratorRequest", "variableName" : "describeAcceleratorRequest", "variableType" : "DescribeAcceleratorRequest", "documentation" : null, "simpleType" : "DescribeAcceleratorRequest", "variableSetterType" : "DescribeAcceleratorRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeAcceleratorResponse" : { "c2jName" : "DescribeAcceleratorResponse", "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" : "getAccelerator", "beanStyleSetterMethodName" : "setAccelerator", "c2jName" : "Accelerator", "c2jShape" : "Accelerator", "defaultConsumerFluentSetterDocumentation" : "

The description of the accelerator.

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

The description of the accelerator.

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

The description of the accelerator.

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

The description of the accelerator.

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

The description of the accelerator.

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

The description of the accelerator.

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

The description of the accelerator.

\n@param accelerator The description of the accelerator.", "setterMethodName" : "setAccelerator", "setterModel" : { "variableDeclarationType" : "Accelerator", "variableName" : "accelerator", "variableType" : "Accelerator", "documentation" : null, "simpleType" : "Accelerator", "variableSetterType" : "Accelerator" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Accelerator", "variableName" : "accelerator", "variableType" : "Accelerator", "documentation" : "

The description of the accelerator.

", "simpleType" : "Accelerator", "variableSetterType" : "Accelerator" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Accelerator" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccelerator", "beanStyleSetterMethodName" : "setAccelerator", "c2jName" : "Accelerator", "c2jShape" : "Accelerator", "defaultConsumerFluentSetterDocumentation" : "

The description of the accelerator.

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

The description of the accelerator.

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

The description of the accelerator.

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

The description of the accelerator.

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

The description of the accelerator.

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

The description of the accelerator.

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

The description of the accelerator.

\n@param accelerator The description of the accelerator.", "setterMethodName" : "setAccelerator", "setterModel" : { "variableDeclarationType" : "Accelerator", "variableName" : "accelerator", "variableType" : "Accelerator", "documentation" : null, "simpleType" : "Accelerator", "variableSetterType" : "Accelerator" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Accelerator", "variableName" : "accelerator", "variableType" : "Accelerator", "documentation" : "

The description of the accelerator.

", "simpleType" : "Accelerator", "variableSetterType" : "Accelerator" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccelerator", "beanStyleSetterMethodName" : "setAccelerator", "c2jName" : "Accelerator", "c2jShape" : "Accelerator", "defaultConsumerFluentSetterDocumentation" : "

The description of the accelerator.

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

The description of the accelerator.

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

The description of the accelerator.

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

The description of the accelerator.

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

The description of the accelerator.

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

The description of the accelerator.

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

The description of the accelerator.

\n@param accelerator The description of the accelerator.", "setterMethodName" : "setAccelerator", "setterModel" : { "variableDeclarationType" : "Accelerator", "variableName" : "accelerator", "variableType" : "Accelerator", "documentation" : null, "simpleType" : "Accelerator", "variableSetterType" : "Accelerator" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Accelerator", "variableName" : "accelerator", "variableType" : "Accelerator", "documentation" : "

The description of the accelerator.

", "simpleType" : "Accelerator", "variableSetterType" : "Accelerator" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeAcceleratorResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeAcceleratorResponse", "variableName" : "describeAcceleratorResponse", "variableType" : "DescribeAcceleratorResponse", "documentation" : null, "simpleType" : "DescribeAcceleratorResponse", "variableSetterType" : "DescribeAcceleratorResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeEndpointGroupRequest" : { "c2jName" : "DescribeEndpointGroupRequest", "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" : "DescribeEndpointGroup", "locationName" : null, "requestUri" : "/", "target" : "GlobalAccelerator_V20180706.DescribeEndpointGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointGroupArn", "beanStyleSetterMethodName" : "setEndpointGroupArn", "c2jName" : "EndpointGroupArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the endpoint group to describe.

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

The Amazon Resource Name (ARN) of the endpoint group to describe.

\n@return The Amazon Resource Name (ARN) of the endpoint group to describe.\n@deprecated Use {@link #endpointGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the endpoint group to describe.

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

The Amazon Resource Name (ARN) of the endpoint group to describe.

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

The Amazon Resource Name (ARN) of the endpoint group to describe.

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

The Amazon Resource Name (ARN) of the endpoint group to describe.

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

The Amazon Resource Name (ARN) of the endpoint group to describe.

\n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group to describe.", "setterMethodName" : "setEndpointGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the endpoint group to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndpointGroupArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointGroupArn", "beanStyleSetterMethodName" : "setEndpointGroupArn", "c2jName" : "EndpointGroupArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the endpoint group to describe.

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

The Amazon Resource Name (ARN) of the endpoint group to describe.

\n@return The Amazon Resource Name (ARN) of the endpoint group to describe.\n@deprecated Use {@link #endpointGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the endpoint group to describe.

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

The Amazon Resource Name (ARN) of the endpoint group to describe.

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

The Amazon Resource Name (ARN) of the endpoint group to describe.

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

The Amazon Resource Name (ARN) of the endpoint group to describe.

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

The Amazon Resource Name (ARN) of the endpoint group to describe.

\n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group to describe.", "setterMethodName" : "setEndpointGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the endpoint group to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointGroupArn", "beanStyleSetterMethodName" : "setEndpointGroupArn", "c2jName" : "EndpointGroupArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the endpoint group to describe.

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

The Amazon Resource Name (ARN) of the endpoint group to describe.

\n@return The Amazon Resource Name (ARN) of the endpoint group to describe.\n@deprecated Use {@link #endpointGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of the endpoint group to describe.

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

The Amazon Resource Name (ARN) of the endpoint group to describe.

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

The Amazon Resource Name (ARN) of the endpoint group to describe.

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

The Amazon Resource Name (ARN) of the endpoint group to describe.

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

The Amazon Resource Name (ARN) of the endpoint group to describe.

\n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group to describe.", "setterMethodName" : "setEndpointGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the endpoint group to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "EndpointGroupArn" ], "shapeName" : "DescribeEndpointGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeEndpointGroupRequest", "variableName" : "describeEndpointGroupRequest", "variableType" : "DescribeEndpointGroupRequest", "documentation" : null, "simpleType" : "DescribeEndpointGroupRequest", "variableSetterType" : "DescribeEndpointGroupRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeEndpointGroupResponse" : { "c2jName" : "DescribeEndpointGroupResponse", "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" : "getEndpointGroup", "beanStyleSetterMethodName" : "setEndpointGroup", "c2jName" : "EndpointGroup", "c2jShape" : "EndpointGroup", "defaultConsumerFluentSetterDocumentation" : "

The description of an endpoint group.

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

The description of an endpoint group.

\n@return The description of an endpoint group.\n@deprecated Use {@link #endpointGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of an endpoint group.

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

The description of an endpoint group.

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

The description of an endpoint group.

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

The description of an endpoint group.

\n@return The description of an endpoint group.", "getterModel" : { "returnType" : "EndpointGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EndpointGroup", "sensitive" : false, "setterDocumentation" : "

The description of an endpoint group.

\n@param endpointGroup The description of an endpoint group.", "setterMethodName" : "setEndpointGroup", "setterModel" : { "variableDeclarationType" : "EndpointGroup", "variableName" : "endpointGroup", "variableType" : "EndpointGroup", "documentation" : null, "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EndpointGroup", "variableName" : "endpointGroup", "variableType" : "EndpointGroup", "documentation" : "

The description of an endpoint group.

", "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndpointGroup" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointGroup", "beanStyleSetterMethodName" : "setEndpointGroup", "c2jName" : "EndpointGroup", "c2jShape" : "EndpointGroup", "defaultConsumerFluentSetterDocumentation" : "

The description of an endpoint group.

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

The description of an endpoint group.

\n@return The description of an endpoint group.\n@deprecated Use {@link #endpointGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of an endpoint group.

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

The description of an endpoint group.

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

The description of an endpoint group.

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

The description of an endpoint group.

\n@return The description of an endpoint group.", "getterModel" : { "returnType" : "EndpointGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EndpointGroup", "sensitive" : false, "setterDocumentation" : "

The description of an endpoint group.

\n@param endpointGroup The description of an endpoint group.", "setterMethodName" : "setEndpointGroup", "setterModel" : { "variableDeclarationType" : "EndpointGroup", "variableName" : "endpointGroup", "variableType" : "EndpointGroup", "documentation" : null, "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EndpointGroup", "variableName" : "endpointGroup", "variableType" : "EndpointGroup", "documentation" : "

The description of an endpoint group.

", "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointGroup", "beanStyleSetterMethodName" : "setEndpointGroup", "c2jName" : "EndpointGroup", "c2jShape" : "EndpointGroup", "defaultConsumerFluentSetterDocumentation" : "

The description of an endpoint group.

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

The description of an endpoint group.

\n@return The description of an endpoint group.\n@deprecated Use {@link #endpointGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The description of an endpoint group.

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

The description of an endpoint group.

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

The description of an endpoint group.

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

The description of an endpoint group.

\n@return The description of an endpoint group.", "getterModel" : { "returnType" : "EndpointGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EndpointGroup", "sensitive" : false, "setterDocumentation" : "

The description of an endpoint group.

\n@param endpointGroup The description of an endpoint group.", "setterMethodName" : "setEndpointGroup", "setterModel" : { "variableDeclarationType" : "EndpointGroup", "variableName" : "endpointGroup", "variableType" : "EndpointGroup", "documentation" : null, "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EndpointGroup", "variableName" : "endpointGroup", "variableType" : "EndpointGroup", "documentation" : "

The description of an endpoint group.

", "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeEndpointGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeEndpointGroupResponse", "variableName" : "describeEndpointGroupResponse", "variableType" : "DescribeEndpointGroupResponse", "documentation" : null, "simpleType" : "DescribeEndpointGroupResponse", "variableSetterType" : "DescribeEndpointGroupResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeListenerRequest" : { "c2jName" : "DescribeListenerRequest", "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" : "DescribeListener", "locationName" : null, "requestUri" : "/", "target" : "GlobalAccelerator_V20180706.DescribeListener", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the listener to describe.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 to describe.

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

The Amazon Resource Name (ARN) of the listener to describe.

\n@param listenerArn The Amazon Resource Name (ARN) of the listener to describe.\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 to describe.

", "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 to describe.

\n@param listenerArn The Amazon Resource Name (ARN) of the listener to describe.\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 to describe.

\n@return The Amazon Resource Name (ARN) of the listener to describe.", "getterModel" : { "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 to describe.

\n@param listenerArn The Amazon Resource Name (ARN) of the listener to describe.", "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 to describe.

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

The Amazon Resource Name (ARN) of the listener to describe.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 to describe.

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

The Amazon Resource Name (ARN) of the listener to describe.

\n@param listenerArn The Amazon Resource Name (ARN) of the listener to describe.\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 to describe.

", "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 to describe.

\n@param listenerArn The Amazon Resource Name (ARN) of the listener to describe.\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 to describe.

\n@return The Amazon Resource Name (ARN) of the listener to describe.", "getterModel" : { "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 to describe.

\n@param listenerArn The Amazon Resource Name (ARN) of the listener to describe.", "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 to describe.

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

The Amazon Resource Name (ARN) of the listener to describe.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 to describe.

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

The Amazon Resource Name (ARN) of the listener to describe.

\n@param listenerArn The Amazon Resource Name (ARN) of the listener to describe.\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 to describe.

", "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 to describe.

\n@param listenerArn The Amazon Resource Name (ARN) of the listener to describe.\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 to describe.

\n@return The Amazon Resource Name (ARN) of the listener to describe.", "getterModel" : { "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 to describe.

\n@param listenerArn The Amazon Resource Name (ARN) of the listener to describe.", "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 to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ListenerArn" ], "shapeName" : "DescribeListenerRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeListenerRequest", "variableName" : "describeListenerRequest", "variableType" : "DescribeListenerRequest", "documentation" : null, "simpleType" : "DescribeListenerRequest", "variableSetterType" : "DescribeListenerRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DescribeListenerResponse" : { "c2jName" : "DescribeListenerResponse", "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" : "getListener", "beanStyleSetterMethodName" : "setListener", "c2jName" : "Listener", "c2jShape" : "Listener", "defaultConsumerFluentSetterDocumentation" : "

The description of a listener.

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

The description of a listener.

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

The description of a listener.

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

The description of a listener.

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

The description of a listener.

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

The description of a listener.

\n@return The description of a listener.", "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" : "Listener", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Listener", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Listener", "sensitive" : false, "setterDocumentation" : "

The description of a listener.

\n@param listener The description of a listener.", "setterMethodName" : "setListener", "setterModel" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : null, "simpleType" : "Listener", "variableSetterType" : "Listener" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : "

The description of a listener.

", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Listener" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListener", "beanStyleSetterMethodName" : "setListener", "c2jName" : "Listener", "c2jShape" : "Listener", "defaultConsumerFluentSetterDocumentation" : "

The description of a listener.

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

The description of a listener.

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

The description of a listener.

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

The description of a listener.

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

The description of a listener.

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

The description of a listener.

\n@return The description of a listener.", "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" : "Listener", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Listener", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Listener", "sensitive" : false, "setterDocumentation" : "

The description of a listener.

\n@param listener The description of a listener.", "setterMethodName" : "setListener", "setterModel" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : null, "simpleType" : "Listener", "variableSetterType" : "Listener" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : "

The description of a listener.

", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListener", "beanStyleSetterMethodName" : "setListener", "c2jName" : "Listener", "c2jShape" : "Listener", "defaultConsumerFluentSetterDocumentation" : "

The description of a listener.

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

The description of a listener.

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

The description of a listener.

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

The description of a listener.

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

The description of a listener.

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

The description of a listener.

\n@return The description of a listener.", "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" : "Listener", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Listener", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Listener", "sensitive" : false, "setterDocumentation" : "

The description of a listener.

\n@param listener The description of a listener.", "setterMethodName" : "setListener", "setterModel" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : null, "simpleType" : "Listener", "variableSetterType" : "Listener" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : "

The description of a listener.

", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeListenerResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeListenerResponse", "variableName" : "describeListenerResponse", "variableType" : "DescribeListenerResponse", "documentation" : null, "simpleType" : "DescribeListenerResponse", "variableSetterType" : "DescribeListenerResponse" }, "wrapper" : false, "xmlNamespace" : null }, "EndpointConfiguration" : { "c2jName" : "EndpointConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A complex type for endpoints.

", "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" : "getEndpointId", "beanStyleSetterMethodName" : "setEndpointId", "c2jName" : "EndpointId", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

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

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

\n@return An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.\n@deprecated Use {@link #endpointId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

\n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointId(String)}\n", "documentation" : "

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

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

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

\n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointId", "getterDocumentation" : "

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

\n@return An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointId", "sensitive" : false, "setterDocumentation" : "

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

\n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.", "setterMethodName" : "setEndpointId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointId", "variableType" : "String", "documentation" : "

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWeight", "beanStyleSetterMethodName" : "setWeight", "c2jName" : "Weight", "c2jShape" : "EndpointWeight", "defaultConsumerFluentSetterDocumentation" : "

The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

\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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

\n@return The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #weight()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

\n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.\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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

", "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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

\n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "weight", "getterDocumentation" : "

The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

\n@return The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.", "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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

\n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.", "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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientIPPreservationEnabled", "beanStyleSetterMethodName" : "setClientIPPreservationEnabled", "c2jName" : "ClientIPPreservationEnabled", "c2jShape" : "GenericBoolean", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

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

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@return Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #clientIPPreservationEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param clientIPPreservationEnabled Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clientIPPreservationEnabled(Boolean)}\n", "documentation" : "

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

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

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param clientIPPreservationEnabled Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientIPPreservationEnabled", "getterDocumentation" : "

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@return Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.", "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" : "ClientIPPreservationEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClientIPPreservationEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ClientIPPreservationEnabled", "sensitive" : false, "setterDocumentation" : "

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param clientIPPreservationEnabled Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.", "setterMethodName" : "setClientIPPreservationEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "clientIPPreservationEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "clientIPPreservationEnabled", "variableType" : "Boolean", "documentation" : "

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ClientIPPreservationEnabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientIPPreservationEnabled", "beanStyleSetterMethodName" : "setClientIPPreservationEnabled", "c2jName" : "ClientIPPreservationEnabled", "c2jShape" : "GenericBoolean", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

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

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@return Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #clientIPPreservationEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param clientIPPreservationEnabled Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clientIPPreservationEnabled(Boolean)}\n", "documentation" : "

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

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

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param clientIPPreservationEnabled Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientIPPreservationEnabled", "getterDocumentation" : "

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@return Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.", "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" : "ClientIPPreservationEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClientIPPreservationEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ClientIPPreservationEnabled", "sensitive" : false, "setterDocumentation" : "

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param clientIPPreservationEnabled Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.", "setterMethodName" : "setClientIPPreservationEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "clientIPPreservationEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "clientIPPreservationEnabled", "variableType" : "Boolean", "documentation" : "

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EndpointId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointId", "beanStyleSetterMethodName" : "setEndpointId", "c2jName" : "EndpointId", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

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

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

\n@return An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.\n@deprecated Use {@link #endpointId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

\n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointId(String)}\n", "documentation" : "

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

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

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

\n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointId", "getterDocumentation" : "

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

\n@return An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointId", "sensitive" : false, "setterDocumentation" : "

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

\n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.", "setterMethodName" : "setEndpointId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointId", "variableType" : "String", "documentation" : "

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Weight" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWeight", "beanStyleSetterMethodName" : "setWeight", "c2jName" : "Weight", "c2jShape" : "EndpointWeight", "defaultConsumerFluentSetterDocumentation" : "

The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

\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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

\n@return The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #weight()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

\n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.\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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

", "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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

\n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "weight", "getterDocumentation" : "

The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

\n@return The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.", "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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

\n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.", "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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointId", "beanStyleSetterMethodName" : "setEndpointId", "c2jName" : "EndpointId", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

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

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

\n@return An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.\n@deprecated Use {@link #endpointId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

\n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointId(String)}\n", "documentation" : "

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

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

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

\n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointId", "getterDocumentation" : "

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

\n@return An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointId", "sensitive" : false, "setterDocumentation" : "

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

\n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.", "setterMethodName" : "setEndpointId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointId", "variableType" : "String", "documentation" : "

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWeight", "beanStyleSetterMethodName" : "setWeight", "c2jName" : "Weight", "c2jShape" : "EndpointWeight", "defaultConsumerFluentSetterDocumentation" : "

The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

\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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

\n@return The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #weight()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

\n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.\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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

", "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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

\n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "weight", "getterDocumentation" : "

The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

\n@return The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.", "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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

\n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.", "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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientIPPreservationEnabled", "beanStyleSetterMethodName" : "setClientIPPreservationEnabled", "c2jName" : "ClientIPPreservationEnabled", "c2jShape" : "GenericBoolean", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

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

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@return Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #clientIPPreservationEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param clientIPPreservationEnabled Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clientIPPreservationEnabled(Boolean)}\n", "documentation" : "

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

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

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param clientIPPreservationEnabled Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientIPPreservationEnabled", "getterDocumentation" : "

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@return Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.", "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" : "ClientIPPreservationEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClientIPPreservationEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ClientIPPreservationEnabled", "sensitive" : false, "setterDocumentation" : "

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

\n@param clientIPPreservationEnabled Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.", "setterMethodName" : "setClientIPPreservationEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "clientIPPreservationEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "clientIPPreservationEnabled", "variableType" : "Boolean", "documentation" : "

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EndpointConfiguration", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EndpointConfiguration", "variableName" : "endpointConfiguration", "variableType" : "EndpointConfiguration", "documentation" : null, "simpleType" : "EndpointConfiguration", "variableSetterType" : "EndpointConfiguration" }, "wrapper" : false, "xmlNamespace" : null }, "EndpointDescription" : { "c2jName" : "EndpointDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

A complex type for an endpoint. Each endpoint group can include one or more endpoints, such as load balancers.

", "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" : "getEndpointId", "beanStyleSetterMethodName" : "setEndpointId", "c2jName" : "EndpointId", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

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

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

\n@return An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.\n@deprecated Use {@link #endpointId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

\n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointId(String)}\n", "documentation" : "

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

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

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

\n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointId", "getterDocumentation" : "

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

\n@return An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointId", "sensitive" : false, "setterDocumentation" : "

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

\n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.", "setterMethodName" : "setEndpointId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointId", "variableType" : "String", "documentation" : "

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

An Application Load Balancer can be either internal or internet-facing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWeight", "beanStyleSetterMethodName" : "setWeight", "c2jName" : "Weight", "c2jShape" : "EndpointWeight", "defaultConsumerFluentSetterDocumentation" : "

The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

\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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

\n@return The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #weight()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

\n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.\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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

", "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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

\n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "weight", "getterDocumentation" : "

The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

\n@return The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.", "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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

\n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.", "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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthStateAsString", "beanStyleSetterMethodName" : "setHealthState", "c2jName" : "HealthState", "c2jShape" : "HealthState", "defaultConsumerFluentSetterDocumentation" : "

The health status of the endpoint.

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

The health status of the endpoint.

\n

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

\n@return The health status of the endpoint.\n@see HealthState\n@deprecated Use {@link #healthStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The health status of the endpoint.

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

The health status of the endpoint.

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

The health status of the endpoint.

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

The health status of the endpoint.

\n

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

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

The health status of the endpoint.

\n@param healthState The health status of the endpoint.\n@see HealthState", "setterMethodName" : "setHealthState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthState", "variableType" : "String", "documentation" : "

The health status of the endpoint.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthReason", "beanStyleSetterMethodName" : "setHealthReason", "c2jName" : "HealthReason", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

If the endpoint state is unhealthy, the reason code can be one of the following values:

  • Timeout: The health check requests to the endpoint are timing out before returning a status.

  • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

If the endpoint state is initial, the reason code can be one of the following values:

  • ProvisioningInProgress: The endpoint is in the process of being provisioned.

  • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

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

The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

If the endpoint state is unhealthy, the reason code can be one of the following values:

  • Timeout: The health check requests to the endpoint are timing out before returning a status.

  • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

If the endpoint state is initial, the reason code can be one of the following values:

  • ProvisioningInProgress: The endpoint is in the process of being provisioned.

  • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

\n@return The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

If the endpoint state is unhealthy, the reason code can be one of the following values:

  • Timeout: The health check requests to the endpoint are timing out before returning a status.

  • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

If the endpoint state is initial, the reason code can be one of the following values:

  • ProvisioningInProgress: The endpoint is in the process of being provisioned.

  • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

  • \n@deprecated Use {@link #healthReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

    The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

    If the endpoint state is unhealthy, the reason code can be one of the following values:

    • Timeout: The health check requests to the endpoint are timing out before returning a status.

    • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

    If the endpoint state is initial, the reason code can be one of the following values:

    • ProvisioningInProgress: The endpoint is in the process of being provisioned.

    • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

    \n@param healthReason The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

    If the endpoint state is unhealthy, the reason code can be one of the following values:

    • Timeout: The health check requests to the endpoint are timing out before returning a status.

    • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

    If the endpoint state is initial, the reason code can be one of the following values:

    • ProvisioningInProgress: The endpoint is in the process of being provisioned.

    • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

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

      The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

      If the endpoint state is unhealthy, the reason code can be one of the following values:

      • Timeout: The health check requests to the endpoint are timing out before returning a status.

      • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

      If the endpoint state is initial, the reason code can be one of the following values:

      • ProvisioningInProgress: The endpoint is in the process of being provisioned.

      • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

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

      The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

      If the endpoint state is unhealthy, the reason code can be one of the following values:

      • Timeout: The health check requests to the endpoint are timing out before returning a status.

      • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

      If the endpoint state is initial, the reason code can be one of the following values:

      • ProvisioningInProgress: The endpoint is in the process of being provisioned.

      • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

      \n@param healthReason The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

      If the endpoint state is unhealthy, the reason code can be one of the following values:

      • Timeout: The health check requests to the endpoint are timing out before returning a status.

      • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

      If the endpoint state is initial, the reason code can be one of the following values:

      • ProvisioningInProgress: The endpoint is in the process of being provisioned.

      • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

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

        The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

        If the endpoint state is unhealthy, the reason code can be one of the following values:

        • Timeout: The health check requests to the endpoint are timing out before returning a status.

        • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

        If the endpoint state is initial, the reason code can be one of the following values:

        • ProvisioningInProgress: The endpoint is in the process of being provisioned.

        • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

        \n@return The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

        If the endpoint state is unhealthy, the reason code can be one of the following values:

        • Timeout: The health check requests to the endpoint are timing out before returning a status.

        • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

        If the endpoint state is initial, the reason code can be one of the following values:

        • ProvisioningInProgress: The endpoint is in the process of being provisioned.

        • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthReason", "sensitive" : false, "setterDocumentation" : "

          The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

          If the endpoint state is unhealthy, the reason code can be one of the following values:

          • Timeout: The health check requests to the endpoint are timing out before returning a status.

          • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

          If the endpoint state is initial, the reason code can be one of the following values:

          • ProvisioningInProgress: The endpoint is in the process of being provisioned.

          • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

          \n@param healthReason The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

          If the endpoint state is unhealthy, the reason code can be one of the following values:

          • Timeout: The health check requests to the endpoint are timing out before returning a status.

          • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

          If the endpoint state is initial, the reason code can be one of the following values:

          • ProvisioningInProgress: The endpoint is in the process of being provisioned.

          • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

          • ", "setterMethodName" : "setHealthReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthReason", "variableType" : "String", "documentation" : "

            The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

            If the endpoint state is unhealthy, the reason code can be one of the following values:

            • Timeout: The health check requests to the endpoint are timing out before returning a status.

            • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

            If the endpoint state is initial, the reason code can be one of the following values:

            • ProvisioningInProgress: The endpoint is in the process of being provisioned.

            • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientIPPreservationEnabled", "beanStyleSetterMethodName" : "setClientIPPreservationEnabled", "c2jName" : "ClientIPPreservationEnabled", "c2jShape" : "GenericBoolean", "defaultConsumerFluentSetterDocumentation" : "

            Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

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

            Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

            \n@return Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #clientIPPreservationEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

            \n@param clientIPPreservationEnabled Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clientIPPreservationEnabled(Boolean)}\n", "documentation" : "

            Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

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

            Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

            \n@param clientIPPreservationEnabled Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientIPPreservationEnabled", "getterDocumentation" : "

            Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

            \n@return Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.", "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" : "ClientIPPreservationEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClientIPPreservationEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ClientIPPreservationEnabled", "sensitive" : false, "setterDocumentation" : "

            Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

            \n@param clientIPPreservationEnabled Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.", "setterMethodName" : "setClientIPPreservationEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "clientIPPreservationEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "clientIPPreservationEnabled", "variableType" : "Boolean", "documentation" : "

            Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ClientIPPreservationEnabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientIPPreservationEnabled", "beanStyleSetterMethodName" : "setClientIPPreservationEnabled", "c2jName" : "ClientIPPreservationEnabled", "c2jShape" : "GenericBoolean", "defaultConsumerFluentSetterDocumentation" : "

            Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

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

            Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

            \n@return Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #clientIPPreservationEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

            \n@param clientIPPreservationEnabled Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clientIPPreservationEnabled(Boolean)}\n", "documentation" : "

            Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

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

            Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

            \n@param clientIPPreservationEnabled Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientIPPreservationEnabled", "getterDocumentation" : "

            Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

            \n@return Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.", "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" : "ClientIPPreservationEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClientIPPreservationEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ClientIPPreservationEnabled", "sensitive" : false, "setterDocumentation" : "

            Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

            \n@param clientIPPreservationEnabled Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.", "setterMethodName" : "setClientIPPreservationEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "clientIPPreservationEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "clientIPPreservationEnabled", "variableType" : "Boolean", "documentation" : "

            Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

            If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

            For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

            ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EndpointId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointId", "beanStyleSetterMethodName" : "setEndpointId", "c2jName" : "EndpointId", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

            An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

            An Application Load Balancer can be either internal or internet-facing.

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

            An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

            An Application Load Balancer can be either internal or internet-facing.

            \n@return An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

            An Application Load Balancer can be either internal or internet-facing.\n@deprecated Use {@link #endpointId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

            An Application Load Balancer can be either internal or internet-facing.

            \n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

            An Application Load Balancer can be either internal or internet-facing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointId(String)}\n", "documentation" : "

            An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

            An Application Load Balancer can be either internal or internet-facing.

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

            An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

            An Application Load Balancer can be either internal or internet-facing.

            \n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

            An Application Load Balancer can be either internal or internet-facing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointId", "getterDocumentation" : "

            An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

            An Application Load Balancer can be either internal or internet-facing.

            \n@return An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

            An Application Load Balancer can be either internal or internet-facing.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointId", "sensitive" : false, "setterDocumentation" : "

            An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

            An Application Load Balancer can be either internal or internet-facing.

            \n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

            An Application Load Balancer can be either internal or internet-facing.", "setterMethodName" : "setEndpointId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointId", "variableType" : "String", "documentation" : "

            An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

            An Application Load Balancer can be either internal or internet-facing.

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthReason" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthReason", "beanStyleSetterMethodName" : "setHealthReason", "c2jName" : "HealthReason", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

            The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

            If the endpoint state is unhealthy, the reason code can be one of the following values:

            • Timeout: The health check requests to the endpoint are timing out before returning a status.

            • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

            If the endpoint state is initial, the reason code can be one of the following values:

            • ProvisioningInProgress: The endpoint is in the process of being provisioned.

            • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

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

            The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

            If the endpoint state is unhealthy, the reason code can be one of the following values:

            • Timeout: The health check requests to the endpoint are timing out before returning a status.

            • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

            If the endpoint state is initial, the reason code can be one of the following values:

            • ProvisioningInProgress: The endpoint is in the process of being provisioned.

            • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

            \n@return The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

            If the endpoint state is unhealthy, the reason code can be one of the following values:

            • Timeout: The health check requests to the endpoint are timing out before returning a status.

            • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

            If the endpoint state is initial, the reason code can be one of the following values:

            • ProvisioningInProgress: The endpoint is in the process of being provisioned.

            • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

            • \n@deprecated Use {@link #healthReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

              The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

              If the endpoint state is unhealthy, the reason code can be one of the following values:

              • Timeout: The health check requests to the endpoint are timing out before returning a status.

              • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

              If the endpoint state is initial, the reason code can be one of the following values:

              • ProvisioningInProgress: The endpoint is in the process of being provisioned.

              • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

              \n@param healthReason The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

              If the endpoint state is unhealthy, the reason code can be one of the following values:

              • Timeout: The health check requests to the endpoint are timing out before returning a status.

              • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

              If the endpoint state is initial, the reason code can be one of the following values:

              • ProvisioningInProgress: The endpoint is in the process of being provisioned.

              • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

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

                The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

                If the endpoint state is unhealthy, the reason code can be one of the following values:

                • Timeout: The health check requests to the endpoint are timing out before returning a status.

                • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

                If the endpoint state is initial, the reason code can be one of the following values:

                • ProvisioningInProgress: The endpoint is in the process of being provisioned.

                • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

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

                The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

                If the endpoint state is unhealthy, the reason code can be one of the following values:

                • Timeout: The health check requests to the endpoint are timing out before returning a status.

                • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

                If the endpoint state is initial, the reason code can be one of the following values:

                • ProvisioningInProgress: The endpoint is in the process of being provisioned.

                • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

                \n@param healthReason The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

                If the endpoint state is unhealthy, the reason code can be one of the following values:

                • Timeout: The health check requests to the endpoint are timing out before returning a status.

                • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

                If the endpoint state is initial, the reason code can be one of the following values:

                • ProvisioningInProgress: The endpoint is in the process of being provisioned.

                • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

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

                  The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

                  If the endpoint state is unhealthy, the reason code can be one of the following values:

                  • Timeout: The health check requests to the endpoint are timing out before returning a status.

                  • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

                  If the endpoint state is initial, the reason code can be one of the following values:

                  • ProvisioningInProgress: The endpoint is in the process of being provisioned.

                  • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

                  \n@return The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

                  If the endpoint state is unhealthy, the reason code can be one of the following values:

                  • Timeout: The health check requests to the endpoint are timing out before returning a status.

                  • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

                  If the endpoint state is initial, the reason code can be one of the following values:

                  • ProvisioningInProgress: The endpoint is in the process of being provisioned.

                  • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthReason", "sensitive" : false, "setterDocumentation" : "

                    The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

                    If the endpoint state is unhealthy, the reason code can be one of the following values:

                    • Timeout: The health check requests to the endpoint are timing out before returning a status.

                    • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

                    If the endpoint state is initial, the reason code can be one of the following values:

                    • ProvisioningInProgress: The endpoint is in the process of being provisioned.

                    • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

                    \n@param healthReason The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

                    If the endpoint state is unhealthy, the reason code can be one of the following values:

                    • Timeout: The health check requests to the endpoint are timing out before returning a status.

                    • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

                    If the endpoint state is initial, the reason code can be one of the following values:

                    • ProvisioningInProgress: The endpoint is in the process of being provisioned.

                    • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

                    • ", "setterMethodName" : "setHealthReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthReason", "variableType" : "String", "documentation" : "

                      The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

                      If the endpoint state is unhealthy, the reason code can be one of the following values:

                      • Timeout: The health check requests to the endpoint are timing out before returning a status.

                      • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

                      If the endpoint state is initial, the reason code can be one of the following values:

                      • ProvisioningInProgress: The endpoint is in the process of being provisioned.

                      • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthState" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthStateAsString", "beanStyleSetterMethodName" : "setHealthState", "c2jName" : "HealthState", "c2jShape" : "HealthState", "defaultConsumerFluentSetterDocumentation" : "

                      The health status of the endpoint.

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

                      The health status of the endpoint.

                      \n

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

                      \n@return The health status of the endpoint.\n@see HealthState\n@deprecated Use {@link #healthStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The health status of the endpoint.

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

                      The health status of the endpoint.

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

                      The health status of the endpoint.

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

                      The health status of the endpoint.

                      \n

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

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

                      The health status of the endpoint.

                      \n@param healthState The health status of the endpoint.\n@see HealthState", "setterMethodName" : "setHealthState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthState", "variableType" : "String", "documentation" : "

                      The health status of the endpoint.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Weight" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWeight", "beanStyleSetterMethodName" : "setWeight", "c2jName" : "Weight", "c2jShape" : "EndpointWeight", "defaultConsumerFluentSetterDocumentation" : "

                      The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

                      \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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

                      \n@return The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #weight()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

                      \n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.\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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

                      ", "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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

                      \n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "weight", "getterDocumentation" : "

                      The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

                      \n@return The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.", "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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

                      \n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.", "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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointId", "beanStyleSetterMethodName" : "setEndpointId", "c2jName" : "EndpointId", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                      An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

                      An Application Load Balancer can be either internal or internet-facing.

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

                      An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

                      An Application Load Balancer can be either internal or internet-facing.

                      \n@return An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

                      An Application Load Balancer can be either internal or internet-facing.\n@deprecated Use {@link #endpointId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

                      An Application Load Balancer can be either internal or internet-facing.

                      \n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

                      An Application Load Balancer can be either internal or internet-facing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointId(String)}\n", "documentation" : "

                      An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

                      An Application Load Balancer can be either internal or internet-facing.

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

                      An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

                      An Application Load Balancer can be either internal or internet-facing.

                      \n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

                      An Application Load Balancer can be either internal or internet-facing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointId", "getterDocumentation" : "

                      An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

                      An Application Load Balancer can be either internal or internet-facing.

                      \n@return An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

                      An Application Load Balancer can be either internal or internet-facing.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointId", "sensitive" : false, "setterDocumentation" : "

                      An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

                      An Application Load Balancer can be either internal or internet-facing.

                      \n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

                      An Application Load Balancer can be either internal or internet-facing.", "setterMethodName" : "setEndpointId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointId", "variableType" : "String", "documentation" : "

                      An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID.

                      An Application Load Balancer can be either internal or internet-facing.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWeight", "beanStyleSetterMethodName" : "setWeight", "c2jName" : "Weight", "c2jShape" : "EndpointWeight", "defaultConsumerFluentSetterDocumentation" : "

                      The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

                      \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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

                      \n@return The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #weight()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

                      \n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.\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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

                      ", "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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

                      \n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "weight", "getterDocumentation" : "

                      The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

                      \n@return The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.", "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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

                      \n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.", "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 associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthStateAsString", "beanStyleSetterMethodName" : "setHealthState", "c2jName" : "HealthState", "c2jShape" : "HealthState", "defaultConsumerFluentSetterDocumentation" : "

                      The health status of the endpoint.

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

                      The health status of the endpoint.

                      \n

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

                      \n@return The health status of the endpoint.\n@see HealthState\n@deprecated Use {@link #healthStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The health status of the endpoint.

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

                      The health status of the endpoint.

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

                      The health status of the endpoint.

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

                      The health status of the endpoint.

                      \n

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

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

                      The health status of the endpoint.

                      \n@param healthState The health status of the endpoint.\n@see HealthState", "setterMethodName" : "setHealthState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthState", "variableType" : "String", "documentation" : "

                      The health status of the endpoint.

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthReason", "beanStyleSetterMethodName" : "setHealthReason", "c2jName" : "HealthReason", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                      The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

                      If the endpoint state is unhealthy, the reason code can be one of the following values:

                      • Timeout: The health check requests to the endpoint are timing out before returning a status.

                      • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

                      If the endpoint state is initial, the reason code can be one of the following values:

                      • ProvisioningInProgress: The endpoint is in the process of being provisioned.

                      • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

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

                      The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

                      If the endpoint state is unhealthy, the reason code can be one of the following values:

                      • Timeout: The health check requests to the endpoint are timing out before returning a status.

                      • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

                      If the endpoint state is initial, the reason code can be one of the following values:

                      • ProvisioningInProgress: The endpoint is in the process of being provisioned.

                      • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

                      \n@return The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

                      If the endpoint state is unhealthy, the reason code can be one of the following values:

                      • Timeout: The health check requests to the endpoint are timing out before returning a status.

                      • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

                      If the endpoint state is initial, the reason code can be one of the following values:

                      • ProvisioningInProgress: The endpoint is in the process of being provisioned.

                      • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

                      • \n@deprecated Use {@link #healthReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                        The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

                        If the endpoint state is unhealthy, the reason code can be one of the following values:

                        • Timeout: The health check requests to the endpoint are timing out before returning a status.

                        • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

                        If the endpoint state is initial, the reason code can be one of the following values:

                        • ProvisioningInProgress: The endpoint is in the process of being provisioned.

                        • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

                        \n@param healthReason The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

                        If the endpoint state is unhealthy, the reason code can be one of the following values:

                        • Timeout: The health check requests to the endpoint are timing out before returning a status.

                        • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

                        If the endpoint state is initial, the reason code can be one of the following values:

                        • ProvisioningInProgress: The endpoint is in the process of being provisioned.

                        • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

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

                          The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

                          If the endpoint state is unhealthy, the reason code can be one of the following values:

                          • Timeout: The health check requests to the endpoint are timing out before returning a status.

                          • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

                          If the endpoint state is initial, the reason code can be one of the following values:

                          • ProvisioningInProgress: The endpoint is in the process of being provisioned.

                          • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

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

                          The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

                          If the endpoint state is unhealthy, the reason code can be one of the following values:

                          • Timeout: The health check requests to the endpoint are timing out before returning a status.

                          • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

                          If the endpoint state is initial, the reason code can be one of the following values:

                          • ProvisioningInProgress: The endpoint is in the process of being provisioned.

                          • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

                          \n@param healthReason The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

                          If the endpoint state is unhealthy, the reason code can be one of the following values:

                          • Timeout: The health check requests to the endpoint are timing out before returning a status.

                          • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

                          If the endpoint state is initial, the reason code can be one of the following values:

                          • ProvisioningInProgress: The endpoint is in the process of being provisioned.

                          • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

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

                            The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

                            If the endpoint state is unhealthy, the reason code can be one of the following values:

                            • Timeout: The health check requests to the endpoint are timing out before returning a status.

                            • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

                            If the endpoint state is initial, the reason code can be one of the following values:

                            • ProvisioningInProgress: The endpoint is in the process of being provisioned.

                            • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

                            \n@return The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

                            If the endpoint state is unhealthy, the reason code can be one of the following values:

                            • Timeout: The health check requests to the endpoint are timing out before returning a status.

                            • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

                            If the endpoint state is initial, the reason code can be one of the following values:

                            • ProvisioningInProgress: The endpoint is in the process of being provisioned.

                            • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HealthReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "HealthReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "HealthReason", "sensitive" : false, "setterDocumentation" : "

                              The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

                              If the endpoint state is unhealthy, the reason code can be one of the following values:

                              • Timeout: The health check requests to the endpoint are timing out before returning a status.

                              • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

                              If the endpoint state is initial, the reason code can be one of the following values:

                              • ProvisioningInProgress: The endpoint is in the process of being provisioned.

                              • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

                              \n@param healthReason The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

                              If the endpoint state is unhealthy, the reason code can be one of the following values:

                              • Timeout: The health check requests to the endpoint are timing out before returning a status.

                              • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

                              If the endpoint state is initial, the reason code can be one of the following values:

                              • ProvisioningInProgress: The endpoint is in the process of being provisioned.

                              • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

                              • ", "setterMethodName" : "setHealthReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "healthReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "healthReason", "variableType" : "String", "documentation" : "

                                The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

                                If the endpoint state is unhealthy, the reason code can be one of the following values:

                                • Timeout: The health check requests to the endpoint are timing out before returning a status.

                                • Failed: The health check failed, for example because the endpoint response was invalid (malformed).

                                If the endpoint state is initial, the reason code can be one of the following values:

                                • ProvisioningInProgress: The endpoint is in the process of being provisioned.

                                • InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientIPPreservationEnabled", "beanStyleSetterMethodName" : "setClientIPPreservationEnabled", "c2jName" : "ClientIPPreservationEnabled", "c2jShape" : "GenericBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

                                If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

                                For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

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

                                Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

                                If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

                                For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

                                \n@return Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

                                If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

                                For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #clientIPPreservationEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

                                If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

                                For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

                                \n@param clientIPPreservationEnabled Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

                                If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

                                For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #clientIPPreservationEnabled(Boolean)}\n", "documentation" : "

                                Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

                                If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

                                For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

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

                                Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

                                If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

                                For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

                                \n@param clientIPPreservationEnabled Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

                                If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

                                For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientIPPreservationEnabled", "getterDocumentation" : "

                                Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

                                If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

                                For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

                                \n@return Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

                                If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

                                For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.", "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" : "ClientIPPreservationEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClientIPPreservationEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ClientIPPreservationEnabled", "sensitive" : false, "setterDocumentation" : "

                                Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

                                If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

                                For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

                                \n@param clientIPPreservationEnabled Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

                                If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

                                For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.", "setterMethodName" : "setClientIPPreservationEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "clientIPPreservationEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "clientIPPreservationEnabled", "variableType" : "Boolean", "documentation" : "

                                Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

                                If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

                                For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EndpointDescription", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EndpointDescription", "variableName" : "endpointDescription", "variableType" : "EndpointDescription", "documentation" : null, "simpleType" : "EndpointDescription", "variableSetterType" : "EndpointDescription" }, "wrapper" : false, "xmlNamespace" : null }, "EndpointGroup" : { "c2jName" : "EndpointGroup", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A complex type for the endpoint group. An AWS Region can have only one endpoint group for a specific 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" : "getEndpointGroupArn", "beanStyleSetterMethodName" : "setEndpointGroupArn", "c2jName" : "EndpointGroupArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointGroupRegion", "beanStyleSetterMethodName" : "setEndpointGroupRegion", "c2jName" : "EndpointGroupRegion", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The AWS Region that this endpoint group belongs.

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

                                The AWS Region that this endpoint group belongs.

                                \n@return The AWS Region that this endpoint group belongs.\n@deprecated Use {@link #endpointGroupRegion()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The AWS Region that this endpoint group belongs.

                                \n@param endpointGroupRegion The AWS Region that this endpoint group belongs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointGroupRegion(String)}\n", "documentation" : "

                                The AWS Region that this endpoint group belongs.

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

                                The AWS Region that this endpoint group belongs.

                                \n@param endpointGroupRegion The AWS Region that this endpoint group belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointGroupRegion", "getterDocumentation" : "

                                The AWS Region that this endpoint group belongs.

                                \n@return The AWS Region that this endpoint group belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointGroupRegion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointGroupRegion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointGroupRegion", "sensitive" : false, "setterDocumentation" : "

                                The AWS Region that this endpoint group belongs.

                                \n@param endpointGroupRegion The AWS Region that this endpoint group belongs.", "setterMethodName" : "setEndpointGroupRegion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupRegion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupRegion", "variableType" : "String", "documentation" : "

                                The AWS Region that this endpoint group belongs.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEndpointDescriptions", "beanStyleSetterMethodName" : "setEndpointDescriptions", "c2jName" : "EndpointDescriptions", "c2jShape" : "EndpointDescriptions", "defaultConsumerFluentSetterDocumentation" : "

                                The list of endpoint objects.

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

                                The list of endpoint objects.

                                \n

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

                                \n

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

                                \n@return The list of endpoint objects.\n@deprecated Use {@link #endpointDescriptions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of endpoint objects.

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

                                The list of endpoint objects.

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

                                The list of endpoint objects.

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

                                The list of endpoint objects.

                                \n

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

                                \n

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

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

                                The list of endpoint objects.

                                \n@param endpointDescriptions The list of endpoint objects.", "setterMethodName" : "setEndpointDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpointDescriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpointDescriptions", "variableType" : "java.util.List", "documentation" : "

                                The list of endpoint objects.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTrafficDialPercentage", "beanStyleSetterMethodName" : "setTrafficDialPercentage", "c2jName" : "TrafficDialPercentage", "c2jShape" : "TrafficDialPercentage", "defaultConsumerFluentSetterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

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

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@return The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.\n@deprecated Use {@link #trafficDialPercentage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #trafficDialPercentage(Float)}\n", "documentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

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

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trafficDialPercentage", "getterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@return The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrafficDialPercentage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficDialPercentage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "FLOAT", "name" : "TrafficDialPercentage", "sensitive" : false, "setterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.", "setterMethodName" : "setTrafficDialPercentage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "trafficDialPercentage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Float", "variableName" : "trafficDialPercentage", "variableType" : "Float", "documentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                ", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPort", "beanStyleSetterMethodName" : "setHealthCheckPort", "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "defaultConsumerFluentSetterDocumentation" : "

                                The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

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

                                The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

                                \n@return The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.\n@deprecated Use {@link #healthCheckPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

                                \n@param healthCheckPort The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPort(Integer)}\n", "documentation" : "

                                The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

                                ", "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 that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

                                \n@param healthCheckPort The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPort", "getterDocumentation" : "

                                The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

                                \n@return The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.", "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" : "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" : "INTEGER", "name" : "HealthCheckPort", "sensitive" : false, "setterDocumentation" : "

                                The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

                                \n@param healthCheckPort The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.", "setterMethodName" : "setHealthCheckPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckPort", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckPort", "variableType" : "Integer", "documentation" : "

                                The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckProtocolAsString", "beanStyleSetterMethodName" : "setHealthCheckProtocol", "c2jName" : "HealthCheckProtocol", "c2jShape" : "HealthCheckProtocol", "defaultConsumerFluentSetterDocumentation" : "

                                The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

                                \n

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

                                \n@return The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@deprecated Use {@link #healthCheckProtocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

                                \n@param healthCheckProtocol The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckProtocol\n@deprecated Use {@link #healthCheckProtocol(String)}\n", "documentation" : "

                                The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

                                ", "endpointDiscoveryId" : false, "enumType" : "HealthCheckProtocol", "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 that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

                                \n@param healthCheckProtocol The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckProtocol", "fluentSetterMethodName" : "healthCheckProtocol", "getterDocumentation" : "

                                The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

                                \n

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

                                \n@return The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol", "getterModel" : { "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 that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

                                \n@param healthCheckProtocol The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol", "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 that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPath", "beanStyleSetterMethodName" : "setHealthCheckPath", "c2jName" : "HealthCheckPath", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

                                \n@return If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).\n@deprecated Use {@link #healthCheckPath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

                                \n@param healthCheckPath If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPath(String)}\n", "documentation" : "

                                If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

                                ", "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" : "

                                If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

                                \n@param healthCheckPath If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPath", "getterDocumentation" : "

                                If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

                                \n@return If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).", "getterModel" : { "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" : "

                                If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

                                \n@param healthCheckPath If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).", "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" : "

                                If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckIntervalSeconds", "beanStyleSetterMethodName" : "setHealthCheckIntervalSeconds", "c2jName" : "HealthCheckIntervalSeconds", "c2jShape" : "HealthCheckIntervalSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

                                \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 time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

                                \n@return The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.\n@deprecated Use {@link #healthCheckIntervalSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

                                \n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.\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 time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

                                ", "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 time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

                                \n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckIntervalSeconds", "getterDocumentation" : "

                                The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

                                \n@return The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.", "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 time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

                                \n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.", "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 time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThresholdCount", "beanStyleSetterMethodName" : "setThresholdCount", "c2jName" : "ThresholdCount", "c2jShape" : "ThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

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

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@return The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@deprecated Use {@link #thresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #thresholdCount(Integer)}\n", "documentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

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

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thresholdCount", "getterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@return The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.", "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" : "ThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ThresholdCount", "sensitive" : false, "setterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.", "setterMethodName" : "setThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "thresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "thresholdCount", "variableType" : "Integer", "documentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndpointDescriptions" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEndpointDescriptions", "beanStyleSetterMethodName" : "setEndpointDescriptions", "c2jName" : "EndpointDescriptions", "c2jShape" : "EndpointDescriptions", "defaultConsumerFluentSetterDocumentation" : "

                                The list of endpoint objects.

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

                                The list of endpoint objects.

                                \n

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

                                \n

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

                                \n@return The list of endpoint objects.\n@deprecated Use {@link #endpointDescriptions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of endpoint objects.

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

                                The list of endpoint objects.

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

                                The list of endpoint objects.

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

                                The list of endpoint objects.

                                \n

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

                                \n

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

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

                                The list of endpoint objects.

                                \n@param endpointDescriptions The list of endpoint objects.", "setterMethodName" : "setEndpointDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpointDescriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpointDescriptions", "variableType" : "java.util.List", "documentation" : "

                                The list of endpoint objects.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EndpointGroupArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointGroupArn", "beanStyleSetterMethodName" : "setEndpointGroupArn", "c2jName" : "EndpointGroupArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EndpointGroupRegion" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointGroupRegion", "beanStyleSetterMethodName" : "setEndpointGroupRegion", "c2jName" : "EndpointGroupRegion", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The AWS Region that this endpoint group belongs.

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

                                The AWS Region that this endpoint group belongs.

                                \n@return The AWS Region that this endpoint group belongs.\n@deprecated Use {@link #endpointGroupRegion()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The AWS Region that this endpoint group belongs.

                                \n@param endpointGroupRegion The AWS Region that this endpoint group belongs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointGroupRegion(String)}\n", "documentation" : "

                                The AWS Region that this endpoint group belongs.

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

                                The AWS Region that this endpoint group belongs.

                                \n@param endpointGroupRegion The AWS Region that this endpoint group belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointGroupRegion", "getterDocumentation" : "

                                The AWS Region that this endpoint group belongs.

                                \n@return The AWS Region that this endpoint group belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointGroupRegion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointGroupRegion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointGroupRegion", "sensitive" : false, "setterDocumentation" : "

                                The AWS Region that this endpoint group belongs.

                                \n@param endpointGroupRegion The AWS Region that this endpoint group belongs.", "setterMethodName" : "setEndpointGroupRegion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupRegion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupRegion", "variableType" : "String", "documentation" : "

                                The AWS Region that this endpoint group belongs.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckIntervalSeconds" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckIntervalSeconds", "beanStyleSetterMethodName" : "setHealthCheckIntervalSeconds", "c2jName" : "HealthCheckIntervalSeconds", "c2jShape" : "HealthCheckIntervalSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

                                \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 time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

                                \n@return The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.\n@deprecated Use {@link #healthCheckIntervalSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

                                \n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.\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 time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

                                ", "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 time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

                                \n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckIntervalSeconds", "getterDocumentation" : "

                                The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

                                \n@return The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.", "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 time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

                                \n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.", "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 time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckPath" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPath", "beanStyleSetterMethodName" : "setHealthCheckPath", "c2jName" : "HealthCheckPath", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

                                \n@return If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).\n@deprecated Use {@link #healthCheckPath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

                                \n@param healthCheckPath If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPath(String)}\n", "documentation" : "

                                If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

                                ", "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" : "

                                If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

                                \n@param healthCheckPath If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPath", "getterDocumentation" : "

                                If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

                                \n@return If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).", "getterModel" : { "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" : "

                                If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

                                \n@param healthCheckPath If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).", "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" : "

                                If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckPort" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPort", "beanStyleSetterMethodName" : "setHealthCheckPort", "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "defaultConsumerFluentSetterDocumentation" : "

                                The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

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

                                The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

                                \n@return The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.\n@deprecated Use {@link #healthCheckPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

                                \n@param healthCheckPort The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPort(Integer)}\n", "documentation" : "

                                The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

                                ", "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 that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

                                \n@param healthCheckPort The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPort", "getterDocumentation" : "

                                The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

                                \n@return The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.", "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" : "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" : "INTEGER", "name" : "HealthCheckPort", "sensitive" : false, "setterDocumentation" : "

                                The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

                                \n@param healthCheckPort The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.", "setterMethodName" : "setHealthCheckPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckPort", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckPort", "variableType" : "Integer", "documentation" : "

                                The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckProtocol" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckProtocolAsString", "beanStyleSetterMethodName" : "setHealthCheckProtocol", "c2jName" : "HealthCheckProtocol", "c2jShape" : "HealthCheckProtocol", "defaultConsumerFluentSetterDocumentation" : "

                                The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

                                \n

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

                                \n@return The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@deprecated Use {@link #healthCheckProtocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

                                \n@param healthCheckProtocol The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckProtocol\n@deprecated Use {@link #healthCheckProtocol(String)}\n", "documentation" : "

                                The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

                                ", "endpointDiscoveryId" : false, "enumType" : "HealthCheckProtocol", "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 that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

                                \n@param healthCheckProtocol The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckProtocol", "fluentSetterMethodName" : "healthCheckProtocol", "getterDocumentation" : "

                                The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

                                \n

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

                                \n@return The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol", "getterModel" : { "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 that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

                                \n@param healthCheckProtocol The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol", "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 that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ThresholdCount" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThresholdCount", "beanStyleSetterMethodName" : "setThresholdCount", "c2jName" : "ThresholdCount", "c2jShape" : "ThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

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

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@return The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@deprecated Use {@link #thresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #thresholdCount(Integer)}\n", "documentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

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

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thresholdCount", "getterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@return The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.", "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" : "ThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ThresholdCount", "sensitive" : false, "setterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.", "setterMethodName" : "setThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "thresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "thresholdCount", "variableType" : "Integer", "documentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TrafficDialPercentage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTrafficDialPercentage", "beanStyleSetterMethodName" : "setTrafficDialPercentage", "c2jName" : "TrafficDialPercentage", "c2jShape" : "TrafficDialPercentage", "defaultConsumerFluentSetterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

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

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@return The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.\n@deprecated Use {@link #trafficDialPercentage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #trafficDialPercentage(Float)}\n", "documentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

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

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trafficDialPercentage", "getterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@return The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrafficDialPercentage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficDialPercentage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "FLOAT", "name" : "TrafficDialPercentage", "sensitive" : false, "setterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.", "setterMethodName" : "setTrafficDialPercentage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "trafficDialPercentage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Float", "variableName" : "trafficDialPercentage", "variableType" : "Float", "documentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                ", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointGroupArn", "beanStyleSetterMethodName" : "setEndpointGroupArn", "c2jName" : "EndpointGroupArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointGroupRegion", "beanStyleSetterMethodName" : "setEndpointGroupRegion", "c2jName" : "EndpointGroupRegion", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The AWS Region that this endpoint group belongs.

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

                                The AWS Region that this endpoint group belongs.

                                \n@return The AWS Region that this endpoint group belongs.\n@deprecated Use {@link #endpointGroupRegion()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The AWS Region that this endpoint group belongs.

                                \n@param endpointGroupRegion The AWS Region that this endpoint group belongs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointGroupRegion(String)}\n", "documentation" : "

                                The AWS Region that this endpoint group belongs.

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

                                The AWS Region that this endpoint group belongs.

                                \n@param endpointGroupRegion The AWS Region that this endpoint group belongs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointGroupRegion", "getterDocumentation" : "

                                The AWS Region that this endpoint group belongs.

                                \n@return The AWS Region that this endpoint group belongs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointGroupRegion", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointGroupRegion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointGroupRegion", "sensitive" : false, "setterDocumentation" : "

                                The AWS Region that this endpoint group belongs.

                                \n@param endpointGroupRegion The AWS Region that this endpoint group belongs.", "setterMethodName" : "setEndpointGroupRegion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupRegion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupRegion", "variableType" : "String", "documentation" : "

                                The AWS Region that this endpoint group belongs.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEndpointDescriptions", "beanStyleSetterMethodName" : "setEndpointDescriptions", "c2jName" : "EndpointDescriptions", "c2jShape" : "EndpointDescriptions", "defaultConsumerFluentSetterDocumentation" : "

                                The list of endpoint objects.

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

                                The list of endpoint objects.

                                \n

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

                                \n

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

                                \n@return The list of endpoint objects.\n@deprecated Use {@link #endpointDescriptions()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of endpoint objects.

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

                                The list of endpoint objects.

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

                                The list of endpoint objects.

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

                                The list of endpoint objects.

                                \n

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

                                \n

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

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

                                The list of endpoint objects.

                                \n@param endpointDescriptions The list of endpoint objects.", "setterMethodName" : "setEndpointDescriptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpointDescriptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpointDescriptions", "variableType" : "java.util.List", "documentation" : "

                                The list of endpoint objects.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTrafficDialPercentage", "beanStyleSetterMethodName" : "setTrafficDialPercentage", "c2jName" : "TrafficDialPercentage", "c2jShape" : "TrafficDialPercentage", "defaultConsumerFluentSetterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

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

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@return The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.\n@deprecated Use {@link #trafficDialPercentage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #trafficDialPercentage(Float)}\n", "documentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

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

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trafficDialPercentage", "getterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@return The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrafficDialPercentage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficDialPercentage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "FLOAT", "name" : "TrafficDialPercentage", "sensitive" : false, "setterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.", "setterMethodName" : "setTrafficDialPercentage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "trafficDialPercentage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Float", "variableName" : "trafficDialPercentage", "variableType" : "Float", "documentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                ", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPort", "beanStyleSetterMethodName" : "setHealthCheckPort", "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "defaultConsumerFluentSetterDocumentation" : "

                                The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

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

                                The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

                                \n@return The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.\n@deprecated Use {@link #healthCheckPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

                                \n@param healthCheckPort The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPort(Integer)}\n", "documentation" : "

                                The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

                                ", "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 that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

                                \n@param healthCheckPort The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPort", "getterDocumentation" : "

                                The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

                                \n@return The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.", "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" : "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" : "INTEGER", "name" : "HealthCheckPort", "sensitive" : false, "setterDocumentation" : "

                                The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

                                \n@param healthCheckPort The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.", "setterMethodName" : "setHealthCheckPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckPort", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckPort", "variableType" : "Integer", "documentation" : "

                                The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.

                                The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckProtocolAsString", "beanStyleSetterMethodName" : "setHealthCheckProtocol", "c2jName" : "HealthCheckProtocol", "c2jShape" : "HealthCheckProtocol", "defaultConsumerFluentSetterDocumentation" : "

                                The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

                                \n

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

                                \n@return The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@deprecated Use {@link #healthCheckProtocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

                                \n@param healthCheckProtocol The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckProtocol\n@deprecated Use {@link #healthCheckProtocol(String)}\n", "documentation" : "

                                The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

                                ", "endpointDiscoveryId" : false, "enumType" : "HealthCheckProtocol", "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 that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

                                \n@param healthCheckProtocol The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckProtocol", "fluentSetterMethodName" : "healthCheckProtocol", "getterDocumentation" : "

                                The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

                                \n

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

                                \n@return The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol", "getterModel" : { "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 that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

                                \n@param healthCheckProtocol The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol", "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 that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPath", "beanStyleSetterMethodName" : "setHealthCheckPath", "c2jName" : "HealthCheckPath", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

                                \n@return If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).\n@deprecated Use {@link #healthCheckPath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

                                \n@param healthCheckPath If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPath(String)}\n", "documentation" : "

                                If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

                                ", "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" : "

                                If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

                                \n@param healthCheckPath If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPath", "getterDocumentation" : "

                                If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

                                \n@return If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).", "getterModel" : { "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" : "

                                If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

                                \n@param healthCheckPath If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).", "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" : "

                                If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckIntervalSeconds", "beanStyleSetterMethodName" : "setHealthCheckIntervalSeconds", "c2jName" : "HealthCheckIntervalSeconds", "c2jShape" : "HealthCheckIntervalSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

                                \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 time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

                                \n@return The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.\n@deprecated Use {@link #healthCheckIntervalSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

                                \n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.\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 time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

                                ", "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 time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

                                \n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckIntervalSeconds", "getterDocumentation" : "

                                The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

                                \n@return The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.", "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 time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

                                \n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.", "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 time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThresholdCount", "beanStyleSetterMethodName" : "setThresholdCount", "c2jName" : "ThresholdCount", "c2jShape" : "ThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

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

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@return The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@deprecated Use {@link #thresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #thresholdCount(Integer)}\n", "documentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

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

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thresholdCount", "getterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@return The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.", "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" : "ThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ThresholdCount", "sensitive" : false, "setterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.", "setterMethodName" : "setThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "thresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "thresholdCount", "variableType" : "Integer", "documentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EndpointGroup", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EndpointGroup", "variableName" : "endpointGroup", "variableType" : "EndpointGroup", "documentation" : null, "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "wrapper" : false, "xmlNamespace" : null }, "EndpointGroupAlreadyExistsException" : { "c2jName" : "EndpointGroupAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The endpoint group that you specified already exists.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "EndpointGroupAlreadyExistsException", "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" : "EndpointGroupAlreadyExistsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EndpointGroupAlreadyExistsException", "variableName" : "endpointGroupAlreadyExistsException", "variableType" : "EndpointGroupAlreadyExistsException", "documentation" : null, "simpleType" : "EndpointGroupAlreadyExistsException", "variableSetterType" : "EndpointGroupAlreadyExistsException" }, "wrapper" : false, "xmlNamespace" : null }, "EndpointGroupNotFoundException" : { "c2jName" : "EndpointGroupNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The endpoint group that you specified doesn't exist.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "EndpointGroupNotFoundException", "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" : "EndpointGroupNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EndpointGroupNotFoundException", "variableName" : "endpointGroupNotFoundException", "variableType" : "EndpointGroupNotFoundException", "documentation" : null, "simpleType" : "EndpointGroupNotFoundException", "variableSetterType" : "EndpointGroupNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "HealthCheckProtocol" : { "c2jName" : "HealthCheckProtocol", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "TCP", "value" : "TCP" }, { "name" : "HTTP", "value" : "HTTP" }, { "name" : "HTTPS", "value" : "HTTPS" } ], "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" : "HealthCheckProtocol", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HealthCheckProtocol", "variableName" : "healthCheckProtocol", "variableType" : "HealthCheckProtocol", "documentation" : null, "simpleType" : "HealthCheckProtocol", "variableSetterType" : "HealthCheckProtocol" }, "wrapper" : false, "xmlNamespace" : null }, "HealthState" : { "c2jName" : "HealthState", "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" } ], "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" : "HealthState", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HealthState", "variableName" : "healthState", "variableType" : "HealthState", "documentation" : null, "simpleType" : "HealthState", "variableSetterType" : "HealthState" }, "wrapper" : false, "xmlNamespace" : null }, "IncorrectCidrStateException" : { "c2jName" : "IncorrectCidrStateException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The CIDR that you specified is not valid for this action. For example, the state of the CIDR might be incorrect for this action.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "IncorrectCidrStateException", "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" : "IncorrectCidrStateException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "IncorrectCidrStateException", "variableName" : "incorrectCidrStateException", "variableType" : "IncorrectCidrStateException", "documentation" : null, "simpleType" : "IncorrectCidrStateException", "variableSetterType" : "IncorrectCidrStateException" }, "wrapper" : false, "xmlNamespace" : null }, "InternalServiceErrorException" : { "c2jName" : "InternalServiceErrorException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                There was an internal error for AWS Global Accelerator.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InternalServiceErrorException", "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" : "InternalServiceErrorException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InternalServiceErrorException", "variableName" : "internalServiceErrorException", "variableType" : "InternalServiceErrorException", "documentation" : null, "simpleType" : "InternalServiceErrorException", "variableSetterType" : "InternalServiceErrorException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidArgumentException" : { "c2jName" : "InvalidArgumentException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                An argument that you specified is invalid.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidArgumentException", "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" : "InvalidArgumentException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidArgumentException", "variableName" : "invalidArgumentException", "variableType" : "InvalidArgumentException", "documentation" : null, "simpleType" : "InvalidArgumentException", "variableSetterType" : "InvalidArgumentException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidNextTokenException" : { "c2jName" : "InvalidNextTokenException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                There isn't another item to return.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidNextTokenException", "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" : "InvalidNextTokenException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidNextTokenException", "variableName" : "invalidNextTokenException", "variableType" : "InvalidNextTokenException", "documentation" : null, "simpleType" : "InvalidNextTokenException", "variableSetterType" : "InvalidNextTokenException" }, "wrapper" : false, "xmlNamespace" : null }, "InvalidPortRangeException" : { "c2jName" : "InvalidPortRangeException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                The port numbers that you specified are not valid numbers or are not unique for this accelerator.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidPortRangeException", "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" : "InvalidPortRangeException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidPortRangeException", "variableName" : "invalidPortRangeException", "variableType" : "InvalidPortRangeException", "documentation" : null, "simpleType" : "InvalidPortRangeException", "variableSetterType" : "InvalidPortRangeException" }, "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" } ], "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 }, "IpSet" : { "c2jName" : "IpSet", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A complex type for the set of IP addresses for an accelerator.

                                ", "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" : "getIpFamily", "beanStyleSetterMethodName" : "setIpFamily", "c2jName" : "IpFamily", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The types of IP addresses included in this IP set.

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

                                The types of IP addresses included in this IP set.

                                \n@return The types of IP addresses included in this IP set.\n@deprecated Use {@link #ipFamily()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The types of IP addresses included in this IP set.

                                \n@param ipFamily The types of IP addresses included in this IP set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ipFamily(String)}\n", "documentation" : "

                                The types of IP addresses included in this IP set.

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

                                The types of IP addresses included in this IP set.

                                \n@param ipFamily The types of IP addresses included in this IP set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ipFamily", "getterDocumentation" : "

                                The types of IP addresses included in this IP set.

                                \n@return The types of IP addresses included in this IP set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpFamily", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpFamily", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IpFamily", "sensitive" : false, "setterDocumentation" : "

                                The types of IP addresses included in this IP set.

                                \n@param ipFamily The types of IP addresses included in this IP set.", "setterMethodName" : "setIpFamily", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipFamily", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ipFamily", "variableType" : "String", "documentation" : "

                                The types of IP addresses included in this IP set.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getIpAddresses", "beanStyleSetterMethodName" : "setIpAddresses", "c2jName" : "IpAddresses", "c2jShape" : "IpAddresses", "defaultConsumerFluentSetterDocumentation" : "

                                The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

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

                                The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

                                \n

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

                                \n

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

                                \n@return The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.\n@deprecated Use {@link #ipAddresses()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

                                \n@param ipAddresses The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ipAddresses(List)}\n", "documentation" : "

                                The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

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

                                The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

                                \n@param ipAddresses The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ipAddresses", "getterDocumentation" : "

                                The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

                                \n

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

                                \n

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

                                \n@return The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "IpAddress", "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" : "IpAddresses", "sensitive" : false, "setterDocumentation" : "

                                The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

                                \n@param ipAddresses The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.", "setterMethodName" : "setIpAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ipAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ipAddresses", "variableType" : "java.util.List", "documentation" : "

                                The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IpAddresses" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getIpAddresses", "beanStyleSetterMethodName" : "setIpAddresses", "c2jName" : "IpAddresses", "c2jShape" : "IpAddresses", "defaultConsumerFluentSetterDocumentation" : "

                                The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

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

                                The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

                                \n

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

                                \n

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

                                \n@return The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.\n@deprecated Use {@link #ipAddresses()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

                                \n@param ipAddresses The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ipAddresses(List)}\n", "documentation" : "

                                The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

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

                                The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

                                \n@param ipAddresses The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ipAddresses", "getterDocumentation" : "

                                The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

                                \n

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

                                \n

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

                                \n@return The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "IpAddress", "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" : "IpAddresses", "sensitive" : false, "setterDocumentation" : "

                                The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

                                \n@param ipAddresses The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.", "setterMethodName" : "setIpAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ipAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ipAddresses", "variableType" : "java.util.List", "documentation" : "

                                The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IpFamily" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIpFamily", "beanStyleSetterMethodName" : "setIpFamily", "c2jName" : "IpFamily", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The types of IP addresses included in this IP set.

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

                                The types of IP addresses included in this IP set.

                                \n@return The types of IP addresses included in this IP set.\n@deprecated Use {@link #ipFamily()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The types of IP addresses included in this IP set.

                                \n@param ipFamily The types of IP addresses included in this IP set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ipFamily(String)}\n", "documentation" : "

                                The types of IP addresses included in this IP set.

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

                                The types of IP addresses included in this IP set.

                                \n@param ipFamily The types of IP addresses included in this IP set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ipFamily", "getterDocumentation" : "

                                The types of IP addresses included in this IP set.

                                \n@return The types of IP addresses included in this IP set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpFamily", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpFamily", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IpFamily", "sensitive" : false, "setterDocumentation" : "

                                The types of IP addresses included in this IP set.

                                \n@param ipFamily The types of IP addresses included in this IP set.", "setterMethodName" : "setIpFamily", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipFamily", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ipFamily", "variableType" : "String", "documentation" : "

                                The types of IP addresses included in this IP set.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIpFamily", "beanStyleSetterMethodName" : "setIpFamily", "c2jName" : "IpFamily", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The types of IP addresses included in this IP set.

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

                                The types of IP addresses included in this IP set.

                                \n@return The types of IP addresses included in this IP set.\n@deprecated Use {@link #ipFamily()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The types of IP addresses included in this IP set.

                                \n@param ipFamily The types of IP addresses included in this IP set.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ipFamily(String)}\n", "documentation" : "

                                The types of IP addresses included in this IP set.

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

                                The types of IP addresses included in this IP set.

                                \n@param ipFamily The types of IP addresses included in this IP set.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ipFamily", "getterDocumentation" : "

                                The types of IP addresses included in this IP set.

                                \n@return The types of IP addresses included in this IP set.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpFamily", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpFamily", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IpFamily", "sensitive" : false, "setterDocumentation" : "

                                The types of IP addresses included in this IP set.

                                \n@param ipFamily The types of IP addresses included in this IP set.", "setterMethodName" : "setIpFamily", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipFamily", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ipFamily", "variableType" : "String", "documentation" : "

                                The types of IP addresses included in this IP set.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getIpAddresses", "beanStyleSetterMethodName" : "setIpAddresses", "c2jName" : "IpAddresses", "c2jShape" : "IpAddresses", "defaultConsumerFluentSetterDocumentation" : "

                                The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

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

                                The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

                                \n

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

                                \n

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

                                \n@return The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.\n@deprecated Use {@link #ipAddresses()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

                                \n@param ipAddresses The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ipAddresses(List)}\n", "documentation" : "

                                The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

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

                                The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

                                \n@param ipAddresses The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ipAddresses", "getterDocumentation" : "

                                The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

                                \n

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

                                \n

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

                                \n@return The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IpAddresses", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "IpAddresses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "IpAddress", "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" : "IpAddresses", "sensitive" : false, "setterDocumentation" : "

                                The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

                                \n@param ipAddresses The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.", "setterMethodName" : "setIpAddresses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ipAddresses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ipAddresses", "variableType" : "java.util.List", "documentation" : "

                                The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "IpSet", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IpSet", "variableName" : "ipSet", "variableType" : "IpSet", "documentation" : null, "simpleType" : "IpSet", "variableSetterType" : "IpSet" }, "wrapper" : false, "xmlNamespace" : null }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                Processing your request would cause you to exceed an AWS Global Accelerator limit.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "LimitExceededException", "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" : "LimitExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LimitExceededException", "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "wrapper" : false, "xmlNamespace" : null }, "ListAcceleratorsRequest" : { "c2jName" : "ListAcceleratorsRequest", "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" : "ListAccelerators", "locationName" : null, "requestUri" : "/", "target" : "GlobalAccelerator_V20180706.ListAccelerators", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                The number of Global Accelerator objects that you want to return with this call. The default value is 10.

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

                                The number of Global Accelerator objects that you want to return with this call. The default value is 10.

                                \n@return The number of Global Accelerator objects that you want to return with this call. The default value is 10.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of Global Accelerator objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of Global Accelerator objects that you want to return with this call. The default value is 10.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The number of Global Accelerator objects that you want to return with this call. The default value is 10.

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

                                The number of Global Accelerator objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of Global Accelerator objects that you want to return with this call. The default value is 10.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The number of Global Accelerator objects that you want to return with this call. The default value is 10.

                                \n@return The number of Global Accelerator objects that you want to return with this call. The default value is 10.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The number of Global Accelerator objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of Global Accelerator objects that you want to return with this call. The default value is 10.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The number of Global Accelerator objects that you want to return with this call. The default value is 10.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

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

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token from a previous call.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

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

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                The number of Global Accelerator objects that you want to return with this call. The default value is 10.

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

                                The number of Global Accelerator objects that you want to return with this call. The default value is 10.

                                \n@return The number of Global Accelerator objects that you want to return with this call. The default value is 10.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of Global Accelerator objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of Global Accelerator objects that you want to return with this call. The default value is 10.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The number of Global Accelerator objects that you want to return with this call. The default value is 10.

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

                                The number of Global Accelerator objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of Global Accelerator objects that you want to return with this call. The default value is 10.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The number of Global Accelerator objects that you want to return with this call. The default value is 10.

                                \n@return The number of Global Accelerator objects that you want to return with this call. The default value is 10.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The number of Global Accelerator objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of Global Accelerator objects that you want to return with this call. The default value is 10.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The number of Global Accelerator objects that you want to return with this call. The default value is 10.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

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

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token from a previous call.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

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

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                The number of Global Accelerator objects that you want to return with this call. The default value is 10.

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

                                The number of Global Accelerator objects that you want to return with this call. The default value is 10.

                                \n@return The number of Global Accelerator objects that you want to return with this call. The default value is 10.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of Global Accelerator objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of Global Accelerator objects that you want to return with this call. The default value is 10.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The number of Global Accelerator objects that you want to return with this call. The default value is 10.

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

                                The number of Global Accelerator objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of Global Accelerator objects that you want to return with this call. The default value is 10.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The number of Global Accelerator objects that you want to return with this call. The default value is 10.

                                \n@return The number of Global Accelerator objects that you want to return with this call. The default value is 10.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The number of Global Accelerator objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of Global Accelerator objects that you want to return with this call. The default value is 10.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The number of Global Accelerator objects that you want to return with this call. The default value is 10.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

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

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token from a previous call.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

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

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListAcceleratorsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListAcceleratorsRequest", "variableName" : "listAcceleratorsRequest", "variableType" : "ListAcceleratorsRequest", "documentation" : null, "simpleType" : "ListAcceleratorsRequest", "variableSetterType" : "ListAcceleratorsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListAcceleratorsResponse" : { "c2jName" : "ListAcceleratorsResponse", "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" : "getAccelerators", "beanStyleSetterMethodName" : "setAccelerators", "c2jName" : "Accelerators", "c2jShape" : "Accelerators", "defaultConsumerFluentSetterDocumentation" : "

                                The list of accelerators for a customer account.

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

                                The list of accelerators for a customer account.

                                \n

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

                                \n

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

                                \n@return The list of accelerators for a customer account.\n@deprecated Use {@link #accelerators()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of accelerators for a customer account.

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

                                The list of accelerators for a customer account.

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

                                The list of accelerators for a customer account.

                                \n@param accelerators The list of accelerators for a customer account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accelerators", "getterDocumentation" : "

                                The list of accelerators for a customer account.

                                \n

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

                                \n

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

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

                                The list of accelerators for a customer account.

                                \n@param accelerators The list of accelerators for a customer account.", "setterMethodName" : "setAccelerators", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "accelerators", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "accelerators", "variableType" : "java.util.List", "documentation" : "

                                The list of accelerators for a customer account.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

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

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token from a previous call.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

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

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Accelerators" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAccelerators", "beanStyleSetterMethodName" : "setAccelerators", "c2jName" : "Accelerators", "c2jShape" : "Accelerators", "defaultConsumerFluentSetterDocumentation" : "

                                The list of accelerators for a customer account.

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

                                The list of accelerators for a customer account.

                                \n

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

                                \n

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

                                \n@return The list of accelerators for a customer account.\n@deprecated Use {@link #accelerators()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of accelerators for a customer account.

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

                                The list of accelerators for a customer account.

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

                                The list of accelerators for a customer account.

                                \n@param accelerators The list of accelerators for a customer account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accelerators", "getterDocumentation" : "

                                The list of accelerators for a customer account.

                                \n

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

                                \n

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

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

                                The list of accelerators for a customer account.

                                \n@param accelerators The list of accelerators for a customer account.", "setterMethodName" : "setAccelerators", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "accelerators", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "accelerators", "variableType" : "java.util.List", "documentation" : "

                                The list of accelerators for a customer account.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

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

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token from a previous call.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

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

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAccelerators", "beanStyleSetterMethodName" : "setAccelerators", "c2jName" : "Accelerators", "c2jShape" : "Accelerators", "defaultConsumerFluentSetterDocumentation" : "

                                The list of accelerators for a customer account.

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

                                The list of accelerators for a customer account.

                                \n

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

                                \n

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

                                \n@return The list of accelerators for a customer account.\n@deprecated Use {@link #accelerators()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of accelerators for a customer account.

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

                                The list of accelerators for a customer account.

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

                                The list of accelerators for a customer account.

                                \n@param accelerators The list of accelerators for a customer account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accelerators", "getterDocumentation" : "

                                The list of accelerators for a customer account.

                                \n

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

                                \n

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

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

                                The list of accelerators for a customer account.

                                \n@param accelerators The list of accelerators for a customer account.", "setterMethodName" : "setAccelerators", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "accelerators", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "accelerators", "variableType" : "java.util.List", "documentation" : "

                                The list of accelerators for a customer account.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

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

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token from a previous call.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

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

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListAcceleratorsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListAcceleratorsResponse", "variableName" : "listAcceleratorsResponse", "variableType" : "ListAcceleratorsResponse", "documentation" : null, "simpleType" : "ListAcceleratorsResponse", "variableSetterType" : "ListAcceleratorsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListByoipCidrsRequest" : { "c2jName" : "ListByoipCidrsRequest", "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" : "ListByoipCidrs", "locationName" : null, "requestUri" : "/", "target" : "GlobalAccelerator_V20180706.ListByoipCidrs", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

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

                                The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

                                \n@return The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

                                \n@param maxResults The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

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

                                The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

                                \n@param maxResults The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

                                \n@return The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

                                \n@param maxResults The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The token for the next page of results.

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

                                The token for the next page of results.

                                \n@return The token for the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token for the next page of results.

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

                                The token for the next page of results.

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

                                The token for the next page of results.

                                \n@param nextToken The token for the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token for the next page of results.

                                \n@return The token for the next page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The token for the next page of results.

                                \n@param nextToken The token for the next page of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token for the next page of results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

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

                                The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

                                \n@return The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

                                \n@param maxResults The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

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

                                The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

                                \n@param maxResults The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

                                \n@return The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

                                \n@param maxResults The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The token for the next page of results.

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

                                The token for the next page of results.

                                \n@return The token for the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token for the next page of results.

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

                                The token for the next page of results.

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

                                The token for the next page of results.

                                \n@param nextToken The token for the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token for the next page of results.

                                \n@return The token for the next page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The token for the next page of results.

                                \n@param nextToken The token for the next page of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token for the next page of results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

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

                                The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

                                \n@return The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

                                \n@param maxResults The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

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

                                The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

                                \n@param maxResults The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

                                \n@return The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

                                \n@param maxResults The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The token for the next page of results.

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

                                The token for the next page of results.

                                \n@return The token for the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token for the next page of results.

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

                                The token for the next page of results.

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

                                The token for the next page of results.

                                \n@param nextToken The token for the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token for the next page of results.

                                \n@return The token for the next page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The token for the next page of results.

                                \n@param nextToken The token for the next page of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token for the next page of results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListByoipCidrsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListByoipCidrsRequest", "variableName" : "listByoipCidrsRequest", "variableType" : "ListByoipCidrsRequest", "documentation" : null, "simpleType" : "ListByoipCidrsRequest", "variableSetterType" : "ListByoipCidrsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListByoipCidrsResponse" : { "c2jName" : "ListByoipCidrsResponse", "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" : "getByoipCidrs", "beanStyleSetterMethodName" : "setByoipCidrs", "c2jName" : "ByoipCidrs", "c2jShape" : "ByoipCidrs", "defaultConsumerFluentSetterDocumentation" : "

                                Information about your address ranges.

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

                                Information about your address ranges.

                                \n

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

                                \n

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

                                \n@return Information about your address ranges.\n@deprecated Use {@link #byoipCidrs()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about your address ranges.

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

                                Information about your address ranges.

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

                                Information about your address ranges.

                                \n@param byoipCidrs Information about your address ranges.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "byoipCidrs", "getterDocumentation" : "

                                Information about your address ranges.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasByoipCidrs()} to see if a value was sent in this field.\n

                                \n@return Information about your address ranges.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ByoipCidrs", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ByoipCidrs", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ByoipCidr", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ByoipCidr.Builder} avoiding the need to create one manually via {@link ByoipCidr#builder()}.\n\nWhen the {@link Consumer} completes, {@link ByoipCidr.Builder#build()} is called immediately and its result is passed to {@link #member(ByoipCidr)}.\n@param member a consumer that will call methods on {@link ByoipCidr.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ByoipCidr)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ByoipCidr)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ByoipCidr", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : 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" : "ByoipCidr", "variableName" : "member", "variableType" : "ByoipCidr", "documentation" : null, "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "member", "variableType" : "ByoipCidr", "documentation" : "", "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ByoipCidr", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ByoipCidr", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ByoipCidrs", "sensitive" : false, "setterDocumentation" : "

                                Information about your address ranges.

                                \n@param byoipCidrs Information about your address ranges.", "setterMethodName" : "setByoipCidrs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "byoipCidrs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "byoipCidrs", "variableType" : "java.util.List", "documentation" : "

                                Information about your address ranges.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The token for the next page of results.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The token for the next page of results.

                                \n@return The token for the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token for the next page of results.

                                \n@param nextToken The token for the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token for the next page of results.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                The token for the next page of results.

                                \n@param nextToken The token for the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token for the next page of results.

                                \n@return The token for the next page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The token for the next page of results.

                                \n@param nextToken The token for the next page of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token for the next page of results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ByoipCidrs" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getByoipCidrs", "beanStyleSetterMethodName" : "setByoipCidrs", "c2jName" : "ByoipCidrs", "c2jShape" : "ByoipCidrs", "defaultConsumerFluentSetterDocumentation" : "

                                Information about your address ranges.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #byoipCidrs(List)}.\n@param byoipCidrs a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #byoipCidrs(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Information about your address ranges.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasByoipCidrs()} to see if a value was sent in this field.\n

                                \n@return Information about your address ranges.\n@deprecated Use {@link #byoipCidrs()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about your address ranges.

                                \n@param byoipCidrs Information about your address ranges.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #byoipCidrs(List)}\n", "documentation" : "

                                Information about your address ranges.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ByoipCidrs property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasByoipCidrs", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "byoipCidrs", "fluentSetterDocumentation" : "

                                Information about your address ranges.

                                \n@param byoipCidrs Information about your address ranges.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "byoipCidrs", "getterDocumentation" : "

                                Information about your address ranges.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasByoipCidrs()} to see if a value was sent in this field.\n

                                \n@return Information about your address ranges.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ByoipCidrs", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ByoipCidrs", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ByoipCidr", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ByoipCidr.Builder} avoiding the need to create one manually via {@link ByoipCidr#builder()}.\n\nWhen the {@link Consumer} completes, {@link ByoipCidr.Builder#build()} is called immediately and its result is passed to {@link #member(ByoipCidr)}.\n@param member a consumer that will call methods on {@link ByoipCidr.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ByoipCidr)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ByoipCidr)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ByoipCidr", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : 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" : "ByoipCidr", "variableName" : "member", "variableType" : "ByoipCidr", "documentation" : null, "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "member", "variableType" : "ByoipCidr", "documentation" : "", "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ByoipCidr", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ByoipCidr", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ByoipCidrs", "sensitive" : false, "setterDocumentation" : "

                                Information about your address ranges.

                                \n@param byoipCidrs Information about your address ranges.", "setterMethodName" : "setByoipCidrs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "byoipCidrs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "byoipCidrs", "variableType" : "java.util.List", "documentation" : "

                                Information about your address ranges.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The token for the next page of results.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The token for the next page of results.

                                \n@return The token for the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token for the next page of results.

                                \n@param nextToken The token for the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token for the next page of results.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                The token for the next page of results.

                                \n@param nextToken The token for the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token for the next page of results.

                                \n@return The token for the next page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The token for the next page of results.

                                \n@param nextToken The token for the next page of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token for the next page of results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getByoipCidrs", "beanStyleSetterMethodName" : "setByoipCidrs", "c2jName" : "ByoipCidrs", "c2jShape" : "ByoipCidrs", "defaultConsumerFluentSetterDocumentation" : "

                                Information about your address ranges.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #byoipCidrs(List)}.\n@param byoipCidrs a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #byoipCidrs(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Information about your address ranges.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasByoipCidrs()} to see if a value was sent in this field.\n

                                \n@return Information about your address ranges.\n@deprecated Use {@link #byoipCidrs()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about your address ranges.

                                \n@param byoipCidrs Information about your address ranges.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #byoipCidrs(List)}\n", "documentation" : "

                                Information about your address ranges.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ByoipCidrs property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasByoipCidrs", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "byoipCidrs", "fluentSetterDocumentation" : "

                                Information about your address ranges.

                                \n@param byoipCidrs Information about your address ranges.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "byoipCidrs", "getterDocumentation" : "

                                Information about your address ranges.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasByoipCidrs()} to see if a value was sent in this field.\n

                                \n@return Information about your address ranges.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ByoipCidrs", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ByoipCidrs", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ByoipCidr", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ByoipCidr.Builder} avoiding the need to create one manually via {@link ByoipCidr#builder()}.\n\nWhen the {@link Consumer} completes, {@link ByoipCidr.Builder#build()} is called immediately and its result is passed to {@link #member(ByoipCidr)}.\n@param member a consumer that will call methods on {@link ByoipCidr.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ByoipCidr)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ByoipCidr)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ByoipCidr", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : 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" : "ByoipCidr", "variableName" : "member", "variableType" : "ByoipCidr", "documentation" : null, "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "member", "variableType" : "ByoipCidr", "documentation" : "", "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ByoipCidr", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ByoipCidr", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ByoipCidrs", "sensitive" : false, "setterDocumentation" : "

                                Information about your address ranges.

                                \n@param byoipCidrs Information about your address ranges.", "setterMethodName" : "setByoipCidrs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "byoipCidrs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "byoipCidrs", "variableType" : "java.util.List", "documentation" : "

                                Information about your address ranges.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The token for the next page of results.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The token for the next page of results.

                                \n@return The token for the next page of results.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token for the next page of results.

                                \n@param nextToken The token for the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token for the next page of results.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                The token for the next page of results.

                                \n@param nextToken The token for the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token for the next page of results.

                                \n@return The token for the next page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The token for the next page of results.

                                \n@param nextToken The token for the next page of results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token for the next page of results.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListByoipCidrsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListByoipCidrsResponse", "variableName" : "listByoipCidrsResponse", "variableType" : "ListByoipCidrsResponse", "documentation" : null, "simpleType" : "ListByoipCidrsResponse", "variableSetterType" : "ListByoipCidrsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListEndpointGroupsRequest" : { "c2jName" : "ListEndpointGroupsRequest", "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" : "ListEndpointGroups", "locationName" : null, "requestUri" : "/", "target" : "GlobalAccelerator_V20180706.ListEndpointGroups", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "GenericString", "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" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                The number of endpoint group objects that you want to return with this call. The default value is 10.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of endpoint group objects that you want to return with this call. The default value is 10.

                                \n@return The number of endpoint group objects that you want to return with this call. The default value is 10.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of endpoint group objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of endpoint group objects that you want to return with this call. The default value is 10.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The number of endpoint group objects that you want to return with this call. The default value is 10.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The number of endpoint group objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of endpoint group objects that you want to return with this call. The default value is 10.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The number of endpoint group objects that you want to return with this call. The default value is 10.

                                \n@return The number of endpoint group objects that you want to return with this call. The default value is 10.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The number of endpoint group objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of endpoint group objects that you want to return with this call. The default value is 10.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The number of endpoint group objects that you want to return with this call. The default value is 10.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The token for the next set of results. You receive this token 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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token from a previous call.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ListenerArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "GenericString", "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 }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                The number of endpoint group objects that you want to return with this call. The default value is 10.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of endpoint group objects that you want to return with this call. The default value is 10.

                                \n@return The number of endpoint group objects that you want to return with this call. The default value is 10.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of endpoint group objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of endpoint group objects that you want to return with this call. The default value is 10.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The number of endpoint group objects that you want to return with this call. The default value is 10.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The number of endpoint group objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of endpoint group objects that you want to return with this call. The default value is 10.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The number of endpoint group objects that you want to return with this call. The default value is 10.

                                \n@return The number of endpoint group objects that you want to return with this call. The default value is 10.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The number of endpoint group objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of endpoint group objects that you want to return with this call. The default value is 10.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The number of endpoint group objects that you want to return with this call. The default value is 10.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The token for the next set of results. You receive this token 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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token from a previous call.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "GenericString", "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" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                The number of endpoint group objects that you want to return with this call. The default value is 10.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of endpoint group objects that you want to return with this call. The default value is 10.

                                \n@return The number of endpoint group objects that you want to return with this call. The default value is 10.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of endpoint group objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of endpoint group objects that you want to return with this call. The default value is 10.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The number of endpoint group objects that you want to return with this call. The default value is 10.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The number of endpoint group objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of endpoint group objects that you want to return with this call. The default value is 10.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The number of endpoint group objects that you want to return with this call. The default value is 10.

                                \n@return The number of endpoint group objects that you want to return with this call. The default value is 10.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The number of endpoint group objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of endpoint group objects that you want to return with this call. The default value is 10.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The number of endpoint group objects that you want to return with this call. The default value is 10.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The token for the next set of results. You receive this token 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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token from a previous call.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ListenerArn" ], "shapeName" : "ListEndpointGroupsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListEndpointGroupsRequest", "variableName" : "listEndpointGroupsRequest", "variableType" : "ListEndpointGroupsRequest", "documentation" : null, "simpleType" : "ListEndpointGroupsRequest", "variableSetterType" : "ListEndpointGroupsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListEndpointGroupsResponse" : { "c2jName" : "ListEndpointGroupsResponse", "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" : "getEndpointGroups", "beanStyleSetterMethodName" : "setEndpointGroups", "c2jName" : "EndpointGroups", "c2jShape" : "EndpointGroups", "defaultConsumerFluentSetterDocumentation" : "

                                The list of the endpoint groups associated with a 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 #endpointGroups(List)}.\n@param endpointGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The list of the endpoint groups associated with a listener.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasEndpointGroups()} to see if a value was sent in this field.\n

                                \n@return The list of the endpoint groups associated with a listener.\n@deprecated Use {@link #endpointGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of the endpoint groups associated with a listener.

                                \n@param endpointGroups The list of the endpoint groups associated with a listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointGroups(List)}\n", "documentation" : "

                                The list of the endpoint groups associated with a listener.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndpointGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndpointGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endpointGroups", "fluentSetterDocumentation" : "

                                The list of the endpoint groups associated with a listener.

                                \n@param endpointGroups The list of the endpoint groups associated with a listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointGroups", "getterDocumentation" : "

                                The list of the endpoint groups associated with a listener.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasEndpointGroups()} to see if a value was sent in this field.\n

                                \n@return The list of the endpoint groups associated with a 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" : "EndpointGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EndpointGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EndpointGroup.Builder} avoiding the need to create one manually via {@link EndpointGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link EndpointGroup.Builder#build()} is called immediately and its result is passed to {@link #member(EndpointGroup)}.\n@param member a consumer that will call methods on {@link EndpointGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EndpointGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(EndpointGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "EndpointGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : 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" : "EndpointGroup", "variableName" : "member", "variableType" : "EndpointGroup", "documentation" : null, "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EndpointGroup", "variableName" : "member", "variableType" : "EndpointGroup", "documentation" : "", "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EndpointGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EndpointGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EndpointGroups", "sensitive" : false, "setterDocumentation" : "

                                The list of the endpoint groups associated with a listener.

                                \n@param endpointGroups The list of the endpoint groups associated with a listener.", "setterMethodName" : "setEndpointGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpointGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpointGroups", "variableType" : "java.util.List", "documentation" : "

                                The list of the endpoint groups associated with a listener.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The token for the next set of results. You receive this token 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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token from a previous call.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndpointGroups" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEndpointGroups", "beanStyleSetterMethodName" : "setEndpointGroups", "c2jName" : "EndpointGroups", "c2jShape" : "EndpointGroups", "defaultConsumerFluentSetterDocumentation" : "

                                The list of the endpoint groups associated with a 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 #endpointGroups(List)}.\n@param endpointGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The list of the endpoint groups associated with a listener.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasEndpointGroups()} to see if a value was sent in this field.\n

                                \n@return The list of the endpoint groups associated with a listener.\n@deprecated Use {@link #endpointGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of the endpoint groups associated with a listener.

                                \n@param endpointGroups The list of the endpoint groups associated with a listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointGroups(List)}\n", "documentation" : "

                                The list of the endpoint groups associated with a listener.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndpointGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndpointGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endpointGroups", "fluentSetterDocumentation" : "

                                The list of the endpoint groups associated with a listener.

                                \n@param endpointGroups The list of the endpoint groups associated with a listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointGroups", "getterDocumentation" : "

                                The list of the endpoint groups associated with a listener.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasEndpointGroups()} to see if a value was sent in this field.\n

                                \n@return The list of the endpoint groups associated with a 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" : "EndpointGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EndpointGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EndpointGroup.Builder} avoiding the need to create one manually via {@link EndpointGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link EndpointGroup.Builder#build()} is called immediately and its result is passed to {@link #member(EndpointGroup)}.\n@param member a consumer that will call methods on {@link EndpointGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EndpointGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(EndpointGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "EndpointGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : 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" : "EndpointGroup", "variableName" : "member", "variableType" : "EndpointGroup", "documentation" : null, "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EndpointGroup", "variableName" : "member", "variableType" : "EndpointGroup", "documentation" : "", "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EndpointGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EndpointGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EndpointGroups", "sensitive" : false, "setterDocumentation" : "

                                The list of the endpoint groups associated with a listener.

                                \n@param endpointGroups The list of the endpoint groups associated with a listener.", "setterMethodName" : "setEndpointGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpointGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpointGroups", "variableType" : "java.util.List", "documentation" : "

                                The list of the endpoint groups associated with a listener.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The token for the next set of results. You receive this token 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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token from a previous call.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEndpointGroups", "beanStyleSetterMethodName" : "setEndpointGroups", "c2jName" : "EndpointGroups", "c2jShape" : "EndpointGroups", "defaultConsumerFluentSetterDocumentation" : "

                                The list of the endpoint groups associated with a 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 #endpointGroups(List)}.\n@param endpointGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroups(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The list of the endpoint groups associated with a listener.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasEndpointGroups()} to see if a value was sent in this field.\n

                                \n@return The list of the endpoint groups associated with a listener.\n@deprecated Use {@link #endpointGroups()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of the endpoint groups associated with a listener.

                                \n@param endpointGroups The list of the endpoint groups associated with a listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointGroups(List)}\n", "documentation" : "

                                The list of the endpoint groups associated with a listener.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndpointGroups property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndpointGroups", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endpointGroups", "fluentSetterDocumentation" : "

                                The list of the endpoint groups associated with a listener.

                                \n@param endpointGroups The list of the endpoint groups associated with a listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointGroups", "getterDocumentation" : "

                                The list of the endpoint groups associated with a listener.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasEndpointGroups()} to see if a value was sent in this field.\n

                                \n@return The list of the endpoint groups associated with a 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" : "EndpointGroups", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointGroups", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EndpointGroup", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EndpointGroup.Builder} avoiding the need to create one manually via {@link EndpointGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link EndpointGroup.Builder#build()} is called immediately and its result is passed to {@link #member(EndpointGroup)}.\n@param member a consumer that will call methods on {@link EndpointGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EndpointGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(EndpointGroup)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "EndpointGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : 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" : "EndpointGroup", "variableName" : "member", "variableType" : "EndpointGroup", "documentation" : null, "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EndpointGroup", "variableName" : "member", "variableType" : "EndpointGroup", "documentation" : "", "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EndpointGroup", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EndpointGroup", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EndpointGroups", "sensitive" : false, "setterDocumentation" : "

                                The list of the endpoint groups associated with a listener.

                                \n@param endpointGroups The list of the endpoint groups associated with a listener.", "setterMethodName" : "setEndpointGroups", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpointGroups", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpointGroups", "variableType" : "java.util.List", "documentation" : "

                                The list of the endpoint groups associated with a listener.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The token for the next set of results. You receive this token 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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token from a previous call.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListEndpointGroupsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListEndpointGroupsResponse", "variableName" : "listEndpointGroupsResponse", "variableType" : "ListEndpointGroupsResponse", "documentation" : null, "simpleType" : "ListEndpointGroupsResponse", "variableSetterType" : "ListEndpointGroupsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListListenersRequest" : { "c2jName" : "ListListenersRequest", "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" : "ListListeners", "locationName" : null, "requestUri" : "/", "target" : "GlobalAccelerator_V20180706.ListListeners", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorArn", "beanStyleSetterMethodName" : "setAcceleratorArn", "c2jName" : "AcceleratorArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acceleratorArn(String)}.\n@param acceleratorArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

                                \n@return The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.\n@deprecated Use {@link #acceleratorArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #acceleratorArn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AcceleratorArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAcceleratorArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "acceleratorArn", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "acceleratorArn", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

                                \n@return The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AcceleratorArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AcceleratorArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AcceleratorArn", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.", "setterMethodName" : "setAcceleratorArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "acceleratorArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "acceleratorArn", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                The number of listener objects that you want to return with this call. The default value is 10.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of listener objects that you want to return with this call. The default value is 10.

                                \n@return The number of listener objects that you want to return with this call. The default value is 10.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of listener objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of listener objects that you want to return with this call. The default value is 10.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The number of listener objects that you want to return with this call. The default value is 10.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The number of listener objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of listener objects that you want to return with this call. The default value is 10.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The number of listener objects that you want to return with this call. The default value is 10.

                                \n@return The number of listener objects that you want to return with this call. The default value is 10.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The number of listener objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of listener objects that you want to return with this call. The default value is 10.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The number of listener objects that you want to return with this call. The default value is 10.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The token for the next set of results. You receive this token 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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token from a previous call.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AcceleratorArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorArn", "beanStyleSetterMethodName" : "setAcceleratorArn", "c2jName" : "AcceleratorArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acceleratorArn(String)}.\n@param acceleratorArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

                                \n@return The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.\n@deprecated Use {@link #acceleratorArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #acceleratorArn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AcceleratorArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAcceleratorArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "acceleratorArn", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "acceleratorArn", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

                                \n@return The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AcceleratorArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AcceleratorArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AcceleratorArn", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.", "setterMethodName" : "setAcceleratorArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "acceleratorArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "acceleratorArn", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                The number of listener objects that you want to return with this call. The default value is 10.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of listener objects that you want to return with this call. The default value is 10.

                                \n@return The number of listener objects that you want to return with this call. The default value is 10.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of listener objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of listener objects that you want to return with this call. The default value is 10.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The number of listener objects that you want to return with this call. The default value is 10.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The number of listener objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of listener objects that you want to return with this call. The default value is 10.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The number of listener objects that you want to return with this call. The default value is 10.

                                \n@return The number of listener objects that you want to return with this call. The default value is 10.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The number of listener objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of listener objects that you want to return with this call. The default value is 10.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The number of listener objects that you want to return with this call. The default value is 10.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The token for the next set of results. You receive this token 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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token from a previous call.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorArn", "beanStyleSetterMethodName" : "setAcceleratorArn", "c2jName" : "AcceleratorArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acceleratorArn(String)}.\n@param acceleratorArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

                                \n@return The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.\n@deprecated Use {@link #acceleratorArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #acceleratorArn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AcceleratorArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAcceleratorArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "acceleratorArn", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "acceleratorArn", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

                                \n@return The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AcceleratorArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AcceleratorArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AcceleratorArn", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.", "setterMethodName" : "setAcceleratorArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "acceleratorArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "acceleratorArn", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                The number of listener objects that you want to return with this call. The default value is 10.

                                \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of listener objects that you want to return with this call. The default value is 10.

                                \n@return The number of listener objects that you want to return with this call. The default value is 10.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of listener objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of listener objects that you want to return with this call. The default value is 10.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

                                The number of listener objects that you want to return with this call. The default value is 10.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                The number of listener objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of listener objects that you want to return with this call. The default value is 10.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                The number of listener objects that you want to return with this call. The default value is 10.

                                \n@return The number of listener objects that you want to return with this call. The default value is 10.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                The number of listener objects that you want to return with this call. The default value is 10.

                                \n@param maxResults The number of listener objects that you want to return with this call. The default value is 10.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                The number of listener objects that you want to return with this call. The default value is 10.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The token for the next set of results. You receive this token 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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token from a previous call.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AcceleratorArn" ], "shapeName" : "ListListenersRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListListenersRequest", "variableName" : "listListenersRequest", "variableType" : "ListListenersRequest", "documentation" : null, "simpleType" : "ListListenersRequest", "variableSetterType" : "ListListenersRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListListenersResponse" : { "c2jName" : "ListListenersResponse", "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" : "

                                The list of listeners for an accelerator.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

                                The list of listeners for an accelerator.

                                \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 The list of listeners for an accelerator.\n@deprecated Use {@link #listeners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of listeners for an accelerator.

                                \n@param listeners The list of listeners for an accelerator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listeners(List)}\n", "documentation" : "

                                The list of listeners for an accelerator.

                                ", "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" : "

                                The list of listeners for an accelerator.

                                \n@param listeners The list of listeners for an accelerator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listeners", "getterDocumentation" : "

                                The list of listeners for an accelerator.

                                \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 The list of listeners for an accelerator.", "getterModel" : { "returnType" : "java.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" : "

                                The list of listeners for an accelerator.

                                \n@param listeners The list of listeners for an accelerator.", "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" : "

                                The list of listeners for an accelerator.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The token for the next set of results. You receive this token 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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token from a previous call.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Listeners" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getListeners", "beanStyleSetterMethodName" : "setListeners", "c2jName" : "Listeners", "c2jShape" : "Listeners", "defaultConsumerFluentSetterDocumentation" : "

                                The list of listeners for an accelerator.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

                                The list of listeners for an accelerator.

                                \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 The list of listeners for an accelerator.\n@deprecated Use {@link #listeners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of listeners for an accelerator.

                                \n@param listeners The list of listeners for an accelerator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listeners(List)}\n", "documentation" : "

                                The list of listeners for an accelerator.

                                ", "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" : "

                                The list of listeners for an accelerator.

                                \n@param listeners The list of listeners for an accelerator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listeners", "getterDocumentation" : "

                                The list of listeners for an accelerator.

                                \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 The list of listeners for an accelerator.", "getterModel" : { "returnType" : "java.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" : "

                                The list of listeners for an accelerator.

                                \n@param listeners The list of listeners for an accelerator.", "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" : "

                                The list of listeners for an accelerator.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The token for the next set of results. You receive this token 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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token from a previous call.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getListeners", "beanStyleSetterMethodName" : "setListeners", "c2jName" : "Listeners", "c2jShape" : "Listeners", "defaultConsumerFluentSetterDocumentation" : "

                                The list of listeners for an accelerator.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

                                The list of listeners for an accelerator.

                                \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 The list of listeners for an accelerator.\n@deprecated Use {@link #listeners()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of listeners for an accelerator.

                                \n@param listeners The list of listeners for an accelerator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listeners(List)}\n", "documentation" : "

                                The list of listeners for an accelerator.

                                ", "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" : "

                                The list of listeners for an accelerator.

                                \n@param listeners The list of listeners for an accelerator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listeners", "getterDocumentation" : "

                                The list of listeners for an accelerator.

                                \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 The list of listeners for an accelerator.", "getterModel" : { "returnType" : "java.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" : "

                                The list of listeners for an accelerator.

                                \n@param listeners The list of listeners for an accelerator.", "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" : "

                                The list of listeners for an accelerator.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The token for the next set of results. You receive this token 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 #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token from a previous call.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@return The token for the next set of results. You receive this token 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" : "NextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                \n@param nextToken The token for the next set of results. You receive this token from a previous call.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                The token for the next set of results. You receive this token from a previous call.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListListenersResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListListenersResponse", "variableName" : "listListenersResponse", "variableType" : "ListListenersResponse", "documentation" : null, "simpleType" : "ListListenersResponse", "variableSetterType" : "ListListenersResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListTagsForResourceRequest" : { "c2jName" : "ListTagsForResourceRequest", "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" : "ListTagsForResource", "locationName" : null, "requestUri" : "/", "target" : "GlobalAccelerator_V20180706.ListTagsForResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN uniquely identifies an accelerator.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 accelerator to list tags for. An ARN uniquely identifies an accelerator.

                                \n@return The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN uniquely identifies an accelerator.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN uniquely identifies an accelerator.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN uniquely identifies an accelerator.\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 accelerator to list tags for. An ARN uniquely identifies an accelerator.

                                ", "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 accelerator to list tags for. An ARN uniquely identifies an accelerator.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN uniquely identifies an accelerator.\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 accelerator to list tags for. An ARN uniquely identifies an accelerator.

                                \n@return The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN uniquely identifies an accelerator.", "getterModel" : { "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 accelerator to list tags for. An ARN uniquely identifies an accelerator.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN uniquely identifies an accelerator.", "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 accelerator to list tags for. An ARN uniquely identifies an accelerator.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "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 accelerator to list tags for. An ARN uniquely identifies an accelerator.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 accelerator to list tags for. An ARN uniquely identifies an accelerator.

                                \n@return The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN uniquely identifies an accelerator.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN uniquely identifies an accelerator.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN uniquely identifies an accelerator.\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 accelerator to list tags for. An ARN uniquely identifies an accelerator.

                                ", "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 accelerator to list tags for. An ARN uniquely identifies an accelerator.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN uniquely identifies an accelerator.\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 accelerator to list tags for. An ARN uniquely identifies an accelerator.

                                \n@return The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN uniquely identifies an accelerator.", "getterModel" : { "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 accelerator to list tags for. An ARN uniquely identifies an accelerator.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN uniquely identifies an accelerator.", "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 accelerator to list tags for. An ARN uniquely identifies an accelerator.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN uniquely identifies an accelerator.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 accelerator to list tags for. An ARN uniquely identifies an accelerator.

                                \n@return The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN uniquely identifies an accelerator.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN uniquely identifies an accelerator.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN uniquely identifies an accelerator.\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 accelerator to list tags for. An ARN uniquely identifies an accelerator.

                                ", "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 accelerator to list tags for. An ARN uniquely identifies an accelerator.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN uniquely identifies an accelerator.\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 accelerator to list tags for. An ARN uniquely identifies an accelerator.

                                \n@return The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN uniquely identifies an accelerator.", "getterModel" : { "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 accelerator to list tags for. An ARN uniquely identifies an accelerator.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN uniquely identifies an accelerator.", "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 accelerator to list tags for. An ARN uniquely identifies an accelerator.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceArn" ], "shapeName" : "ListTagsForResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTagsForResourceRequest", "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "documentation" : null, "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListTagsForResourceResponse" : { "c2jName" : "ListTagsForResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                Root level tag for the Tags parameters.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

                                Root level tag for the Tags parameters.

                                \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 Root level tag for the Tags parameters.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Root level tag for the Tags parameters.

                                \n@param tags Root level tag for the Tags parameters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                Root level tag for the Tags parameters.

                                ", "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" : "

                                Root level tag for the Tags parameters.

                                \n@param tags Root level tag for the Tags parameters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                Root level tag for the Tags parameters.

                                \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 Root level tag for the Tags parameters.", "getterModel" : { "returnType" : "java.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" : "

                                Root level tag for the Tags parameters.

                                \n@param tags Root level tag for the Tags parameters.", "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" : "

                                Root level tag for the Tags parameters.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                Root level tag for the Tags parameters.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

                                Root level tag for the Tags parameters.

                                \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 Root level tag for the Tags parameters.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Root level tag for the Tags parameters.

                                \n@param tags Root level tag for the Tags parameters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                Root level tag for the Tags parameters.

                                ", "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" : "

                                Root level tag for the Tags parameters.

                                \n@param tags Root level tag for the Tags parameters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                Root level tag for the Tags parameters.

                                \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 Root level tag for the Tags parameters.", "getterModel" : { "returnType" : "java.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" : "

                                Root level tag for the Tags parameters.

                                \n@param tags Root level tag for the Tags parameters.", "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" : "

                                Root level tag for the Tags parameters.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                Root level tag for the Tags parameters.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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" : "

                                Root level tag for the Tags parameters.

                                \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 Root level tag for the Tags parameters.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Root level tag for the Tags parameters.

                                \n@param tags Root level tag for the Tags parameters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                Root level tag for the Tags parameters.

                                ", "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" : "

                                Root level tag for the Tags parameters.

                                \n@param tags Root level tag for the Tags parameters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                Root level tag for the Tags parameters.

                                \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 Root level tag for the Tags parameters.", "getterModel" : { "returnType" : "java.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" : "

                                Root level tag for the Tags parameters.

                                \n@param tags Root level tag for the Tags parameters.", "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" : "

                                Root level tag for the Tags parameters.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTagsForResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTagsForResourceResponse", "variableName" : "listTagsForResourceResponse", "variableType" : "ListTagsForResourceResponse", "documentation" : null, "simpleType" : "ListTagsForResourceResponse", "variableSetterType" : "ListTagsForResourceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Listener" : { "c2jName" : "Listener", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A complex type 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" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "GenericString", "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" : "getPortRanges", "beanStyleSetterMethodName" : "setPortRanges", "c2jName" : "PortRanges", "c2jShape" : "PortRanges", "defaultConsumerFluentSetterDocumentation" : "

                                The list of port ranges for the connections from clients to the accelerator.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #portRanges(List)}.\n@param portRanges a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #portRanges(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The list of port ranges for the connections from clients to the accelerator.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasPortRanges()} to see if a value was sent in this field.\n

                                \n@return The list of port ranges for the connections from clients to the accelerator.\n@deprecated Use {@link #portRanges()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of port ranges for the connections from clients to the accelerator.

                                \n@param portRanges The list of port ranges for the connections from clients to the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #portRanges(List)}\n", "documentation" : "

                                The list of port ranges for the connections from clients to the accelerator.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PortRanges property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPortRanges", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "portRanges", "fluentSetterDocumentation" : "

                                The list of port ranges for the connections from clients to the accelerator.

                                \n@param portRanges The list of port ranges for the connections from clients to the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "portRanges", "getterDocumentation" : "

                                The list of port ranges for the connections from clients to the accelerator.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasPortRanges()} to see if a value was sent in this field.\n

                                \n@return The list of port ranges for the connections from clients to the accelerator.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PortRanges", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PortRanges", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PortRange", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PortRange.Builder} avoiding the need to create one manually via {@link PortRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link PortRange.Builder#build()} is called immediately and its result is passed to {@link #member(PortRange)}.\n@param member a consumer that will call methods on {@link PortRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PortRange)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(PortRange)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PortRange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : 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" : "PortRange", "variableName" : "member", "variableType" : "PortRange", "documentation" : null, "simpleType" : "PortRange", "variableSetterType" : "PortRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PortRange", "variableName" : "member", "variableType" : "PortRange", "documentation" : "", "simpleType" : "PortRange", "variableSetterType" : "PortRange" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PortRange", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PortRange", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PortRanges", "sensitive" : false, "setterDocumentation" : "

                                The list of port ranges for the connections from clients to the accelerator.

                                \n@param portRanges The list of port ranges for the connections from clients to the accelerator.", "setterMethodName" : "setPortRanges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "portRanges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "portRanges", "variableType" : "java.util.List", "documentation" : "

                                The list of port ranges for the connections from clients to the accelerator.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocolAsString", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "Protocol", "defaultConsumerFluentSetterDocumentation" : "

                                The protocol for the connections from clients to the accelerator.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 the connections from clients to the accelerator.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link Protocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                \n@return The protocol for the connections from clients to the accelerator.\n@see Protocol\n@deprecated Use {@link #protocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The protocol for the connections from clients to the accelerator.

                                \n@param protocol The protocol for the connections from clients to the accelerator.\n@see Protocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see Protocol\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

                                The protocol for the connections from clients to the accelerator.

                                ", "endpointDiscoveryId" : false, "enumType" : "Protocol", "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 the connections from clients to the accelerator.

                                \n@param protocol The protocol for the connections from clients to the accelerator.\n@see Protocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see Protocol", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

                                The protocol for the connections from clients to the accelerator.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link Protocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                \n@return The protocol for the connections from clients to the accelerator.\n@see Protocol", "getterModel" : { "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 the connections from clients to the accelerator.

                                \n@param protocol The protocol for the connections from clients to the accelerator.\n@see Protocol", "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 the connections from clients to the accelerator.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientAffinityAsString", "beanStyleSetterMethodName" : "setClientAffinity", "c2jName" : "ClientAffinity", "c2jShape" : "ClientAffinity", "defaultConsumerFluentSetterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #clientAffinityAsString(String)}.\n@param clientAffinity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clientAffinity(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #clientAffinity} will return {@link ClientAffinity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #clientAffinityAsString}.\n

                                \n@return Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity\n@deprecated Use {@link #clientAffinityAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ClientAffinity\n@deprecated Use {@link #clientAffinity(String)}\n", "documentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                ", "endpointDiscoveryId" : false, "enumType" : "ClientAffinity", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClientAffinity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClientAffinity", "fluentEnumGetterMethodName" : "clientAffinity", "fluentEnumSetterMethodName" : "clientAffinity", "fluentGetterMethodName" : "clientAffinityAsString", "fluentSetterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ClientAffinity", "fluentSetterMethodName" : "clientAffinity", "getterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #clientAffinity} will return {@link ClientAffinity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #clientAffinityAsString}.\n

                                \n@return Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClientAffinity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClientAffinity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientAffinity", "sensitive" : false, "setterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity", "setterMethodName" : "setClientAffinity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientAffinity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientAffinity", "variableType" : "String", "documentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ClientAffinity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientAffinityAsString", "beanStyleSetterMethodName" : "setClientAffinity", "c2jName" : "ClientAffinity", "c2jShape" : "ClientAffinity", "defaultConsumerFluentSetterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #clientAffinityAsString(String)}.\n@param clientAffinity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clientAffinity(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #clientAffinity} will return {@link ClientAffinity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #clientAffinityAsString}.\n

                                \n@return Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity\n@deprecated Use {@link #clientAffinityAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ClientAffinity\n@deprecated Use {@link #clientAffinity(String)}\n", "documentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                ", "endpointDiscoveryId" : false, "enumType" : "ClientAffinity", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClientAffinity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClientAffinity", "fluentEnumGetterMethodName" : "clientAffinity", "fluentEnumSetterMethodName" : "clientAffinity", "fluentGetterMethodName" : "clientAffinityAsString", "fluentSetterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ClientAffinity", "fluentSetterMethodName" : "clientAffinity", "getterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #clientAffinity} will return {@link ClientAffinity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #clientAffinityAsString}.\n

                                \n@return Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClientAffinity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClientAffinity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientAffinity", "sensitive" : false, "setterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity", "setterMethodName" : "setClientAffinity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientAffinity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientAffinity", "variableType" : "String", "documentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ListenerArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "GenericString", "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 }, "PortRanges" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPortRanges", "beanStyleSetterMethodName" : "setPortRanges", "c2jName" : "PortRanges", "c2jShape" : "PortRanges", "defaultConsumerFluentSetterDocumentation" : "

                                The list of port ranges for the connections from clients to the accelerator.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #portRanges(List)}.\n@param portRanges a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #portRanges(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The list of port ranges for the connections from clients to the accelerator.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasPortRanges()} to see if a value was sent in this field.\n

                                \n@return The list of port ranges for the connections from clients to the accelerator.\n@deprecated Use {@link #portRanges()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of port ranges for the connections from clients to the accelerator.

                                \n@param portRanges The list of port ranges for the connections from clients to the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #portRanges(List)}\n", "documentation" : "

                                The list of port ranges for the connections from clients to the accelerator.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PortRanges property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPortRanges", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "portRanges", "fluentSetterDocumentation" : "

                                The list of port ranges for the connections from clients to the accelerator.

                                \n@param portRanges The list of port ranges for the connections from clients to the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "portRanges", "getterDocumentation" : "

                                The list of port ranges for the connections from clients to the accelerator.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasPortRanges()} to see if a value was sent in this field.\n

                                \n@return The list of port ranges for the connections from clients to the accelerator.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PortRanges", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PortRanges", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PortRange", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PortRange.Builder} avoiding the need to create one manually via {@link PortRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link PortRange.Builder#build()} is called immediately and its result is passed to {@link #member(PortRange)}.\n@param member a consumer that will call methods on {@link PortRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PortRange)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(PortRange)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PortRange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : 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" : "PortRange", "variableName" : "member", "variableType" : "PortRange", "documentation" : null, "simpleType" : "PortRange", "variableSetterType" : "PortRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PortRange", "variableName" : "member", "variableType" : "PortRange", "documentation" : "", "simpleType" : "PortRange", "variableSetterType" : "PortRange" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PortRange", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PortRange", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PortRanges", "sensitive" : false, "setterDocumentation" : "

                                The list of port ranges for the connections from clients to the accelerator.

                                \n@param portRanges The list of port ranges for the connections from clients to the accelerator.", "setterMethodName" : "setPortRanges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "portRanges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "portRanges", "variableType" : "java.util.List", "documentation" : "

                                The list of port ranges for the connections from clients to the accelerator.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Protocol" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocolAsString", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "Protocol", "defaultConsumerFluentSetterDocumentation" : "

                                The protocol for the connections from clients to the accelerator.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 the connections from clients to the accelerator.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link Protocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                \n@return The protocol for the connections from clients to the accelerator.\n@see Protocol\n@deprecated Use {@link #protocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The protocol for the connections from clients to the accelerator.

                                \n@param protocol The protocol for the connections from clients to the accelerator.\n@see Protocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see Protocol\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

                                The protocol for the connections from clients to the accelerator.

                                ", "endpointDiscoveryId" : false, "enumType" : "Protocol", "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 the connections from clients to the accelerator.

                                \n@param protocol The protocol for the connections from clients to the accelerator.\n@see Protocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see Protocol", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

                                The protocol for the connections from clients to the accelerator.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link Protocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                \n@return The protocol for the connections from clients to the accelerator.\n@see Protocol", "getterModel" : { "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 the connections from clients to the accelerator.

                                \n@param protocol The protocol for the connections from clients to the accelerator.\n@see Protocol", "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 the connections from clients to the accelerator.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "GenericString", "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" : "getPortRanges", "beanStyleSetterMethodName" : "setPortRanges", "c2jName" : "PortRanges", "c2jShape" : "PortRanges", "defaultConsumerFluentSetterDocumentation" : "

                                The list of port ranges for the connections from clients to the accelerator.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #portRanges(List)}.\n@param portRanges a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #portRanges(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The list of port ranges for the connections from clients to the accelerator.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasPortRanges()} to see if a value was sent in this field.\n

                                \n@return The list of port ranges for the connections from clients to the accelerator.\n@deprecated Use {@link #portRanges()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of port ranges for the connections from clients to the accelerator.

                                \n@param portRanges The list of port ranges for the connections from clients to the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #portRanges(List)}\n", "documentation" : "

                                The list of port ranges for the connections from clients to the accelerator.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PortRanges property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPortRanges", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "portRanges", "fluentSetterDocumentation" : "

                                The list of port ranges for the connections from clients to the accelerator.

                                \n@param portRanges The list of port ranges for the connections from clients to the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "portRanges", "getterDocumentation" : "

                                The list of port ranges for the connections from clients to the accelerator.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasPortRanges()} to see if a value was sent in this field.\n

                                \n@return The list of port ranges for the connections from clients to the accelerator.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PortRanges", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PortRanges", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PortRange", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PortRange.Builder} avoiding the need to create one manually via {@link PortRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link PortRange.Builder#build()} is called immediately and its result is passed to {@link #member(PortRange)}.\n@param member a consumer that will call methods on {@link PortRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PortRange)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(PortRange)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PortRange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : 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" : "PortRange", "variableName" : "member", "variableType" : "PortRange", "documentation" : null, "simpleType" : "PortRange", "variableSetterType" : "PortRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PortRange", "variableName" : "member", "variableType" : "PortRange", "documentation" : "", "simpleType" : "PortRange", "variableSetterType" : "PortRange" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PortRange", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PortRange", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PortRanges", "sensitive" : false, "setterDocumentation" : "

                                The list of port ranges for the connections from clients to the accelerator.

                                \n@param portRanges The list of port ranges for the connections from clients to the accelerator.", "setterMethodName" : "setPortRanges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "portRanges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "portRanges", "variableType" : "java.util.List", "documentation" : "

                                The list of port ranges for the connections from clients to the accelerator.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocolAsString", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "Protocol", "defaultConsumerFluentSetterDocumentation" : "

                                The protocol for the connections from clients to the accelerator.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 the connections from clients to the accelerator.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link Protocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                \n@return The protocol for the connections from clients to the accelerator.\n@see Protocol\n@deprecated Use {@link #protocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The protocol for the connections from clients to the accelerator.

                                \n@param protocol The protocol for the connections from clients to the accelerator.\n@see Protocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see Protocol\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

                                The protocol for the connections from clients to the accelerator.

                                ", "endpointDiscoveryId" : false, "enumType" : "Protocol", "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 the connections from clients to the accelerator.

                                \n@param protocol The protocol for the connections from clients to the accelerator.\n@see Protocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see Protocol", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

                                The protocol for the connections from clients to the accelerator.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link Protocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                \n@return The protocol for the connections from clients to the accelerator.\n@see Protocol", "getterModel" : { "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 the connections from clients to the accelerator.

                                \n@param protocol The protocol for the connections from clients to the accelerator.\n@see Protocol", "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 the connections from clients to the accelerator.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientAffinityAsString", "beanStyleSetterMethodName" : "setClientAffinity", "c2jName" : "ClientAffinity", "c2jShape" : "ClientAffinity", "defaultConsumerFluentSetterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #clientAffinityAsString(String)}.\n@param clientAffinity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clientAffinity(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #clientAffinity} will return {@link ClientAffinity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #clientAffinityAsString}.\n

                                \n@return Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity\n@deprecated Use {@link #clientAffinityAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ClientAffinity\n@deprecated Use {@link #clientAffinity(String)}\n", "documentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                ", "endpointDiscoveryId" : false, "enumType" : "ClientAffinity", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClientAffinity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClientAffinity", "fluentEnumGetterMethodName" : "clientAffinity", "fluentEnumSetterMethodName" : "clientAffinity", "fluentGetterMethodName" : "clientAffinityAsString", "fluentSetterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ClientAffinity", "fluentSetterMethodName" : "clientAffinity", "getterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #clientAffinity} will return {@link ClientAffinity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #clientAffinityAsString}.\n

                                \n@return Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClientAffinity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClientAffinity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientAffinity", "sensitive" : false, "setterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity", "setterMethodName" : "setClientAffinity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientAffinity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientAffinity", "variableType" : "String", "documentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "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 listener that you specified doesn't exist.

                                ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ListenerNotFoundException", "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" : "ListenerNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListenerNotFoundException", "variableName" : "listenerNotFoundException", "variableType" : "ListenerNotFoundException", "documentation" : null, "simpleType" : "ListenerNotFoundException", "variableSetterType" : "ListenerNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "PortRange" : { "c2jName" : "PortRange", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A complex type for a range of ports 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" : "getFromPort", "beanStyleSetterMethodName" : "setFromPort", "c2jName" : "FromPort", "c2jShape" : "PortNumber", "defaultConsumerFluentSetterDocumentation" : "

                                The first port in the range of ports, inclusive.

                                \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 #fromPort(Integer)}.\n@param fromPort 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 #fromPort(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The first port in the range of ports, inclusive.

                                \n@return The first port in the range of ports, inclusive.\n@deprecated Use {@link #fromPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The first port in the range of ports, inclusive.

                                \n@param fromPort The first port in the range of ports, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fromPort(Integer)}\n", "documentation" : "

                                The first port in the range of ports, inclusive.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FromPort property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFromPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fromPort", "fluentSetterDocumentation" : "

                                The first port in the range of ports, inclusive.

                                \n@param fromPort The first port in the range of ports, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fromPort", "getterDocumentation" : "

                                The first port in the range of ports, inclusive.

                                \n@return The first port in the range of ports, inclusive.", "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" : "FromPort", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FromPort", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "FromPort", "sensitive" : false, "setterDocumentation" : "

                                The first port in the range of ports, inclusive.

                                \n@param fromPort The first port in the range of ports, inclusive.", "setterMethodName" : "setFromPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "fromPort", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "fromPort", "variableType" : "Integer", "documentation" : "

                                The first port in the range of ports, inclusive.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getToPort", "beanStyleSetterMethodName" : "setToPort", "c2jName" : "ToPort", "c2jShape" : "PortNumber", "defaultConsumerFluentSetterDocumentation" : "

                                The last port in the range of ports, inclusive.

                                \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 #toPort(Integer)}.\n@param toPort 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 #toPort(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The last port in the range of ports, inclusive.

                                \n@return The last port in the range of ports, inclusive.\n@deprecated Use {@link #toPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The last port in the range of ports, inclusive.

                                \n@param toPort The last port in the range of ports, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #toPort(Integer)}\n", "documentation" : "

                                The last port in the range of ports, inclusive.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ToPort property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasToPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "toPort", "fluentSetterDocumentation" : "

                                The last port in the range of ports, inclusive.

                                \n@param toPort The last port in the range of ports, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "toPort", "getterDocumentation" : "

                                The last port in the range of ports, inclusive.

                                \n@return The last port in the range of ports, inclusive.", "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" : "ToPort", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ToPort", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ToPort", "sensitive" : false, "setterDocumentation" : "

                                The last port in the range of ports, inclusive.

                                \n@param toPort The last port in the range of ports, inclusive.", "setterMethodName" : "setToPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "toPort", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "toPort", "variableType" : "Integer", "documentation" : "

                                The last port in the range of ports, inclusive.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FromPort" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFromPort", "beanStyleSetterMethodName" : "setFromPort", "c2jName" : "FromPort", "c2jShape" : "PortNumber", "defaultConsumerFluentSetterDocumentation" : "

                                The first port in the range of ports, inclusive.

                                \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 #fromPort(Integer)}.\n@param fromPort 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 #fromPort(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The first port in the range of ports, inclusive.

                                \n@return The first port in the range of ports, inclusive.\n@deprecated Use {@link #fromPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The first port in the range of ports, inclusive.

                                \n@param fromPort The first port in the range of ports, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fromPort(Integer)}\n", "documentation" : "

                                The first port in the range of ports, inclusive.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FromPort property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFromPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fromPort", "fluentSetterDocumentation" : "

                                The first port in the range of ports, inclusive.

                                \n@param fromPort The first port in the range of ports, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fromPort", "getterDocumentation" : "

                                The first port in the range of ports, inclusive.

                                \n@return The first port in the range of ports, inclusive.", "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" : "FromPort", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FromPort", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "FromPort", "sensitive" : false, "setterDocumentation" : "

                                The first port in the range of ports, inclusive.

                                \n@param fromPort The first port in the range of ports, inclusive.", "setterMethodName" : "setFromPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "fromPort", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "fromPort", "variableType" : "Integer", "documentation" : "

                                The first port in the range of ports, inclusive.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ToPort" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getToPort", "beanStyleSetterMethodName" : "setToPort", "c2jName" : "ToPort", "c2jShape" : "PortNumber", "defaultConsumerFluentSetterDocumentation" : "

                                The last port in the range of ports, inclusive.

                                \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 #toPort(Integer)}.\n@param toPort 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 #toPort(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The last port in the range of ports, inclusive.

                                \n@return The last port in the range of ports, inclusive.\n@deprecated Use {@link #toPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The last port in the range of ports, inclusive.

                                \n@param toPort The last port in the range of ports, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #toPort(Integer)}\n", "documentation" : "

                                The last port in the range of ports, inclusive.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ToPort property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasToPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "toPort", "fluentSetterDocumentation" : "

                                The last port in the range of ports, inclusive.

                                \n@param toPort The last port in the range of ports, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "toPort", "getterDocumentation" : "

                                The last port in the range of ports, inclusive.

                                \n@return The last port in the range of ports, inclusive.", "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" : "ToPort", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ToPort", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ToPort", "sensitive" : false, "setterDocumentation" : "

                                The last port in the range of ports, inclusive.

                                \n@param toPort The last port in the range of ports, inclusive.", "setterMethodName" : "setToPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "toPort", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "toPort", "variableType" : "Integer", "documentation" : "

                                The last port in the range of ports, inclusive.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFromPort", "beanStyleSetterMethodName" : "setFromPort", "c2jName" : "FromPort", "c2jShape" : "PortNumber", "defaultConsumerFluentSetterDocumentation" : "

                                The first port in the range of ports, inclusive.

                                \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 #fromPort(Integer)}.\n@param fromPort 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 #fromPort(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The first port in the range of ports, inclusive.

                                \n@return The first port in the range of ports, inclusive.\n@deprecated Use {@link #fromPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The first port in the range of ports, inclusive.

                                \n@param fromPort The first port in the range of ports, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fromPort(Integer)}\n", "documentation" : "

                                The first port in the range of ports, inclusive.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FromPort property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFromPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fromPort", "fluentSetterDocumentation" : "

                                The first port in the range of ports, inclusive.

                                \n@param fromPort The first port in the range of ports, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fromPort", "getterDocumentation" : "

                                The first port in the range of ports, inclusive.

                                \n@return The first port in the range of ports, inclusive.", "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" : "FromPort", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FromPort", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "FromPort", "sensitive" : false, "setterDocumentation" : "

                                The first port in the range of ports, inclusive.

                                \n@param fromPort The first port in the range of ports, inclusive.", "setterMethodName" : "setFromPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "fromPort", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "fromPort", "variableType" : "Integer", "documentation" : "

                                The first port in the range of ports, inclusive.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getToPort", "beanStyleSetterMethodName" : "setToPort", "c2jName" : "ToPort", "c2jShape" : "PortNumber", "defaultConsumerFluentSetterDocumentation" : "

                                The last port in the range of ports, inclusive.

                                \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 #toPort(Integer)}.\n@param toPort 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 #toPort(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The last port in the range of ports, inclusive.

                                \n@return The last port in the range of ports, inclusive.\n@deprecated Use {@link #toPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The last port in the range of ports, inclusive.

                                \n@param toPort The last port in the range of ports, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #toPort(Integer)}\n", "documentation" : "

                                The last port in the range of ports, inclusive.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ToPort property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasToPort", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "toPort", "fluentSetterDocumentation" : "

                                The last port in the range of ports, inclusive.

                                \n@param toPort The last port in the range of ports, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "toPort", "getterDocumentation" : "

                                The last port in the range of ports, inclusive.

                                \n@return The last port in the range of ports, inclusive.", "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" : "ToPort", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ToPort", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ToPort", "sensitive" : false, "setterDocumentation" : "

                                The last port in the range of ports, inclusive.

                                \n@param toPort The last port in the range of ports, inclusive.", "setterMethodName" : "setToPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "toPort", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "toPort", "variableType" : "Integer", "documentation" : "

                                The last port in the range of ports, inclusive.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PortRange", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PortRange", "variableName" : "portRange", "variableType" : "PortRange", "documentation" : null, "simpleType" : "PortRange", "variableSetterType" : "PortRange" }, "wrapper" : false, "xmlNamespace" : null }, "Protocol" : { "c2jName" : "Protocol", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "TCP", "value" : "TCP" }, { "name" : "UDP", "value" : "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" : "Protocol", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Protocol", "variableName" : "protocol", "variableType" : "Protocol", "documentation" : null, "simpleType" : "Protocol", "variableSetterType" : "Protocol" }, "wrapper" : false, "xmlNamespace" : null }, "ProvisionByoipCidrRequest" : { "c2jName" : "ProvisionByoipCidrRequest", "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" : "ProvisionByoipCidr", "locationName" : null, "requestUri" : "/", "target" : "GlobalAccelerator_V20180706.ProvisionByoipCidr", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCidr", "beanStyleSetterMethodName" : "setCidr", "c2jName" : "Cidr", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cidr(String)}.\n@param cidr a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cidr(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.

                                \n@return The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.\n@deprecated Use {@link #cidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.

                                \n@param cidr The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cidr(String)}\n", "documentation" : "

                                The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cidr property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCidr", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cidr", "fluentSetterDocumentation" : "

                                The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.

                                \n@param cidr The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cidr", "getterDocumentation" : "

                                The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.

                                \n@return The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cidr", "sensitive" : false, "setterDocumentation" : "

                                The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.

                                \n@param cidr The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.", "setterMethodName" : "setCidr", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : "

                                The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCidrAuthorizationContext", "beanStyleSetterMethodName" : "setCidrAuthorizationContext", "c2jName" : "CidrAuthorizationContext", "c2jShape" : "CidrAuthorizationContext", "defaultConsumerFluentSetterDocumentation" : "

                                A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

                                \nThis is a convenience that creates an instance of the {@link CidrAuthorizationContext.Builder} avoiding the need to create one manually via {@link CidrAuthorizationContext#builder()}.\n\nWhen the {@link Consumer} completes, {@link CidrAuthorizationContext.Builder#build()} is called immediately and its result is passed to {@link #cidrAuthorizationContext(CidrAuthorizationContext)}.\n@param cidrAuthorizationContext a consumer that will call methods on {@link CidrAuthorizationContext.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cidrAuthorizationContext(CidrAuthorizationContext)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

                                \n@return A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.\n@deprecated Use {@link #cidrAuthorizationContext()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

                                \n@param cidrAuthorizationContext A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cidrAuthorizationContext(CidrAuthorizationContext)}\n", "documentation" : "

                                A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CidrAuthorizationContext property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCidrAuthorizationContext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cidrAuthorizationContext", "fluentSetterDocumentation" : "

                                A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

                                \n@param cidrAuthorizationContext A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cidrAuthorizationContext", "getterDocumentation" : "

                                A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

                                \n@return A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.", "getterModel" : { "returnType" : "CidrAuthorizationContext", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CidrAuthorizationContext", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CidrAuthorizationContext", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CidrAuthorizationContext", "sensitive" : false, "setterDocumentation" : "

                                A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

                                \n@param cidrAuthorizationContext A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.", "setterMethodName" : "setCidrAuthorizationContext", "setterModel" : { "variableDeclarationType" : "CidrAuthorizationContext", "variableName" : "cidrAuthorizationContext", "variableType" : "CidrAuthorizationContext", "documentation" : null, "simpleType" : "CidrAuthorizationContext", "variableSetterType" : "CidrAuthorizationContext" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CidrAuthorizationContext", "variableName" : "cidrAuthorizationContext", "variableType" : "CidrAuthorizationContext", "documentation" : "

                                A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

                                ", "simpleType" : "CidrAuthorizationContext", "variableSetterType" : "CidrAuthorizationContext" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cidr" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCidr", "beanStyleSetterMethodName" : "setCidr", "c2jName" : "Cidr", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cidr(String)}.\n@param cidr a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cidr(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.

                                \n@return The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.\n@deprecated Use {@link #cidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.

                                \n@param cidr The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cidr(String)}\n", "documentation" : "

                                The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cidr property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCidr", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cidr", "fluentSetterDocumentation" : "

                                The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.

                                \n@param cidr The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cidr", "getterDocumentation" : "

                                The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.

                                \n@return The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cidr", "sensitive" : false, "setterDocumentation" : "

                                The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.

                                \n@param cidr The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.", "setterMethodName" : "setCidr", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : "

                                The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CidrAuthorizationContext" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCidrAuthorizationContext", "beanStyleSetterMethodName" : "setCidrAuthorizationContext", "c2jName" : "CidrAuthorizationContext", "c2jShape" : "CidrAuthorizationContext", "defaultConsumerFluentSetterDocumentation" : "

                                A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

                                \nThis is a convenience that creates an instance of the {@link CidrAuthorizationContext.Builder} avoiding the need to create one manually via {@link CidrAuthorizationContext#builder()}.\n\nWhen the {@link Consumer} completes, {@link CidrAuthorizationContext.Builder#build()} is called immediately and its result is passed to {@link #cidrAuthorizationContext(CidrAuthorizationContext)}.\n@param cidrAuthorizationContext a consumer that will call methods on {@link CidrAuthorizationContext.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cidrAuthorizationContext(CidrAuthorizationContext)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

                                \n@return A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.\n@deprecated Use {@link #cidrAuthorizationContext()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

                                \n@param cidrAuthorizationContext A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cidrAuthorizationContext(CidrAuthorizationContext)}\n", "documentation" : "

                                A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CidrAuthorizationContext property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCidrAuthorizationContext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cidrAuthorizationContext", "fluentSetterDocumentation" : "

                                A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

                                \n@param cidrAuthorizationContext A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cidrAuthorizationContext", "getterDocumentation" : "

                                A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

                                \n@return A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.", "getterModel" : { "returnType" : "CidrAuthorizationContext", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CidrAuthorizationContext", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CidrAuthorizationContext", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CidrAuthorizationContext", "sensitive" : false, "setterDocumentation" : "

                                A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

                                \n@param cidrAuthorizationContext A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.", "setterMethodName" : "setCidrAuthorizationContext", "setterModel" : { "variableDeclarationType" : "CidrAuthorizationContext", "variableName" : "cidrAuthorizationContext", "variableType" : "CidrAuthorizationContext", "documentation" : null, "simpleType" : "CidrAuthorizationContext", "variableSetterType" : "CidrAuthorizationContext" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CidrAuthorizationContext", "variableName" : "cidrAuthorizationContext", "variableType" : "CidrAuthorizationContext", "documentation" : "

                                A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

                                ", "simpleType" : "CidrAuthorizationContext", "variableSetterType" : "CidrAuthorizationContext" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCidr", "beanStyleSetterMethodName" : "setCidr", "c2jName" : "Cidr", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cidr(String)}.\n@param cidr a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cidr(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.

                                \n@return The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.\n@deprecated Use {@link #cidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.

                                \n@param cidr The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cidr(String)}\n", "documentation" : "

                                The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cidr property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCidr", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cidr", "fluentSetterDocumentation" : "

                                The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.

                                \n@param cidr The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cidr", "getterDocumentation" : "

                                The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.

                                \n@return The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cidr", "sensitive" : false, "setterDocumentation" : "

                                The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.

                                \n@param cidr The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.", "setterMethodName" : "setCidr", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : "

                                The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCidrAuthorizationContext", "beanStyleSetterMethodName" : "setCidrAuthorizationContext", "c2jName" : "CidrAuthorizationContext", "c2jShape" : "CidrAuthorizationContext", "defaultConsumerFluentSetterDocumentation" : "

                                A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

                                \nThis is a convenience that creates an instance of the {@link CidrAuthorizationContext.Builder} avoiding the need to create one manually via {@link CidrAuthorizationContext#builder()}.\n\nWhen the {@link Consumer} completes, {@link CidrAuthorizationContext.Builder#build()} is called immediately and its result is passed to {@link #cidrAuthorizationContext(CidrAuthorizationContext)}.\n@param cidrAuthorizationContext a consumer that will call methods on {@link CidrAuthorizationContext.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cidrAuthorizationContext(CidrAuthorizationContext)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

                                \n@return A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.\n@deprecated Use {@link #cidrAuthorizationContext()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

                                \n@param cidrAuthorizationContext A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cidrAuthorizationContext(CidrAuthorizationContext)}\n", "documentation" : "

                                A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CidrAuthorizationContext property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCidrAuthorizationContext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cidrAuthorizationContext", "fluentSetterDocumentation" : "

                                A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

                                \n@param cidrAuthorizationContext A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cidrAuthorizationContext", "getterDocumentation" : "

                                A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

                                \n@return A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.", "getterModel" : { "returnType" : "CidrAuthorizationContext", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CidrAuthorizationContext", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CidrAuthorizationContext", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "CidrAuthorizationContext", "sensitive" : false, "setterDocumentation" : "

                                A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

                                \n@param cidrAuthorizationContext A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.", "setterMethodName" : "setCidrAuthorizationContext", "setterModel" : { "variableDeclarationType" : "CidrAuthorizationContext", "variableName" : "cidrAuthorizationContext", "variableType" : "CidrAuthorizationContext", "documentation" : null, "simpleType" : "CidrAuthorizationContext", "variableSetterType" : "CidrAuthorizationContext" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CidrAuthorizationContext", "variableName" : "cidrAuthorizationContext", "variableType" : "CidrAuthorizationContext", "documentation" : "

                                A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

                                ", "simpleType" : "CidrAuthorizationContext", "variableSetterType" : "CidrAuthorizationContext" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Cidr", "CidrAuthorizationContext" ], "shapeName" : "ProvisionByoipCidrRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ProvisionByoipCidrRequest", "variableName" : "provisionByoipCidrRequest", "variableType" : "ProvisionByoipCidrRequest", "documentation" : null, "simpleType" : "ProvisionByoipCidrRequest", "variableSetterType" : "ProvisionByoipCidrRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ProvisionByoipCidrResponse" : { "c2jName" : "ProvisionByoipCidrResponse", "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" : "getByoipCidr", "beanStyleSetterMethodName" : "setByoipCidr", "c2jName" : "ByoipCidr", "c2jShape" : "ByoipCidr", "defaultConsumerFluentSetterDocumentation" : "

                                Information about the address range.

                                \nThis is a convenience that creates an instance of the {@link ByoipCidr.Builder} avoiding the need to create one manually via {@link ByoipCidr#builder()}.\n\nWhen the {@link Consumer} completes, {@link ByoipCidr.Builder#build()} is called immediately and its result is passed to {@link #byoipCidr(ByoipCidr)}.\n@param byoipCidr a consumer that will call methods on {@link ByoipCidr.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #byoipCidr(ByoipCidr)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Information about the address range.

                                \n@return Information about the address range.\n@deprecated Use {@link #byoipCidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about the address range.

                                \n@param byoipCidr Information about the address range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #byoipCidr(ByoipCidr)}\n", "documentation" : "

                                Information about the address range.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ByoipCidr property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasByoipCidr", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "byoipCidr", "fluentSetterDocumentation" : "

                                Information about the address range.

                                \n@param byoipCidr Information about the address range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "byoipCidr", "getterDocumentation" : "

                                Information about the address range.

                                \n@return Information about the address range.", "getterModel" : { "returnType" : "ByoipCidr", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ByoipCidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ByoipCidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ByoipCidr", "sensitive" : false, "setterDocumentation" : "

                                Information about the address range.

                                \n@param byoipCidr Information about the address range.", "setterMethodName" : "setByoipCidr", "setterModel" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : null, "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : "

                                Information about the address range.

                                ", "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ByoipCidr" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getByoipCidr", "beanStyleSetterMethodName" : "setByoipCidr", "c2jName" : "ByoipCidr", "c2jShape" : "ByoipCidr", "defaultConsumerFluentSetterDocumentation" : "

                                Information about the address range.

                                \nThis is a convenience that creates an instance of the {@link ByoipCidr.Builder} avoiding the need to create one manually via {@link ByoipCidr#builder()}.\n\nWhen the {@link Consumer} completes, {@link ByoipCidr.Builder#build()} is called immediately and its result is passed to {@link #byoipCidr(ByoipCidr)}.\n@param byoipCidr a consumer that will call methods on {@link ByoipCidr.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #byoipCidr(ByoipCidr)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Information about the address range.

                                \n@return Information about the address range.\n@deprecated Use {@link #byoipCidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about the address range.

                                \n@param byoipCidr Information about the address range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #byoipCidr(ByoipCidr)}\n", "documentation" : "

                                Information about the address range.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ByoipCidr property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasByoipCidr", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "byoipCidr", "fluentSetterDocumentation" : "

                                Information about the address range.

                                \n@param byoipCidr Information about the address range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "byoipCidr", "getterDocumentation" : "

                                Information about the address range.

                                \n@return Information about the address range.", "getterModel" : { "returnType" : "ByoipCidr", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ByoipCidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ByoipCidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ByoipCidr", "sensitive" : false, "setterDocumentation" : "

                                Information about the address range.

                                \n@param byoipCidr Information about the address range.", "setterMethodName" : "setByoipCidr", "setterModel" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : null, "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : "

                                Information about the address range.

                                ", "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getByoipCidr", "beanStyleSetterMethodName" : "setByoipCidr", "c2jName" : "ByoipCidr", "c2jShape" : "ByoipCidr", "defaultConsumerFluentSetterDocumentation" : "

                                Information about the address range.

                                \nThis is a convenience that creates an instance of the {@link ByoipCidr.Builder} avoiding the need to create one manually via {@link ByoipCidr#builder()}.\n\nWhen the {@link Consumer} completes, {@link ByoipCidr.Builder#build()} is called immediately and its result is passed to {@link #byoipCidr(ByoipCidr)}.\n@param byoipCidr a consumer that will call methods on {@link ByoipCidr.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #byoipCidr(ByoipCidr)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Information about the address range.

                                \n@return Information about the address range.\n@deprecated Use {@link #byoipCidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about the address range.

                                \n@param byoipCidr Information about the address range.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #byoipCidr(ByoipCidr)}\n", "documentation" : "

                                Information about the address range.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ByoipCidr property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasByoipCidr", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "byoipCidr", "fluentSetterDocumentation" : "

                                Information about the address range.

                                \n@param byoipCidr Information about the address range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "byoipCidr", "getterDocumentation" : "

                                Information about the address range.

                                \n@return Information about the address range.", "getterModel" : { "returnType" : "ByoipCidr", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ByoipCidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ByoipCidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ByoipCidr", "sensitive" : false, "setterDocumentation" : "

                                Information about the address range.

                                \n@param byoipCidr Information about the address range.", "setterMethodName" : "setByoipCidr", "setterModel" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : null, "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : "

                                Information about the address range.

                                ", "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ProvisionByoipCidrResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ProvisionByoipCidrResponse", "variableName" : "provisionByoipCidrResponse", "variableType" : "ProvisionByoipCidrResponse", "documentation" : null, "simpleType" : "ProvisionByoipCidrResponse", "variableSetterType" : "ProvisionByoipCidrResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                A complex type that contains a Tag key and Tag value.

                                ", "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" : "

                                A string that contains a Tag 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" : "

                                A string that contains a Tag key.

                                \n@return A string that contains a Tag key.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A string that contains a Tag key.

                                \n@param key A string that contains a Tag 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" : "

                                A string that contains a Tag 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" : "

                                A string that contains a Tag key.

                                \n@param key A string that contains a Tag key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                A string that contains a Tag key.

                                \n@return A string that contains a Tag 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" : "

                                A string that contains a Tag key.

                                \n@param key A string that contains a Tag 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" : "

                                A string that contains a Tag key.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                A string that contains a Tag 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" : "

                                A string that contains a Tag value.

                                \n@return A string that contains a Tag value.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A string that contains a Tag value.

                                \n@param value A string that contains a Tag 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" : "

                                A string that contains a Tag 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" : "

                                A string that contains a Tag value.

                                \n@param value A string that contains a Tag value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                A string that contains a Tag value.

                                \n@return A string that contains a Tag 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" : "

                                A string that contains a Tag value.

                                \n@param value A string that contains a Tag 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" : "

                                A string that contains a Tag value.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                A string that contains a Tag 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" : "

                                A string that contains a Tag key.

                                \n@return A string that contains a Tag key.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A string that contains a Tag key.

                                \n@param key A string that contains a Tag 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" : "

                                A string that contains a Tag 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" : "

                                A string that contains a Tag key.

                                \n@param key A string that contains a Tag key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                A string that contains a Tag key.

                                \n@return A string that contains a Tag 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" : "

                                A string that contains a Tag key.

                                \n@param key A string that contains a Tag 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" : "

                                A string that contains a Tag key.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Value" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                A string that contains a Tag 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" : "

                                A string that contains a Tag value.

                                \n@return A string that contains a Tag value.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A string that contains a Tag value.

                                \n@param value A string that contains a Tag 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" : "

                                A string that contains a Tag 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" : "

                                A string that contains a Tag value.

                                \n@param value A string that contains a Tag value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                A string that contains a Tag value.

                                \n@return A string that contains a Tag 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" : "

                                A string that contains a Tag value.

                                \n@param value A string that contains a Tag 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" : "

                                A string that contains a Tag value.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                A string that contains a Tag 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" : "

                                A string that contains a Tag key.

                                \n@return A string that contains a Tag key.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A string that contains a Tag key.

                                \n@param key A string that contains a Tag 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" : "

                                A string that contains a Tag 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" : "

                                A string that contains a Tag key.

                                \n@param key A string that contains a Tag key.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                A string that contains a Tag key.

                                \n@return A string that contains a Tag 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" : "

                                A string that contains a Tag key.

                                \n@param key A string that contains a Tag 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" : "

                                A string that contains a Tag key.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                A string that contains a Tag 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" : "

                                A string that contains a Tag value.

                                \n@return A string that contains a Tag value.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                A string that contains a Tag value.

                                \n@param value A string that contains a Tag 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" : "

                                A string that contains a Tag 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" : "

                                A string that contains a Tag value.

                                \n@param value A string that contains a Tag value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                A string that contains a Tag value.

                                \n@return A string that contains a Tag 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" : "

                                A string that contains a Tag value.

                                \n@param value A string that contains a Tag 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" : "

                                A string that contains a Tag value.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Key", "Value" ], "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 }, "TagResourceRequest" : { "c2jName" : "TagResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "TagResource", "locationName" : null, "requestUri" : "/", "target" : "GlobalAccelerator_V20180706.TagResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a 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 Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.

                                \n@return The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a 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 Global Accelerator resource to add tags to. An ARN uniquely identifies a 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 Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a 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 Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.

                                \n@return The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a 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 Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a 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 Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                The tags to add to a resource. A tag consists of a key and a value that you define.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The tags to add to a resource. A tag consists of a key and a value that you define.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return The tags to add to a resource. A tag consists of a key and a value that you define.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The tags to add to a resource. A tag consists of a key and a value that you define.

                                \n@param tags The tags to add to a resource. A tag consists of a key and a value that you define.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                The tags to add to a resource. A tag consists of a key and a value that you define.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                The tags to add to a resource. A tag consists of a key and a value that you define.

                                \n@param tags The tags to add to a resource. A tag consists of a key and a value that you define.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                The tags to add to a resource. A tag consists of a key and a value that you define.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return The tags to add to a resource. A tag consists of a key and a value that you define.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                The tags to add to a resource. A tag consists of a key and a value that you define.

                                \n@param tags The tags to add to a resource. A tag consists of a key and a value that you define.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                The tags to add to a resource. A tag consists of a key and a value that you define.

                                ", "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 Global Accelerator resource to add tags to. An ARN uniquely identifies a 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 Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.

                                \n@return The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a 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 Global Accelerator resource to add tags to. An ARN uniquely identifies a 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 Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a 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 Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.

                                \n@return The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a 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 Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a 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 Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                The tags to add to a resource. A tag consists of a key and a value that you define.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The tags to add to a resource. A tag consists of a key and a value that you define.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return The tags to add to a resource. A tag consists of a key and a value that you define.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The tags to add to a resource. A tag consists of a key and a value that you define.

                                \n@param tags The tags to add to a resource. A tag consists of a key and a value that you define.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                The tags to add to a resource. A tag consists of a key and a value that you define.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                The tags to add to a resource. A tag consists of a key and a value that you define.

                                \n@param tags The tags to add to a resource. A tag consists of a key and a value that you define.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                The tags to add to a resource. A tag consists of a key and a value that you define.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return The tags to add to a resource. A tag consists of a key and a value that you define.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                The tags to add to a resource. A tag consists of a key and a value that you define.

                                \n@param tags The tags to add to a resource. A tag consists of a key and a value that you define.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                The tags to add to a resource. A tag consists of a key and a value that you define.

                                ", "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 Global Accelerator resource to add tags to. An ARN uniquely identifies a 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 Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.

                                \n@return The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a 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 Global Accelerator resource to add tags to. An ARN uniquely identifies a 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 Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a 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 Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.

                                \n@return The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a 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 Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a 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 Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "Tags", "defaultConsumerFluentSetterDocumentation" : "

                                The tags to add to a resource. A tag consists of a key and a value that you define.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The tags to add to a resource. A tag consists of a key and a value that you define.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return The tags to add to a resource. A tag consists of a key and a value that you define.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The tags to add to a resource. A tag consists of a key and a value that you define.

                                \n@param tags The tags to add to a resource. A tag consists of a key and a value that you define.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n", "documentation" : "

                                The tags to add to a resource. A tag consists of a key and a value that you define.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                The tags to add to a resource. A tag consists of a key and a value that you define.

                                \n@param tags The tags to add to a resource. A tag consists of a key and a value that you define.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                The tags to add to a resource. A tag consists of a key and a value that you define.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

                                \n@return The tags to add to a resource. A tag consists of a key and a value that you define.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                The tags to add to a resource. A tag consists of a key and a value that you define.

                                \n@param tags The tags to add to a resource. A tag consists of a key and a value that you define.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                The tags to add to a resource. A tag consists of a key and a value that you define.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceArn", "Tags" ], "shapeName" : "TagResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TagResourceRequest", "variableName" : "tagResourceRequest", "variableType" : "TagResourceRequest", "documentation" : null, "simpleType" : "TagResourceRequest", "variableSetterType" : "TagResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "TagResourceResponse" : { "c2jName" : "TagResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TagResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TagResourceResponse", "variableName" : "tagResourceResponse", "variableType" : "TagResourceResponse", "documentation" : null, "simpleType" : "TagResourceResponse", "variableSetterType" : "TagResourceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UntagResourceRequest" : { "c2jName" : "UntagResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UntagResource", "locationName" : null, "requestUri" : "/", "target" : "GlobalAccelerator_V20180706.UntagResource", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "ResourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags from. An ARN uniquely identifies a 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 Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.

                                \n@return The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags from. An ARN uniquely identifies a 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 Global Accelerator resource to remove tags from. An ARN uniquely identifies a 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 Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags from. An ARN uniquely identifies a 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 Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.

                                \n@return The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags from. An ARN uniquely identifies a 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 Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags from. An ARN uniquely identifies a 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 Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeys", "defaultConsumerFluentSetterDocumentation" : "

                                The tag key pairs that you want to remove from the specified resources.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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 key pairs that you want to remove from the specified resources.

                                \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 key pairs that you want to remove from the specified resources.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The tag key pairs that you want to remove from the specified resources.

                                \n@param tagKeys The tag key pairs that you want to remove from the specified resources.\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 key pairs that you want to remove from the specified resources.

                                ", "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 key pairs that you want to remove from the specified resources.

                                \n@param tagKeys The tag key pairs that you want to remove from the specified resources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                The tag key pairs that you want to remove from the specified resources.

                                \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 key pairs that you want to remove from the specified resources.", "getterModel" : { "returnType" : "java.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 key pairs that you want to remove from the specified resources.

                                \n@param tagKeys The tag key pairs that you want to remove from the specified resources.", "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 key pairs that you want to remove from the specified resources.

                                ", "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 Global Accelerator resource to remove tags from. An ARN uniquely identifies a 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 Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.

                                \n@return The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags from. An ARN uniquely identifies a 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 Global Accelerator resource to remove tags from. An ARN uniquely identifies a 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 Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags from. An ARN uniquely identifies a 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 Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.

                                \n@return The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags from. An ARN uniquely identifies a 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 Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags from. An ARN uniquely identifies a 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 Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TagKeys" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeys", "defaultConsumerFluentSetterDocumentation" : "

                                The tag key pairs that you want to remove from the specified resources.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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 key pairs that you want to remove from the specified resources.

                                \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 key pairs that you want to remove from the specified resources.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The tag key pairs that you want to remove from the specified resources.

                                \n@param tagKeys The tag key pairs that you want to remove from the specified resources.\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 key pairs that you want to remove from the specified resources.

                                ", "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 key pairs that you want to remove from the specified resources.

                                \n@param tagKeys The tag key pairs that you want to remove from the specified resources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                The tag key pairs that you want to remove from the specified resources.

                                \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 key pairs that you want to remove from the specified resources.", "getterModel" : { "returnType" : "java.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 key pairs that you want to remove from the specified resources.

                                \n@param tagKeys The tag key pairs that you want to remove from the specified resources.", "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 key pairs that you want to remove from the specified resources.

                                ", "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 Global Accelerator resource to remove tags from. An ARN uniquely identifies a 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 Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.

                                \n@return The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags from. An ARN uniquely identifies a 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 Global Accelerator resource to remove tags from. An ARN uniquely identifies a 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 Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags from. An ARN uniquely identifies a 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 Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.

                                \n@return The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags from. An ARN uniquely identifies a 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 Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.

                                \n@param resourceArn The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags from. An ARN uniquely identifies a 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 Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeys", "defaultConsumerFluentSetterDocumentation" : "

                                The tag key pairs that you want to remove from the specified resources.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually 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 key pairs that you want to remove from the specified resources.

                                \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 key pairs that you want to remove from the specified resources.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The tag key pairs that you want to remove from the specified resources.

                                \n@param tagKeys The tag key pairs that you want to remove from the specified resources.\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 key pairs that you want to remove from the specified resources.

                                ", "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 key pairs that you want to remove from the specified resources.

                                \n@param tagKeys The tag key pairs that you want to remove from the specified resources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

                                The tag key pairs that you want to remove from the specified resources.

                                \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 key pairs that you want to remove from the specified resources.", "getterModel" : { "returnType" : "java.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 key pairs that you want to remove from the specified resources.

                                \n@param tagKeys The tag key pairs that you want to remove from the specified resources.", "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 key pairs that you want to remove from the specified resources.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ResourceArn", "TagKeys" ], "shapeName" : "UntagResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UntagResourceRequest", "variableName" : "untagResourceRequest", "variableType" : "UntagResourceRequest", "documentation" : null, "simpleType" : "UntagResourceRequest", "variableSetterType" : "UntagResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UntagResourceResponse" : { "c2jName" : "UntagResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UntagResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UntagResourceResponse", "variableName" : "untagResourceResponse", "variableType" : "UntagResourceResponse", "documentation" : null, "simpleType" : "UntagResourceResponse", "variableSetterType" : "UntagResourceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateAcceleratorAttributesRequest" : { "c2jName" : "UpdateAcceleratorAttributesRequest", "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" : "UpdateAcceleratorAttributes", "locationName" : null, "requestUri" : "/", "target" : "GlobalAccelerator_V20180706.UpdateAcceleratorAttributes", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorArn", "beanStyleSetterMethodName" : "setAcceleratorArn", "c2jName" : "AcceleratorArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator that you want to update.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acceleratorArn(String)}.\n@param acceleratorArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator that you want to update.

                                \n@return The Amazon Resource Name (ARN) of the accelerator that you want to update.\n@deprecated Use {@link #acceleratorArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator that you want to update.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #acceleratorArn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the accelerator that you want to update.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AcceleratorArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAcceleratorArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "acceleratorArn", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator that you want to update.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "acceleratorArn", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator that you want to update.

                                \n@return The Amazon Resource Name (ARN) of the accelerator that you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AcceleratorArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AcceleratorArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AcceleratorArn", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator that you want to update.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator that you want to update.", "setterMethodName" : "setAcceleratorArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "acceleratorArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "acceleratorArn", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the accelerator that you want to update.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFlowLogsEnabled", "beanStyleSetterMethodName" : "setFlowLogsEnabled", "c2jName" : "FlowLogsEnabled", "c2jShape" : "GenericBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

                                \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 #flowLogsEnabled(Boolean)}.\n@param flowLogsEnabled 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 #flowLogsEnabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

                                \n@return Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #flowLogsEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

                                \n@param flowLogsEnabled Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #flowLogsEnabled(Boolean)}\n", "documentation" : "

                                Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FlowLogsEnabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFlowLogsEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "flowLogsEnabled", "fluentSetterDocumentation" : "

                                Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

                                \n@param flowLogsEnabled Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowLogsEnabled", "getterDocumentation" : "

                                Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

                                \n@return Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.", "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" : "FlowLogsEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FlowLogsEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "FlowLogsEnabled", "sensitive" : false, "setterDocumentation" : "

                                Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

                                \n@param flowLogsEnabled Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.", "setterMethodName" : "setFlowLogsEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "flowLogsEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "flowLogsEnabled", "variableType" : "Boolean", "documentation" : "

                                Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFlowLogsS3Bucket", "beanStyleSetterMethodName" : "setFlowLogsS3Bucket", "c2jName" : "FlowLogsS3Bucket", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowLogsS3Bucket(String)}.\n@param flowLogsS3Bucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowLogsS3Bucket(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

                                \n@return The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.\n@deprecated Use {@link #flowLogsS3Bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

                                \n@param flowLogsS3Bucket The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #flowLogsS3Bucket(String)}\n", "documentation" : "

                                The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FlowLogsS3Bucket property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFlowLogsS3Bucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "flowLogsS3Bucket", "fluentSetterDocumentation" : "

                                The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

                                \n@param flowLogsS3Bucket The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowLogsS3Bucket", "getterDocumentation" : "

                                The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

                                \n@return The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FlowLogsS3Bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FlowLogsS3Bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FlowLogsS3Bucket", "sensitive" : false, "setterDocumentation" : "

                                The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

                                \n@param flowLogsS3Bucket The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.", "setterMethodName" : "setFlowLogsS3Bucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowLogsS3Bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowLogsS3Bucket", "variableType" : "String", "documentation" : "

                                The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFlowLogsS3Prefix", "beanStyleSetterMethodName" : "setFlowLogsS3Prefix", "c2jName" : "FlowLogsS3Prefix", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowLogsS3Prefix(String)}.\n@param flowLogsS3Prefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowLogsS3Prefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id

                                \n@return Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id\n@deprecated Use {@link #flowLogsS3Prefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id

                                \n@param flowLogsS3Prefix Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #flowLogsS3Prefix(String)}\n", "documentation" : "

                                Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FlowLogsS3Prefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFlowLogsS3Prefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "flowLogsS3Prefix", "fluentSetterDocumentation" : "

                                Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id

                                \n@param flowLogsS3Prefix Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowLogsS3Prefix", "getterDocumentation" : "

                                Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id

                                \n@return Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FlowLogsS3Prefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FlowLogsS3Prefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FlowLogsS3Prefix", "sensitive" : false, "setterDocumentation" : "

                                Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id

                                \n@param flowLogsS3Prefix Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id", "setterMethodName" : "setFlowLogsS3Prefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowLogsS3Prefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowLogsS3Prefix", "variableType" : "String", "documentation" : "

                                Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AcceleratorArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorArn", "beanStyleSetterMethodName" : "setAcceleratorArn", "c2jName" : "AcceleratorArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator that you want to update.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acceleratorArn(String)}.\n@param acceleratorArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator that you want to update.

                                \n@return The Amazon Resource Name (ARN) of the accelerator that you want to update.\n@deprecated Use {@link #acceleratorArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator that you want to update.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #acceleratorArn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the accelerator that you want to update.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AcceleratorArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAcceleratorArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "acceleratorArn", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator that you want to update.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "acceleratorArn", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator that you want to update.

                                \n@return The Amazon Resource Name (ARN) of the accelerator that you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AcceleratorArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AcceleratorArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AcceleratorArn", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator that you want to update.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator that you want to update.", "setterMethodName" : "setAcceleratorArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "acceleratorArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "acceleratorArn", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the accelerator that you want to update.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FlowLogsEnabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFlowLogsEnabled", "beanStyleSetterMethodName" : "setFlowLogsEnabled", "c2jName" : "FlowLogsEnabled", "c2jShape" : "GenericBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

                                \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 #flowLogsEnabled(Boolean)}.\n@param flowLogsEnabled 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 #flowLogsEnabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

                                \n@return Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #flowLogsEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

                                \n@param flowLogsEnabled Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #flowLogsEnabled(Boolean)}\n", "documentation" : "

                                Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FlowLogsEnabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFlowLogsEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "flowLogsEnabled", "fluentSetterDocumentation" : "

                                Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

                                \n@param flowLogsEnabled Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowLogsEnabled", "getterDocumentation" : "

                                Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

                                \n@return Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.", "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" : "FlowLogsEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FlowLogsEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "FlowLogsEnabled", "sensitive" : false, "setterDocumentation" : "

                                Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

                                \n@param flowLogsEnabled Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.", "setterMethodName" : "setFlowLogsEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "flowLogsEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "flowLogsEnabled", "variableType" : "Boolean", "documentation" : "

                                Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FlowLogsS3Bucket" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFlowLogsS3Bucket", "beanStyleSetterMethodName" : "setFlowLogsS3Bucket", "c2jName" : "FlowLogsS3Bucket", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowLogsS3Bucket(String)}.\n@param flowLogsS3Bucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowLogsS3Bucket(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

                                \n@return The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.\n@deprecated Use {@link #flowLogsS3Bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

                                \n@param flowLogsS3Bucket The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #flowLogsS3Bucket(String)}\n", "documentation" : "

                                The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FlowLogsS3Bucket property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFlowLogsS3Bucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "flowLogsS3Bucket", "fluentSetterDocumentation" : "

                                The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

                                \n@param flowLogsS3Bucket The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowLogsS3Bucket", "getterDocumentation" : "

                                The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

                                \n@return The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FlowLogsS3Bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FlowLogsS3Bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FlowLogsS3Bucket", "sensitive" : false, "setterDocumentation" : "

                                The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

                                \n@param flowLogsS3Bucket The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.", "setterMethodName" : "setFlowLogsS3Bucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowLogsS3Bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowLogsS3Bucket", "variableType" : "String", "documentation" : "

                                The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FlowLogsS3Prefix" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFlowLogsS3Prefix", "beanStyleSetterMethodName" : "setFlowLogsS3Prefix", "c2jName" : "FlowLogsS3Prefix", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowLogsS3Prefix(String)}.\n@param flowLogsS3Prefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowLogsS3Prefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id

                                \n@return Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id\n@deprecated Use {@link #flowLogsS3Prefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id

                                \n@param flowLogsS3Prefix Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #flowLogsS3Prefix(String)}\n", "documentation" : "

                                Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FlowLogsS3Prefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFlowLogsS3Prefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "flowLogsS3Prefix", "fluentSetterDocumentation" : "

                                Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id

                                \n@param flowLogsS3Prefix Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowLogsS3Prefix", "getterDocumentation" : "

                                Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id

                                \n@return Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FlowLogsS3Prefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FlowLogsS3Prefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FlowLogsS3Prefix", "sensitive" : false, "setterDocumentation" : "

                                Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id

                                \n@param flowLogsS3Prefix Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id", "setterMethodName" : "setFlowLogsS3Prefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowLogsS3Prefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowLogsS3Prefix", "variableType" : "String", "documentation" : "

                                Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorArn", "beanStyleSetterMethodName" : "setAcceleratorArn", "c2jName" : "AcceleratorArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator that you want to update.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acceleratorArn(String)}.\n@param acceleratorArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator that you want to update.

                                \n@return The Amazon Resource Name (ARN) of the accelerator that you want to update.\n@deprecated Use {@link #acceleratorArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator that you want to update.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #acceleratorArn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the accelerator that you want to update.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AcceleratorArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAcceleratorArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "acceleratorArn", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator that you want to update.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "acceleratorArn", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator that you want to update.

                                \n@return The Amazon Resource Name (ARN) of the accelerator that you want to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AcceleratorArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AcceleratorArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AcceleratorArn", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator that you want to update.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator that you want to update.", "setterMethodName" : "setAcceleratorArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "acceleratorArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "acceleratorArn", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the accelerator that you want to update.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFlowLogsEnabled", "beanStyleSetterMethodName" : "setFlowLogsEnabled", "c2jName" : "FlowLogsEnabled", "c2jShape" : "GenericBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

                                \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 #flowLogsEnabled(Boolean)}.\n@param flowLogsEnabled 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 #flowLogsEnabled(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

                                \n@return Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.\n@deprecated Use {@link #flowLogsEnabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

                                \n@param flowLogsEnabled Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #flowLogsEnabled(Boolean)}\n", "documentation" : "

                                Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FlowLogsEnabled property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFlowLogsEnabled", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "flowLogsEnabled", "fluentSetterDocumentation" : "

                                Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

                                \n@param flowLogsEnabled Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowLogsEnabled", "getterDocumentation" : "

                                Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

                                \n@return Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.", "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" : "FlowLogsEnabled", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FlowLogsEnabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "FlowLogsEnabled", "sensitive" : false, "setterDocumentation" : "

                                Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

                                \n@param flowLogsEnabled Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.", "setterMethodName" : "setFlowLogsEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "flowLogsEnabled", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "flowLogsEnabled", "variableType" : "Boolean", "documentation" : "

                                Update whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified.

                                For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFlowLogsS3Bucket", "beanStyleSetterMethodName" : "setFlowLogsS3Bucket", "c2jName" : "FlowLogsS3Bucket", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowLogsS3Bucket(String)}.\n@param flowLogsS3Bucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowLogsS3Bucket(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

                                \n@return The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.\n@deprecated Use {@link #flowLogsS3Bucket()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

                                \n@param flowLogsS3Bucket The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #flowLogsS3Bucket(String)}\n", "documentation" : "

                                The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FlowLogsS3Bucket property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFlowLogsS3Bucket", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "flowLogsS3Bucket", "fluentSetterDocumentation" : "

                                The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

                                \n@param flowLogsS3Bucket The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowLogsS3Bucket", "getterDocumentation" : "

                                The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

                                \n@return The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FlowLogsS3Bucket", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FlowLogsS3Bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FlowLogsS3Bucket", "sensitive" : false, "setterDocumentation" : "

                                The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

                                \n@param flowLogsS3Bucket The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.", "setterMethodName" : "setFlowLogsS3Bucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowLogsS3Bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowLogsS3Bucket", "variableType" : "String", "documentation" : "

                                The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFlowLogsS3Prefix", "beanStyleSetterMethodName" : "setFlowLogsS3Prefix", "c2jName" : "FlowLogsS3Prefix", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowLogsS3Prefix(String)}.\n@param flowLogsS3Prefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowLogsS3Prefix(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id

                                \n@return Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id\n@deprecated Use {@link #flowLogsS3Prefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id

                                \n@param flowLogsS3Prefix Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #flowLogsS3Prefix(String)}\n", "documentation" : "

                                Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FlowLogsS3Prefix property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFlowLogsS3Prefix", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "flowLogsS3Prefix", "fluentSetterDocumentation" : "

                                Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id

                                \n@param flowLogsS3Prefix Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "flowLogsS3Prefix", "getterDocumentation" : "

                                Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id

                                \n@return Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FlowLogsS3Prefix", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "FlowLogsS3Prefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FlowLogsS3Prefix", "sensitive" : false, "setterDocumentation" : "

                                Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id

                                \n@param flowLogsS3Prefix Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id", "setterMethodName" : "setFlowLogsS3Prefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "flowLogsS3Prefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "flowLogsS3Prefix", "variableType" : "String", "documentation" : "

                                Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled is true.

                                If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:

                                s3-bucket_name//AWSLogs/aws_account_id

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AcceleratorArn" ], "shapeName" : "UpdateAcceleratorAttributesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateAcceleratorAttributesRequest", "variableName" : "updateAcceleratorAttributesRequest", "variableType" : "UpdateAcceleratorAttributesRequest", "documentation" : null, "simpleType" : "UpdateAcceleratorAttributesRequest", "variableSetterType" : "UpdateAcceleratorAttributesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateAcceleratorAttributesResponse" : { "c2jName" : "UpdateAcceleratorAttributesResponse", "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" : "getAcceleratorAttributes", "beanStyleSetterMethodName" : "setAcceleratorAttributes", "c2jName" : "AcceleratorAttributes", "c2jShape" : "AcceleratorAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                Updated attributes for the accelerator.

                                \nThis is a convenience that creates an instance of the {@link AcceleratorAttributes.Builder} avoiding the need to create one manually via {@link AcceleratorAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link AcceleratorAttributes.Builder#build()} is called immediately and its result is passed to {@link #acceleratorAttributes(AcceleratorAttributes)}.\n@param acceleratorAttributes a consumer that will call methods on {@link AcceleratorAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorAttributes(AcceleratorAttributes)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Updated attributes for the accelerator.

                                \n@return Updated attributes for the accelerator.\n@deprecated Use {@link #acceleratorAttributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Updated attributes for the accelerator.

                                \n@param acceleratorAttributes Updated attributes for the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #acceleratorAttributes(AcceleratorAttributes)}\n", "documentation" : "

                                Updated attributes for the accelerator.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AcceleratorAttributes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAcceleratorAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "acceleratorAttributes", "fluentSetterDocumentation" : "

                                Updated attributes for the accelerator.

                                \n@param acceleratorAttributes Updated attributes for the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "acceleratorAttributes", "getterDocumentation" : "

                                Updated attributes for the accelerator.

                                \n@return Updated attributes for the accelerator.", "getterModel" : { "returnType" : "AcceleratorAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AcceleratorAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AcceleratorAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AcceleratorAttributes", "sensitive" : false, "setterDocumentation" : "

                                Updated attributes for the accelerator.

                                \n@param acceleratorAttributes Updated attributes for the accelerator.", "setterMethodName" : "setAcceleratorAttributes", "setterModel" : { "variableDeclarationType" : "AcceleratorAttributes", "variableName" : "acceleratorAttributes", "variableType" : "AcceleratorAttributes", "documentation" : null, "simpleType" : "AcceleratorAttributes", "variableSetterType" : "AcceleratorAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AcceleratorAttributes", "variableName" : "acceleratorAttributes", "variableType" : "AcceleratorAttributes", "documentation" : "

                                Updated attributes for the accelerator.

                                ", "simpleType" : "AcceleratorAttributes", "variableSetterType" : "AcceleratorAttributes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AcceleratorAttributes" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorAttributes", "beanStyleSetterMethodName" : "setAcceleratorAttributes", "c2jName" : "AcceleratorAttributes", "c2jShape" : "AcceleratorAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                Updated attributes for the accelerator.

                                \nThis is a convenience that creates an instance of the {@link AcceleratorAttributes.Builder} avoiding the need to create one manually via {@link AcceleratorAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link AcceleratorAttributes.Builder#build()} is called immediately and its result is passed to {@link #acceleratorAttributes(AcceleratorAttributes)}.\n@param acceleratorAttributes a consumer that will call methods on {@link AcceleratorAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorAttributes(AcceleratorAttributes)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Updated attributes for the accelerator.

                                \n@return Updated attributes for the accelerator.\n@deprecated Use {@link #acceleratorAttributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Updated attributes for the accelerator.

                                \n@param acceleratorAttributes Updated attributes for the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #acceleratorAttributes(AcceleratorAttributes)}\n", "documentation" : "

                                Updated attributes for the accelerator.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AcceleratorAttributes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAcceleratorAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "acceleratorAttributes", "fluentSetterDocumentation" : "

                                Updated attributes for the accelerator.

                                \n@param acceleratorAttributes Updated attributes for the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "acceleratorAttributes", "getterDocumentation" : "

                                Updated attributes for the accelerator.

                                \n@return Updated attributes for the accelerator.", "getterModel" : { "returnType" : "AcceleratorAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AcceleratorAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AcceleratorAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AcceleratorAttributes", "sensitive" : false, "setterDocumentation" : "

                                Updated attributes for the accelerator.

                                \n@param acceleratorAttributes Updated attributes for the accelerator.", "setterMethodName" : "setAcceleratorAttributes", "setterModel" : { "variableDeclarationType" : "AcceleratorAttributes", "variableName" : "acceleratorAttributes", "variableType" : "AcceleratorAttributes", "documentation" : null, "simpleType" : "AcceleratorAttributes", "variableSetterType" : "AcceleratorAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AcceleratorAttributes", "variableName" : "acceleratorAttributes", "variableType" : "AcceleratorAttributes", "documentation" : "

                                Updated attributes for the accelerator.

                                ", "simpleType" : "AcceleratorAttributes", "variableSetterType" : "AcceleratorAttributes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorAttributes", "beanStyleSetterMethodName" : "setAcceleratorAttributes", "c2jName" : "AcceleratorAttributes", "c2jShape" : "AcceleratorAttributes", "defaultConsumerFluentSetterDocumentation" : "

                                Updated attributes for the accelerator.

                                \nThis is a convenience that creates an instance of the {@link AcceleratorAttributes.Builder} avoiding the need to create one manually via {@link AcceleratorAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link AcceleratorAttributes.Builder#build()} is called immediately and its result is passed to {@link #acceleratorAttributes(AcceleratorAttributes)}.\n@param acceleratorAttributes a consumer that will call methods on {@link AcceleratorAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorAttributes(AcceleratorAttributes)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Updated attributes for the accelerator.

                                \n@return Updated attributes for the accelerator.\n@deprecated Use {@link #acceleratorAttributes()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Updated attributes for the accelerator.

                                \n@param acceleratorAttributes Updated attributes for the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #acceleratorAttributes(AcceleratorAttributes)}\n", "documentation" : "

                                Updated attributes for the accelerator.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AcceleratorAttributes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAcceleratorAttributes", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "acceleratorAttributes", "fluentSetterDocumentation" : "

                                Updated attributes for the accelerator.

                                \n@param acceleratorAttributes Updated attributes for the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "acceleratorAttributes", "getterDocumentation" : "

                                Updated attributes for the accelerator.

                                \n@return Updated attributes for the accelerator.", "getterModel" : { "returnType" : "AcceleratorAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AcceleratorAttributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AcceleratorAttributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AcceleratorAttributes", "sensitive" : false, "setterDocumentation" : "

                                Updated attributes for the accelerator.

                                \n@param acceleratorAttributes Updated attributes for the accelerator.", "setterMethodName" : "setAcceleratorAttributes", "setterModel" : { "variableDeclarationType" : "AcceleratorAttributes", "variableName" : "acceleratorAttributes", "variableType" : "AcceleratorAttributes", "documentation" : null, "simpleType" : "AcceleratorAttributes", "variableSetterType" : "AcceleratorAttributes" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AcceleratorAttributes", "variableName" : "acceleratorAttributes", "variableType" : "AcceleratorAttributes", "documentation" : "

                                Updated attributes for the accelerator.

                                ", "simpleType" : "AcceleratorAttributes", "variableSetterType" : "AcceleratorAttributes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateAcceleratorAttributesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateAcceleratorAttributesResponse", "variableName" : "updateAcceleratorAttributesResponse", "variableType" : "UpdateAcceleratorAttributesResponse", "documentation" : null, "simpleType" : "UpdateAcceleratorAttributesResponse", "variableSetterType" : "UpdateAcceleratorAttributesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateAcceleratorRequest" : { "c2jName" : "UpdateAcceleratorRequest", "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" : "UpdateAccelerator", "locationName" : null, "requestUri" : "/", "target" : "GlobalAccelerator_V20180706.UpdateAccelerator", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorArn", "beanStyleSetterMethodName" : "setAcceleratorArn", "c2jName" : "AcceleratorArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to update.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acceleratorArn(String)}.\n@param acceleratorArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to update.

                                \n@return The Amazon Resource Name (ARN) of the accelerator to update.\n@deprecated Use {@link #acceleratorArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to update.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #acceleratorArn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to update.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AcceleratorArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAcceleratorArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "acceleratorArn", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to update.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "acceleratorArn", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to update.

                                \n@return The Amazon Resource Name (ARN) of the accelerator to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AcceleratorArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AcceleratorArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AcceleratorArn", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to update.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator to update.", "setterMethodName" : "setAcceleratorArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "acceleratorArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "acceleratorArn", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to update.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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" : "getIpAddressTypeAsString", "beanStyleSetterMethodName" : "setIpAddressType", "c2jName" : "IpAddressType", "c2jShape" : "IpAddressType", "defaultConsumerFluentSetterDocumentation" : "

                                The value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.\n@see IpAddressType\n@deprecated Use {@link #ipAddressTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value for the address type must be IPv4.

                                \n@param ipAddressType The value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.

                                \n@param ipAddressType The value for the address type must be 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 value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.

                                \n@param ipAddressType The value for the address type must be 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 value for the address type must be IPv4.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "GenericBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

                                \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 an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

                                \n@return Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

                                \n@param enabled Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.\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 an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

                                ", "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 an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

                                \n@param enabled Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

                                \n@return Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.", "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 an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

                                \n@param enabled Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.", "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 an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AcceleratorArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorArn", "beanStyleSetterMethodName" : "setAcceleratorArn", "c2jName" : "AcceleratorArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to update.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acceleratorArn(String)}.\n@param acceleratorArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to update.

                                \n@return The Amazon Resource Name (ARN) of the accelerator to update.\n@deprecated Use {@link #acceleratorArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to update.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #acceleratorArn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to update.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AcceleratorArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAcceleratorArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "acceleratorArn", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to update.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "acceleratorArn", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to update.

                                \n@return The Amazon Resource Name (ARN) of the accelerator to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AcceleratorArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AcceleratorArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AcceleratorArn", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to update.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator to update.", "setterMethodName" : "setAcceleratorArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "acceleratorArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "acceleratorArn", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to update.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Enabled" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "GenericBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

                                \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 an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

                                \n@return Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

                                \n@param enabled Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.\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 an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

                                ", "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 an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

                                \n@param enabled Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

                                \n@return Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.", "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 an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

                                \n@param enabled Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.", "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 an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IpAddressType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIpAddressTypeAsString", "beanStyleSetterMethodName" : "setIpAddressType", "c2jName" : "IpAddressType", "c2jShape" : "IpAddressType", "defaultConsumerFluentSetterDocumentation" : "

                                The value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.\n@see IpAddressType\n@deprecated Use {@link #ipAddressTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value for the address type must be IPv4.

                                \n@param ipAddressType The value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.

                                \n@param ipAddressType The value for the address type must be 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 value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.

                                \n@param ipAddressType The value for the address type must be 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 value for the address type must be IPv4.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAcceleratorArn", "beanStyleSetterMethodName" : "setAcceleratorArn", "c2jName" : "AcceleratorArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to update.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acceleratorArn(String)}.\n@param acceleratorArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to update.

                                \n@return The Amazon Resource Name (ARN) of the accelerator to update.\n@deprecated Use {@link #acceleratorArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to update.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator to update.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #acceleratorArn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to update.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AcceleratorArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAcceleratorArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "acceleratorArn", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to update.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "acceleratorArn", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to update.

                                \n@return The Amazon Resource Name (ARN) of the accelerator to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AcceleratorArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AcceleratorArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AcceleratorArn", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to update.

                                \n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator to update.", "setterMethodName" : "setAcceleratorArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "acceleratorArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "acceleratorArn", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the accelerator to update.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The name of the accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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 accelerator. The name 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" : "getIpAddressTypeAsString", "beanStyleSetterMethodName" : "setIpAddressType", "c2jName" : "IpAddressType", "c2jShape" : "IpAddressType", "defaultConsumerFluentSetterDocumentation" : "

                                The value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.\n@see IpAddressType\n@deprecated Use {@link #ipAddressTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The value for the address type must be IPv4.

                                \n@param ipAddressType The value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.

                                \n@param ipAddressType The value for the address type must be 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 value for the address type must be 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 value for the address type must be 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 value for the address type must be IPv4.

                                \n@param ipAddressType The value for the address type must be 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 value for the address type must be IPv4.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnabled", "beanStyleSetterMethodName" : "setEnabled", "c2jName" : "Enabled", "c2jShape" : "GenericBoolean", "defaultConsumerFluentSetterDocumentation" : "

                                Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

                                \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 an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

                                \n@return Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.\n@deprecated Use {@link #enabled()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

                                \n@param enabled Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.\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 an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

                                ", "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 an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

                                \n@param enabled Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enabled", "getterDocumentation" : "

                                Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

                                \n@return Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.", "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 an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

                                \n@param enabled Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.", "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 an accelerator is enabled. The value is true or false. The default value is true.

                                If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.

                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AcceleratorArn" ], "shapeName" : "UpdateAcceleratorRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateAcceleratorRequest", "variableName" : "updateAcceleratorRequest", "variableType" : "UpdateAcceleratorRequest", "documentation" : null, "simpleType" : "UpdateAcceleratorRequest", "variableSetterType" : "UpdateAcceleratorRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateAcceleratorResponse" : { "c2jName" : "UpdateAcceleratorResponse", "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" : "getAccelerator", "beanStyleSetterMethodName" : "setAccelerator", "c2jName" : "Accelerator", "c2jShape" : "Accelerator", "defaultConsumerFluentSetterDocumentation" : "

                                Information about the updated accelerator.

                                \nThis is a convenience that creates an instance of the {@link Accelerator.Builder} avoiding the need to create one manually via {@link Accelerator#builder()}.\n\nWhen the {@link Consumer} completes, {@link Accelerator.Builder#build()} is called immediately and its result is passed to {@link #accelerator(Accelerator)}.\n@param accelerator a consumer that will call methods on {@link Accelerator.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accelerator(Accelerator)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Information about the updated accelerator.

                                \n@return Information about the updated accelerator.\n@deprecated Use {@link #accelerator()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about the updated accelerator.

                                \n@param accelerator Information about the updated accelerator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accelerator(Accelerator)}\n", "documentation" : "

                                Information about the updated accelerator.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Accelerator property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccelerator", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accelerator", "fluentSetterDocumentation" : "

                                Information about the updated accelerator.

                                \n@param accelerator Information about the updated accelerator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accelerator", "getterDocumentation" : "

                                Information about the updated accelerator.

                                \n@return Information about the updated accelerator.", "getterModel" : { "returnType" : "Accelerator", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Accelerator", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Accelerator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Accelerator", "sensitive" : false, "setterDocumentation" : "

                                Information about the updated accelerator.

                                \n@param accelerator Information about the updated accelerator.", "setterMethodName" : "setAccelerator", "setterModel" : { "variableDeclarationType" : "Accelerator", "variableName" : "accelerator", "variableType" : "Accelerator", "documentation" : null, "simpleType" : "Accelerator", "variableSetterType" : "Accelerator" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Accelerator", "variableName" : "accelerator", "variableType" : "Accelerator", "documentation" : "

                                Information about the updated accelerator.

                                ", "simpleType" : "Accelerator", "variableSetterType" : "Accelerator" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Accelerator" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccelerator", "beanStyleSetterMethodName" : "setAccelerator", "c2jName" : "Accelerator", "c2jShape" : "Accelerator", "defaultConsumerFluentSetterDocumentation" : "

                                Information about the updated accelerator.

                                \nThis is a convenience that creates an instance of the {@link Accelerator.Builder} avoiding the need to create one manually via {@link Accelerator#builder()}.\n\nWhen the {@link Consumer} completes, {@link Accelerator.Builder#build()} is called immediately and its result is passed to {@link #accelerator(Accelerator)}.\n@param accelerator a consumer that will call methods on {@link Accelerator.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accelerator(Accelerator)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Information about the updated accelerator.

                                \n@return Information about the updated accelerator.\n@deprecated Use {@link #accelerator()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about the updated accelerator.

                                \n@param accelerator Information about the updated accelerator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accelerator(Accelerator)}\n", "documentation" : "

                                Information about the updated accelerator.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Accelerator property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccelerator", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accelerator", "fluentSetterDocumentation" : "

                                Information about the updated accelerator.

                                \n@param accelerator Information about the updated accelerator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accelerator", "getterDocumentation" : "

                                Information about the updated accelerator.

                                \n@return Information about the updated accelerator.", "getterModel" : { "returnType" : "Accelerator", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Accelerator", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Accelerator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Accelerator", "sensitive" : false, "setterDocumentation" : "

                                Information about the updated accelerator.

                                \n@param accelerator Information about the updated accelerator.", "setterMethodName" : "setAccelerator", "setterModel" : { "variableDeclarationType" : "Accelerator", "variableName" : "accelerator", "variableType" : "Accelerator", "documentation" : null, "simpleType" : "Accelerator", "variableSetterType" : "Accelerator" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Accelerator", "variableName" : "accelerator", "variableType" : "Accelerator", "documentation" : "

                                Information about the updated accelerator.

                                ", "simpleType" : "Accelerator", "variableSetterType" : "Accelerator" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccelerator", "beanStyleSetterMethodName" : "setAccelerator", "c2jName" : "Accelerator", "c2jShape" : "Accelerator", "defaultConsumerFluentSetterDocumentation" : "

                                Information about the updated accelerator.

                                \nThis is a convenience that creates an instance of the {@link Accelerator.Builder} avoiding the need to create one manually via {@link Accelerator#builder()}.\n\nWhen the {@link Consumer} completes, {@link Accelerator.Builder#build()} is called immediately and its result is passed to {@link #accelerator(Accelerator)}.\n@param accelerator a consumer that will call methods on {@link Accelerator.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accelerator(Accelerator)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Information about the updated accelerator.

                                \n@return Information about the updated accelerator.\n@deprecated Use {@link #accelerator()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about the updated accelerator.

                                \n@param accelerator Information about the updated accelerator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accelerator(Accelerator)}\n", "documentation" : "

                                Information about the updated accelerator.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Accelerator property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccelerator", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accelerator", "fluentSetterDocumentation" : "

                                Information about the updated accelerator.

                                \n@param accelerator Information about the updated accelerator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accelerator", "getterDocumentation" : "

                                Information about the updated accelerator.

                                \n@return Information about the updated accelerator.", "getterModel" : { "returnType" : "Accelerator", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Accelerator", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Accelerator", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Accelerator", "sensitive" : false, "setterDocumentation" : "

                                Information about the updated accelerator.

                                \n@param accelerator Information about the updated accelerator.", "setterMethodName" : "setAccelerator", "setterModel" : { "variableDeclarationType" : "Accelerator", "variableName" : "accelerator", "variableType" : "Accelerator", "documentation" : null, "simpleType" : "Accelerator", "variableSetterType" : "Accelerator" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Accelerator", "variableName" : "accelerator", "variableType" : "Accelerator", "documentation" : "

                                Information about the updated accelerator.

                                ", "simpleType" : "Accelerator", "variableSetterType" : "Accelerator" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateAcceleratorResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateAcceleratorResponse", "variableName" : "updateAcceleratorResponse", "variableType" : "UpdateAcceleratorResponse", "documentation" : null, "simpleType" : "UpdateAcceleratorResponse", "variableSetterType" : "UpdateAcceleratorResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateEndpointGroupRequest" : { "c2jName" : "UpdateEndpointGroupRequest", "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" : "UpdateEndpointGroup", "locationName" : null, "requestUri" : "/", "target" : "GlobalAccelerator_V20180706.UpdateEndpointGroup", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointGroupArn", "beanStyleSetterMethodName" : "setEndpointGroupArn", "c2jName" : "EndpointGroupArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the endpoint 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 #endpointGroupArn(String)}.\n@param endpointGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the endpoint group.

                                \n@return The Amazon Resource Name (ARN) of the endpoint group.\n@deprecated Use {@link #endpointGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the endpoint group.

                                \n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointGroupArn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the endpoint group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndpointGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndpointGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endpointGroupArn", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the endpoint group.

                                \n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointGroupArn", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the endpoint group.

                                \n@return The Amazon Resource Name (ARN) of the endpoint 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" : "EndpointGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointGroupArn", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the endpoint group.

                                \n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group.", "setterMethodName" : "setEndpointGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupArn", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the endpoint group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEndpointConfigurations", "beanStyleSetterMethodName" : "setEndpointConfigurations", "c2jName" : "EndpointConfigurations", "c2jShape" : "EndpointConfigurations", "defaultConsumerFluentSetterDocumentation" : "

                                The list of endpoint objects.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #endpointConfigurations(List)}.\n@param endpointConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointConfigurations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The list of endpoint objects.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasEndpointConfigurations()} to see if a value was sent in this field.\n

                                \n@return The list of endpoint objects.\n@deprecated Use {@link #endpointConfigurations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of endpoint objects.

                                \n@param endpointConfigurations The list of endpoint objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointConfigurations(List)}\n", "documentation" : "

                                The list of endpoint objects.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndpointConfigurations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndpointConfigurations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endpointConfigurations", "fluentSetterDocumentation" : "

                                The list of endpoint objects.

                                \n@param endpointConfigurations The list of endpoint objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointConfigurations", "getterDocumentation" : "

                                The list of endpoint objects.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasEndpointConfigurations()} to see if a value was sent in this field.\n

                                \n@return The list of endpoint objects.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointConfigurations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EndpointConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EndpointConfiguration.Builder} avoiding the need to create one manually via {@link EndpointConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link EndpointConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(EndpointConfiguration)}.\n@param member a consumer that will call methods on {@link EndpointConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EndpointConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(EndpointConfiguration)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "EndpointConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : 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" : "EndpointConfiguration", "variableName" : "member", "variableType" : "EndpointConfiguration", "documentation" : null, "simpleType" : "EndpointConfiguration", "variableSetterType" : "EndpointConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EndpointConfiguration", "variableName" : "member", "variableType" : "EndpointConfiguration", "documentation" : "", "simpleType" : "EndpointConfiguration", "variableSetterType" : "EndpointConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EndpointConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EndpointConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EndpointConfigurations", "sensitive" : false, "setterDocumentation" : "

                                The list of endpoint objects.

                                \n@param endpointConfigurations The list of endpoint objects.", "setterMethodName" : "setEndpointConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpointConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpointConfigurations", "variableType" : "java.util.List", "documentation" : "

                                The list of endpoint objects.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTrafficDialPercentage", "beanStyleSetterMethodName" : "setTrafficDialPercentage", "c2jName" : "TrafficDialPercentage", "c2jShape" : "TrafficDialPercentage", "defaultConsumerFluentSetterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #trafficDialPercentage(Float)}.\n@param trafficDialPercentage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trafficDialPercentage(Float)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@return The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.\n@deprecated Use {@link #trafficDialPercentage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #trafficDialPercentage(Float)}\n", "documentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TrafficDialPercentage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTrafficDialPercentage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "trafficDialPercentage", "fluentSetterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trafficDialPercentage", "getterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@return The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrafficDialPercentage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficDialPercentage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "FLOAT", "name" : "TrafficDialPercentage", "sensitive" : false, "setterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.", "setterMethodName" : "setTrafficDialPercentage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "trafficDialPercentage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Float", "variableName" : "trafficDialPercentage", "variableType" : "Float", "documentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                ", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPort", "beanStyleSetterMethodName" : "setHealthCheckPort", "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "defaultConsumerFluentSetterDocumentation" : "

                                The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.

                                \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 #healthCheckPort(Integer)}.\n@param healthCheckPort 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 #healthCheckPort(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.

                                \n@return The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.\n@deprecated Use {@link #healthCheckPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.

                                \n@param healthCheckPort The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPort(Integer)}\n", "documentation" : "

                                The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.

                                ", "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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.

                                \n@param healthCheckPort The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPort", "getterDocumentation" : "

                                The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.

                                \n@return The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.", "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" : "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" : "INTEGER", "name" : "HealthCheckPort", "sensitive" : false, "setterDocumentation" : "

                                The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.

                                \n@param healthCheckPort The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.", "setterMethodName" : "setHealthCheckPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckPort", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckPort", "variableType" : "Integer", "documentation" : "

                                The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckProtocolAsString", "beanStyleSetterMethodName" : "setHealthCheckProtocol", "c2jName" : "HealthCheckProtocol", "c2jShape" : "HealthCheckProtocol", "defaultConsumerFluentSetterDocumentation" : "

                                The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link HealthCheckProtocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n

                                \n@return The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@deprecated Use {@link #healthCheckProtocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

                                \n@param healthCheckProtocol The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckProtocol\n@deprecated Use {@link #healthCheckProtocol(String)}\n", "documentation" : "

                                The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

                                ", "endpointDiscoveryId" : false, "enumType" : "HealthCheckProtocol", "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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

                                \n@param healthCheckProtocol The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckProtocol", "fluentSetterMethodName" : "healthCheckProtocol", "getterDocumentation" : "

                                The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link HealthCheckProtocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n

                                \n@return The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol", "getterModel" : { "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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

                                \n@param healthCheckProtocol The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol", "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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPath", "beanStyleSetterMethodName" : "setHealthCheckPath", "c2jName" : "HealthCheckPath", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

                                \n@return If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).\n@deprecated Use {@link #healthCheckPath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

                                \n@param healthCheckPath If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPath(String)}\n", "documentation" : "

                                If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

                                ", "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" : "

                                If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

                                \n@param healthCheckPath If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPath", "getterDocumentation" : "

                                If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

                                \n@return If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).", "getterModel" : { "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" : "

                                If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

                                \n@param healthCheckPath If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).", "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" : "

                                If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckIntervalSeconds", "beanStyleSetterMethodName" : "setHealthCheckIntervalSeconds", "c2jName" : "HealthCheckIntervalSeconds", "c2jShape" : "HealthCheckIntervalSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

                                \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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

                                \n@return The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.\n@deprecated Use {@link #healthCheckIntervalSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

                                \n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.\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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

                                ", "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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

                                \n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckIntervalSeconds", "getterDocumentation" : "

                                The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

                                \n@return The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.", "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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

                                \n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.", "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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThresholdCount", "beanStyleSetterMethodName" : "setThresholdCount", "c2jName" : "ThresholdCount", "c2jShape" : "ThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \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 #thresholdCount(Integer)}.\n@param thresholdCount 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 #thresholdCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@return The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@deprecated Use {@link #thresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #thresholdCount(Integer)}\n", "documentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ThresholdCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasThresholdCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thresholdCount", "fluentSetterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thresholdCount", "getterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@return The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.", "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" : "ThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ThresholdCount", "sensitive" : false, "setterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.", "setterMethodName" : "setThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "thresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "thresholdCount", "variableType" : "Integer", "documentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndpointConfigurations" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEndpointConfigurations", "beanStyleSetterMethodName" : "setEndpointConfigurations", "c2jName" : "EndpointConfigurations", "c2jShape" : "EndpointConfigurations", "defaultConsumerFluentSetterDocumentation" : "

                                The list of endpoint objects.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #endpointConfigurations(List)}.\n@param endpointConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointConfigurations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The list of endpoint objects.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasEndpointConfigurations()} to see if a value was sent in this field.\n

                                \n@return The list of endpoint objects.\n@deprecated Use {@link #endpointConfigurations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of endpoint objects.

                                \n@param endpointConfigurations The list of endpoint objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointConfigurations(List)}\n", "documentation" : "

                                The list of endpoint objects.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndpointConfigurations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndpointConfigurations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endpointConfigurations", "fluentSetterDocumentation" : "

                                The list of endpoint objects.

                                \n@param endpointConfigurations The list of endpoint objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointConfigurations", "getterDocumentation" : "

                                The list of endpoint objects.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasEndpointConfigurations()} to see if a value was sent in this field.\n

                                \n@return The list of endpoint objects.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointConfigurations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EndpointConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EndpointConfiguration.Builder} avoiding the need to create one manually via {@link EndpointConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link EndpointConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(EndpointConfiguration)}.\n@param member a consumer that will call methods on {@link EndpointConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EndpointConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(EndpointConfiguration)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "EndpointConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : 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" : "EndpointConfiguration", "variableName" : "member", "variableType" : "EndpointConfiguration", "documentation" : null, "simpleType" : "EndpointConfiguration", "variableSetterType" : "EndpointConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EndpointConfiguration", "variableName" : "member", "variableType" : "EndpointConfiguration", "documentation" : "", "simpleType" : "EndpointConfiguration", "variableSetterType" : "EndpointConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EndpointConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EndpointConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EndpointConfigurations", "sensitive" : false, "setterDocumentation" : "

                                The list of endpoint objects.

                                \n@param endpointConfigurations The list of endpoint objects.", "setterMethodName" : "setEndpointConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpointConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpointConfigurations", "variableType" : "java.util.List", "documentation" : "

                                The list of endpoint objects.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EndpointGroupArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointGroupArn", "beanStyleSetterMethodName" : "setEndpointGroupArn", "c2jName" : "EndpointGroupArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the endpoint 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 #endpointGroupArn(String)}.\n@param endpointGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the endpoint group.

                                \n@return The Amazon Resource Name (ARN) of the endpoint group.\n@deprecated Use {@link #endpointGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the endpoint group.

                                \n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointGroupArn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the endpoint group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndpointGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndpointGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endpointGroupArn", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the endpoint group.

                                \n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointGroupArn", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the endpoint group.

                                \n@return The Amazon Resource Name (ARN) of the endpoint 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" : "EndpointGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointGroupArn", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the endpoint group.

                                \n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group.", "setterMethodName" : "setEndpointGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupArn", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the endpoint group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckIntervalSeconds" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckIntervalSeconds", "beanStyleSetterMethodName" : "setHealthCheckIntervalSeconds", "c2jName" : "HealthCheckIntervalSeconds", "c2jShape" : "HealthCheckIntervalSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

                                \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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

                                \n@return The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.\n@deprecated Use {@link #healthCheckIntervalSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

                                \n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.\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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

                                ", "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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

                                \n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckIntervalSeconds", "getterDocumentation" : "

                                The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

                                \n@return The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.", "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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

                                \n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.", "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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckPath" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPath", "beanStyleSetterMethodName" : "setHealthCheckPath", "c2jName" : "HealthCheckPath", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

                                \n@return If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).\n@deprecated Use {@link #healthCheckPath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

                                \n@param healthCheckPath If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPath(String)}\n", "documentation" : "

                                If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

                                ", "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" : "

                                If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

                                \n@param healthCheckPath If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPath", "getterDocumentation" : "

                                If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

                                \n@return If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).", "getterModel" : { "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" : "

                                If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

                                \n@param healthCheckPath If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).", "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" : "

                                If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckPort" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPort", "beanStyleSetterMethodName" : "setHealthCheckPort", "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "defaultConsumerFluentSetterDocumentation" : "

                                The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.

                                \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 #healthCheckPort(Integer)}.\n@param healthCheckPort 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 #healthCheckPort(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.

                                \n@return The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.\n@deprecated Use {@link #healthCheckPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.

                                \n@param healthCheckPort The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPort(Integer)}\n", "documentation" : "

                                The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.

                                ", "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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.

                                \n@param healthCheckPort The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPort", "getterDocumentation" : "

                                The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.

                                \n@return The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.", "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" : "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" : "INTEGER", "name" : "HealthCheckPort", "sensitive" : false, "setterDocumentation" : "

                                The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.

                                \n@param healthCheckPort The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.", "setterMethodName" : "setHealthCheckPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckPort", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckPort", "variableType" : "Integer", "documentation" : "

                                The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "HealthCheckProtocol" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckProtocolAsString", "beanStyleSetterMethodName" : "setHealthCheckProtocol", "c2jName" : "HealthCheckProtocol", "c2jShape" : "HealthCheckProtocol", "defaultConsumerFluentSetterDocumentation" : "

                                The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link HealthCheckProtocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n

                                \n@return The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@deprecated Use {@link #healthCheckProtocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

                                \n@param healthCheckProtocol The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckProtocol\n@deprecated Use {@link #healthCheckProtocol(String)}\n", "documentation" : "

                                The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

                                ", "endpointDiscoveryId" : false, "enumType" : "HealthCheckProtocol", "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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

                                \n@param healthCheckProtocol The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckProtocol", "fluentSetterMethodName" : "healthCheckProtocol", "getterDocumentation" : "

                                The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link HealthCheckProtocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n

                                \n@return The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol", "getterModel" : { "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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

                                \n@param healthCheckProtocol The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol", "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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ThresholdCount" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThresholdCount", "beanStyleSetterMethodName" : "setThresholdCount", "c2jName" : "ThresholdCount", "c2jShape" : "ThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \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 #thresholdCount(Integer)}.\n@param thresholdCount 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 #thresholdCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@return The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@deprecated Use {@link #thresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #thresholdCount(Integer)}\n", "documentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ThresholdCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasThresholdCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thresholdCount", "fluentSetterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thresholdCount", "getterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@return The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.", "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" : "ThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ThresholdCount", "sensitive" : false, "setterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.", "setterMethodName" : "setThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "thresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "thresholdCount", "variableType" : "Integer", "documentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TrafficDialPercentage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTrafficDialPercentage", "beanStyleSetterMethodName" : "setTrafficDialPercentage", "c2jName" : "TrafficDialPercentage", "c2jShape" : "TrafficDialPercentage", "defaultConsumerFluentSetterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #trafficDialPercentage(Float)}.\n@param trafficDialPercentage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trafficDialPercentage(Float)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@return The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.\n@deprecated Use {@link #trafficDialPercentage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #trafficDialPercentage(Float)}\n", "documentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TrafficDialPercentage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTrafficDialPercentage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "trafficDialPercentage", "fluentSetterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trafficDialPercentage", "getterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@return The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrafficDialPercentage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficDialPercentage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "FLOAT", "name" : "TrafficDialPercentage", "sensitive" : false, "setterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.", "setterMethodName" : "setTrafficDialPercentage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "trafficDialPercentage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Float", "variableName" : "trafficDialPercentage", "variableType" : "Float", "documentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                ", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointGroupArn", "beanStyleSetterMethodName" : "setEndpointGroupArn", "c2jName" : "EndpointGroupArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the endpoint 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 #endpointGroupArn(String)}.\n@param endpointGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroupArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the endpoint group.

                                \n@return The Amazon Resource Name (ARN) of the endpoint group.\n@deprecated Use {@link #endpointGroupArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the endpoint group.

                                \n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointGroupArn(String)}\n", "documentation" : "

                                The Amazon Resource Name (ARN) of the endpoint group.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndpointGroupArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndpointGroupArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endpointGroupArn", "fluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the endpoint group.

                                \n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointGroupArn", "getterDocumentation" : "

                                The Amazon Resource Name (ARN) of the endpoint group.

                                \n@return The Amazon Resource Name (ARN) of the endpoint 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" : "EndpointGroupArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointGroupArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointGroupArn", "sensitive" : false, "setterDocumentation" : "

                                The Amazon Resource Name (ARN) of the endpoint group.

                                \n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group.", "setterMethodName" : "setEndpointGroupArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointGroupArn", "variableType" : "String", "documentation" : "

                                The Amazon Resource Name (ARN) of the endpoint group.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEndpointConfigurations", "beanStyleSetterMethodName" : "setEndpointConfigurations", "c2jName" : "EndpointConfigurations", "c2jShape" : "EndpointConfigurations", "defaultConsumerFluentSetterDocumentation" : "

                                The list of endpoint objects.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #endpointConfigurations(List)}.\n@param endpointConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointConfigurations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The list of endpoint objects.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasEndpointConfigurations()} to see if a value was sent in this field.\n

                                \n@return The list of endpoint objects.\n@deprecated Use {@link #endpointConfigurations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The list of endpoint objects.

                                \n@param endpointConfigurations The list of endpoint objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointConfigurations(List)}\n", "documentation" : "

                                The list of endpoint objects.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndpointConfigurations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndpointConfigurations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endpointConfigurations", "fluentSetterDocumentation" : "

                                The list of endpoint objects.

                                \n@param endpointConfigurations The list of endpoint objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointConfigurations", "getterDocumentation" : "

                                The list of endpoint objects.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasEndpointConfigurations()} to see if a value was sent in this field.\n

                                \n@return The list of endpoint objects.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointConfigurations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointConfigurations", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "EndpointConfiguration", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EndpointConfiguration.Builder} avoiding the need to create one manually via {@link EndpointConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link EndpointConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(EndpointConfiguration)}.\n@param member a consumer that will call methods on {@link EndpointConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EndpointConfiguration)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(EndpointConfiguration)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "EndpointConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : 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" : "EndpointConfiguration", "variableName" : "member", "variableType" : "EndpointConfiguration", "documentation" : null, "simpleType" : "EndpointConfiguration", "variableSetterType" : "EndpointConfiguration" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EndpointConfiguration", "variableName" : "member", "variableType" : "EndpointConfiguration", "documentation" : "", "simpleType" : "EndpointConfiguration", "variableSetterType" : "EndpointConfiguration" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "EndpointConfiguration", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "EndpointConfiguration", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "EndpointConfigurations", "sensitive" : false, "setterDocumentation" : "

                                The list of endpoint objects.

                                \n@param endpointConfigurations The list of endpoint objects.", "setterMethodName" : "setEndpointConfigurations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpointConfigurations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "endpointConfigurations", "variableType" : "java.util.List", "documentation" : "

                                The list of endpoint objects.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTrafficDialPercentage", "beanStyleSetterMethodName" : "setTrafficDialPercentage", "c2jName" : "TrafficDialPercentage", "c2jShape" : "TrafficDialPercentage", "defaultConsumerFluentSetterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #trafficDialPercentage(Float)}.\n@param trafficDialPercentage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trafficDialPercentage(Float)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@return The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.\n@deprecated Use {@link #trafficDialPercentage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #trafficDialPercentage(Float)}\n", "documentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TrafficDialPercentage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTrafficDialPercentage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "trafficDialPercentage", "fluentSetterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "trafficDialPercentage", "getterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@return The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.", "getterModel" : { "returnType" : "Float", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TrafficDialPercentage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TrafficDialPercentage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "FLOAT", "name" : "TrafficDialPercentage", "sensitive" : false, "setterDocumentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                \n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.", "setterMethodName" : "setTrafficDialPercentage", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "trafficDialPercentage", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Float", "variableName" : "trafficDialPercentage", "variableType" : "Float", "documentation" : "

                                The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.

                                Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.

                                The default value is 100.

                                ", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPort", "beanStyleSetterMethodName" : "setHealthCheckPort", "c2jName" : "HealthCheckPort", "c2jShape" : "HealthCheckPort", "defaultConsumerFluentSetterDocumentation" : "

                                The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.

                                \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 #healthCheckPort(Integer)}.\n@param healthCheckPort 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 #healthCheckPort(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.

                                \n@return The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.\n@deprecated Use {@link #healthCheckPort()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.

                                \n@param healthCheckPort The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPort(Integer)}\n", "documentation" : "

                                The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.

                                ", "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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.

                                \n@param healthCheckPort The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPort", "getterDocumentation" : "

                                The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.

                                \n@return The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.", "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" : "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" : "INTEGER", "name" : "HealthCheckPort", "sensitive" : false, "setterDocumentation" : "

                                The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.

                                \n@param healthCheckPort The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.", "setterMethodName" : "setHealthCheckPort", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckPort", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "healthCheckPort", "variableType" : "Integer", "documentation" : "

                                The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckProtocolAsString", "beanStyleSetterMethodName" : "setHealthCheckProtocol", "c2jName" : "HealthCheckProtocol", "c2jShape" : "HealthCheckProtocol", "defaultConsumerFluentSetterDocumentation" : "

                                The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link HealthCheckProtocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n

                                \n@return The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@deprecated Use {@link #healthCheckProtocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

                                \n@param healthCheckProtocol The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckProtocol\n@deprecated Use {@link #healthCheckProtocol(String)}\n", "documentation" : "

                                The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

                                ", "endpointDiscoveryId" : false, "enumType" : "HealthCheckProtocol", "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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

                                \n@param healthCheckProtocol The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckProtocol", "fluentSetterMethodName" : "healthCheckProtocol", "getterDocumentation" : "

                                The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link HealthCheckProtocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n

                                \n@return The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol", "getterModel" : { "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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

                                \n@param healthCheckProtocol The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol", "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 that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckPath", "beanStyleSetterMethodName" : "setHealthCheckPath", "c2jName" : "HealthCheckPath", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

                                \n@return If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).\n@deprecated Use {@link #healthCheckPath()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

                                \n@param healthCheckPath If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #healthCheckPath(String)}\n", "documentation" : "

                                If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

                                ", "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" : "

                                If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

                                \n@param healthCheckPath If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckPath", "getterDocumentation" : "

                                If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

                                \n@return If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).", "getterModel" : { "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" : "

                                If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

                                \n@param healthCheckPath If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).", "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" : "

                                If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getHealthCheckIntervalSeconds", "beanStyleSetterMethodName" : "setHealthCheckIntervalSeconds", "c2jName" : "HealthCheckIntervalSeconds", "c2jShape" : "HealthCheckIntervalSeconds", "defaultConsumerFluentSetterDocumentation" : "

                                The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

                                \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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

                                \n@return The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.\n@deprecated Use {@link #healthCheckIntervalSeconds()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

                                \n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.\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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

                                ", "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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

                                \n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "healthCheckIntervalSeconds", "getterDocumentation" : "

                                The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

                                \n@return The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.", "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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

                                \n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.", "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 time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThresholdCount", "beanStyleSetterMethodName" : "setThresholdCount", "c2jName" : "ThresholdCount", "c2jShape" : "ThresholdCount", "defaultConsumerFluentSetterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \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 #thresholdCount(Integer)}.\n@param thresholdCount 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 #thresholdCount(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@return The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@deprecated Use {@link #thresholdCount()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #thresholdCount(Integer)}\n", "documentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ThresholdCount property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasThresholdCount", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thresholdCount", "fluentSetterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thresholdCount", "getterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@return The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.", "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" : "ThresholdCount", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ThresholdCount", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "ThresholdCount", "sensitive" : false, "setterDocumentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                \n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.", "setterMethodName" : "setThresholdCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "thresholdCount", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "thresholdCount", "variableType" : "Integer", "documentation" : "

                                The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "EndpointGroupArn" ], "shapeName" : "UpdateEndpointGroupRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateEndpointGroupRequest", "variableName" : "updateEndpointGroupRequest", "variableType" : "UpdateEndpointGroupRequest", "documentation" : null, "simpleType" : "UpdateEndpointGroupRequest", "variableSetterType" : "UpdateEndpointGroupRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateEndpointGroupResponse" : { "c2jName" : "UpdateEndpointGroupResponse", "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" : "getEndpointGroup", "beanStyleSetterMethodName" : "setEndpointGroup", "c2jName" : "EndpointGroup", "c2jShape" : "EndpointGroup", "defaultConsumerFluentSetterDocumentation" : "

                                The information about the endpoint group that was updated.

                                \nThis is a convenience that creates an instance of the {@link EndpointGroup.Builder} avoiding the need to create one manually via {@link EndpointGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link EndpointGroup.Builder#build()} is called immediately and its result is passed to {@link #endpointGroup(EndpointGroup)}.\n@param endpointGroup a consumer that will call methods on {@link EndpointGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroup(EndpointGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The information about the endpoint group that was updated.

                                \n@return The information about the endpoint group that was updated.\n@deprecated Use {@link #endpointGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The information about the endpoint group that was updated.

                                \n@param endpointGroup The information about the endpoint group that was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointGroup(EndpointGroup)}\n", "documentation" : "

                                The information about the endpoint group that was updated.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndpointGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndpointGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endpointGroup", "fluentSetterDocumentation" : "

                                The information about the endpoint group that was updated.

                                \n@param endpointGroup The information about the endpoint group that was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointGroup", "getterDocumentation" : "

                                The information about the endpoint group that was updated.

                                \n@return The information about the endpoint group that was updated.", "getterModel" : { "returnType" : "EndpointGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EndpointGroup", "sensitive" : false, "setterDocumentation" : "

                                The information about the endpoint group that was updated.

                                \n@param endpointGroup The information about the endpoint group that was updated.", "setterMethodName" : "setEndpointGroup", "setterModel" : { "variableDeclarationType" : "EndpointGroup", "variableName" : "endpointGroup", "variableType" : "EndpointGroup", "documentation" : null, "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EndpointGroup", "variableName" : "endpointGroup", "variableType" : "EndpointGroup", "documentation" : "

                                The information about the endpoint group that was updated.

                                ", "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EndpointGroup" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointGroup", "beanStyleSetterMethodName" : "setEndpointGroup", "c2jName" : "EndpointGroup", "c2jShape" : "EndpointGroup", "defaultConsumerFluentSetterDocumentation" : "

                                The information about the endpoint group that was updated.

                                \nThis is a convenience that creates an instance of the {@link EndpointGroup.Builder} avoiding the need to create one manually via {@link EndpointGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link EndpointGroup.Builder#build()} is called immediately and its result is passed to {@link #endpointGroup(EndpointGroup)}.\n@param endpointGroup a consumer that will call methods on {@link EndpointGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroup(EndpointGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The information about the endpoint group that was updated.

                                \n@return The information about the endpoint group that was updated.\n@deprecated Use {@link #endpointGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The information about the endpoint group that was updated.

                                \n@param endpointGroup The information about the endpoint group that was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointGroup(EndpointGroup)}\n", "documentation" : "

                                The information about the endpoint group that was updated.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndpointGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndpointGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endpointGroup", "fluentSetterDocumentation" : "

                                The information about the endpoint group that was updated.

                                \n@param endpointGroup The information about the endpoint group that was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointGroup", "getterDocumentation" : "

                                The information about the endpoint group that was updated.

                                \n@return The information about the endpoint group that was updated.", "getterModel" : { "returnType" : "EndpointGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EndpointGroup", "sensitive" : false, "setterDocumentation" : "

                                The information about the endpoint group that was updated.

                                \n@param endpointGroup The information about the endpoint group that was updated.", "setterMethodName" : "setEndpointGroup", "setterModel" : { "variableDeclarationType" : "EndpointGroup", "variableName" : "endpointGroup", "variableType" : "EndpointGroup", "documentation" : null, "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EndpointGroup", "variableName" : "endpointGroup", "variableType" : "EndpointGroup", "documentation" : "

                                The information about the endpoint group that was updated.

                                ", "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndpointGroup", "beanStyleSetterMethodName" : "setEndpointGroup", "c2jName" : "EndpointGroup", "c2jShape" : "EndpointGroup", "defaultConsumerFluentSetterDocumentation" : "

                                The information about the endpoint group that was updated.

                                \nThis is a convenience that creates an instance of the {@link EndpointGroup.Builder} avoiding the need to create one manually via {@link EndpointGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link EndpointGroup.Builder#build()} is called immediately and its result is passed to {@link #endpointGroup(EndpointGroup)}.\n@param endpointGroup a consumer that will call methods on {@link EndpointGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroup(EndpointGroup)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The information about the endpoint group that was updated.

                                \n@return The information about the endpoint group that was updated.\n@deprecated Use {@link #endpointGroup()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The information about the endpoint group that was updated.

                                \n@param endpointGroup The information about the endpoint group that was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endpointGroup(EndpointGroup)}\n", "documentation" : "

                                The information about the endpoint group that was updated.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndpointGroup property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndpointGroup", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endpointGroup", "fluentSetterDocumentation" : "

                                The information about the endpoint group that was updated.

                                \n@param endpointGroup The information about the endpoint group that was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointGroup", "getterDocumentation" : "

                                The information about the endpoint group that was updated.

                                \n@return The information about the endpoint group that was updated.", "getterModel" : { "returnType" : "EndpointGroup", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "EndpointGroup", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointGroup", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "EndpointGroup", "sensitive" : false, "setterDocumentation" : "

                                The information about the endpoint group that was updated.

                                \n@param endpointGroup The information about the endpoint group that was updated.", "setterMethodName" : "setEndpointGroup", "setterModel" : { "variableDeclarationType" : "EndpointGroup", "variableName" : "endpointGroup", "variableType" : "EndpointGroup", "documentation" : null, "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "EndpointGroup", "variableName" : "endpointGroup", "variableType" : "EndpointGroup", "documentation" : "

                                The information about the endpoint group that was updated.

                                ", "simpleType" : "EndpointGroup", "variableSetterType" : "EndpointGroup" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateEndpointGroupResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateEndpointGroupResponse", "variableName" : "updateEndpointGroupResponse", "variableType" : "UpdateEndpointGroupResponse", "documentation" : null, "simpleType" : "UpdateEndpointGroupResponse", "variableSetterType" : "UpdateEndpointGroupResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateListenerRequest" : { "c2jName" : "UpdateListenerRequest", "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" : "UpdateListener", "locationName" : null, "requestUri" : "/", "target" : "GlobalAccelerator_V20180706.UpdateListener", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the listener to update.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 to update.

                                \n@return The Amazon Resource Name (ARN) of the listener to update.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the listener to update.

                                \n@param listenerArn The Amazon Resource Name (ARN) of the listener to update.\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 to update.

                                ", "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 to update.

                                \n@param listenerArn The Amazon Resource Name (ARN) of the listener to update.\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 to update.

                                \n@return The Amazon Resource Name (ARN) of the listener to update.", "getterModel" : { "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 to update.

                                \n@param listenerArn The Amazon Resource Name (ARN) of the listener to update.", "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 to update.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPortRanges", "beanStyleSetterMethodName" : "setPortRanges", "c2jName" : "PortRanges", "c2jShape" : "PortRanges", "defaultConsumerFluentSetterDocumentation" : "

                                The updated list of port ranges for the connections from clients to the accelerator.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #portRanges(List)}.\n@param portRanges a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #portRanges(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The updated list of port ranges for the connections from clients to the accelerator.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasPortRanges()} to see if a value was sent in this field.\n

                                \n@return The updated list of port ranges for the connections from clients to the accelerator.\n@deprecated Use {@link #portRanges()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The updated list of port ranges for the connections from clients to the accelerator.

                                \n@param portRanges The updated list of port ranges for the connections from clients to the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #portRanges(List)}\n", "documentation" : "

                                The updated list of port ranges for the connections from clients to the accelerator.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PortRanges property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPortRanges", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "portRanges", "fluentSetterDocumentation" : "

                                The updated list of port ranges for the connections from clients to the accelerator.

                                \n@param portRanges The updated list of port ranges for the connections from clients to the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "portRanges", "getterDocumentation" : "

                                The updated list of port ranges for the connections from clients to the accelerator.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasPortRanges()} to see if a value was sent in this field.\n

                                \n@return The updated list of port ranges for the connections from clients to the accelerator.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PortRanges", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PortRanges", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PortRange", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PortRange.Builder} avoiding the need to create one manually via {@link PortRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link PortRange.Builder#build()} is called immediately and its result is passed to {@link #member(PortRange)}.\n@param member a consumer that will call methods on {@link PortRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PortRange)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(PortRange)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PortRange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : 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" : "PortRange", "variableName" : "member", "variableType" : "PortRange", "documentation" : null, "simpleType" : "PortRange", "variableSetterType" : "PortRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PortRange", "variableName" : "member", "variableType" : "PortRange", "documentation" : "", "simpleType" : "PortRange", "variableSetterType" : "PortRange" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PortRange", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PortRange", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PortRanges", "sensitive" : false, "setterDocumentation" : "

                                The updated list of port ranges for the connections from clients to the accelerator.

                                \n@param portRanges The updated list of port ranges for the connections from clients to the accelerator.", "setterMethodName" : "setPortRanges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "portRanges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "portRanges", "variableType" : "java.util.List", "documentation" : "

                                The updated list of port ranges for the connections from clients to the accelerator.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocolAsString", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "Protocol", "defaultConsumerFluentSetterDocumentation" : "

                                The updated protocol for the connections from clients to the accelerator.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 updated protocol for the connections from clients to the accelerator.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link Protocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                \n@return The updated protocol for the connections from clients to the accelerator.\n@see Protocol\n@deprecated Use {@link #protocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The updated protocol for the connections from clients to the accelerator.

                                \n@param protocol The updated protocol for the connections from clients to the accelerator.\n@see Protocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see Protocol\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

                                The updated protocol for the connections from clients to the accelerator.

                                ", "endpointDiscoveryId" : false, "enumType" : "Protocol", "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 updated protocol for the connections from clients to the accelerator.

                                \n@param protocol The updated protocol for the connections from clients to the accelerator.\n@see Protocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see Protocol", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

                                The updated protocol for the connections from clients to the accelerator.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link Protocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                \n@return The updated protocol for the connections from clients to the accelerator.\n@see Protocol", "getterModel" : { "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 updated protocol for the connections from clients to the accelerator.

                                \n@param protocol The updated protocol for the connections from clients to the accelerator.\n@see Protocol", "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 updated protocol for the connections from clients to the accelerator.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientAffinityAsString", "beanStyleSetterMethodName" : "setClientAffinity", "c2jName" : "ClientAffinity", "c2jShape" : "ClientAffinity", "defaultConsumerFluentSetterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #clientAffinityAsString(String)}.\n@param clientAffinity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clientAffinity(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #clientAffinity} will return {@link ClientAffinity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #clientAffinityAsString}.\n

                                \n@return Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity\n@deprecated Use {@link #clientAffinityAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ClientAffinity\n@deprecated Use {@link #clientAffinity(String)}\n", "documentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                ", "endpointDiscoveryId" : false, "enumType" : "ClientAffinity", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClientAffinity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClientAffinity", "fluentEnumGetterMethodName" : "clientAffinity", "fluentEnumSetterMethodName" : "clientAffinity", "fluentGetterMethodName" : "clientAffinityAsString", "fluentSetterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ClientAffinity", "fluentSetterMethodName" : "clientAffinity", "getterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #clientAffinity} will return {@link ClientAffinity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #clientAffinityAsString}.\n

                                \n@return Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClientAffinity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClientAffinity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientAffinity", "sensitive" : false, "setterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity", "setterMethodName" : "setClientAffinity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientAffinity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientAffinity", "variableType" : "String", "documentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ClientAffinity" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientAffinityAsString", "beanStyleSetterMethodName" : "setClientAffinity", "c2jName" : "ClientAffinity", "c2jShape" : "ClientAffinity", "defaultConsumerFluentSetterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #clientAffinityAsString(String)}.\n@param clientAffinity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clientAffinity(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #clientAffinity} will return {@link ClientAffinity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #clientAffinityAsString}.\n

                                \n@return Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity\n@deprecated Use {@link #clientAffinityAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ClientAffinity\n@deprecated Use {@link #clientAffinity(String)}\n", "documentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                ", "endpointDiscoveryId" : false, "enumType" : "ClientAffinity", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClientAffinity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClientAffinity", "fluentEnumGetterMethodName" : "clientAffinity", "fluentEnumSetterMethodName" : "clientAffinity", "fluentGetterMethodName" : "clientAffinityAsString", "fluentSetterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ClientAffinity", "fluentSetterMethodName" : "clientAffinity", "getterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #clientAffinity} will return {@link ClientAffinity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #clientAffinityAsString}.\n

                                \n@return Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClientAffinity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClientAffinity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientAffinity", "sensitive" : false, "setterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity", "setterMethodName" : "setClientAffinity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientAffinity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientAffinity", "variableType" : "String", "documentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ListenerArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the listener to update.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 to update.

                                \n@return The Amazon Resource Name (ARN) of the listener to update.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the listener to update.

                                \n@param listenerArn The Amazon Resource Name (ARN) of the listener to update.\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 to update.

                                ", "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 to update.

                                \n@param listenerArn The Amazon Resource Name (ARN) of the listener to update.\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 to update.

                                \n@return The Amazon Resource Name (ARN) of the listener to update.", "getterModel" : { "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 to update.

                                \n@param listenerArn The Amazon Resource Name (ARN) of the listener to update.", "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 to update.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PortRanges" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPortRanges", "beanStyleSetterMethodName" : "setPortRanges", "c2jName" : "PortRanges", "c2jShape" : "PortRanges", "defaultConsumerFluentSetterDocumentation" : "

                                The updated list of port ranges for the connections from clients to the accelerator.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #portRanges(List)}.\n@param portRanges a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #portRanges(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The updated list of port ranges for the connections from clients to the accelerator.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasPortRanges()} to see if a value was sent in this field.\n

                                \n@return The updated list of port ranges for the connections from clients to the accelerator.\n@deprecated Use {@link #portRanges()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The updated list of port ranges for the connections from clients to the accelerator.

                                \n@param portRanges The updated list of port ranges for the connections from clients to the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #portRanges(List)}\n", "documentation" : "

                                The updated list of port ranges for the connections from clients to the accelerator.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PortRanges property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPortRanges", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "portRanges", "fluentSetterDocumentation" : "

                                The updated list of port ranges for the connections from clients to the accelerator.

                                \n@param portRanges The updated list of port ranges for the connections from clients to the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "portRanges", "getterDocumentation" : "

                                The updated list of port ranges for the connections from clients to the accelerator.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasPortRanges()} to see if a value was sent in this field.\n

                                \n@return The updated list of port ranges for the connections from clients to the accelerator.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PortRanges", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PortRanges", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PortRange", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PortRange.Builder} avoiding the need to create one manually via {@link PortRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link PortRange.Builder#build()} is called immediately and its result is passed to {@link #member(PortRange)}.\n@param member a consumer that will call methods on {@link PortRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PortRange)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(PortRange)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PortRange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : 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" : "PortRange", "variableName" : "member", "variableType" : "PortRange", "documentation" : null, "simpleType" : "PortRange", "variableSetterType" : "PortRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PortRange", "variableName" : "member", "variableType" : "PortRange", "documentation" : "", "simpleType" : "PortRange", "variableSetterType" : "PortRange" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PortRange", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PortRange", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PortRanges", "sensitive" : false, "setterDocumentation" : "

                                The updated list of port ranges for the connections from clients to the accelerator.

                                \n@param portRanges The updated list of port ranges for the connections from clients to the accelerator.", "setterMethodName" : "setPortRanges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "portRanges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "portRanges", "variableType" : "java.util.List", "documentation" : "

                                The updated list of port ranges for the connections from clients to the accelerator.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Protocol" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocolAsString", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "Protocol", "defaultConsumerFluentSetterDocumentation" : "

                                The updated protocol for the connections from clients to the accelerator.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 updated protocol for the connections from clients to the accelerator.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link Protocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                \n@return The updated protocol for the connections from clients to the accelerator.\n@see Protocol\n@deprecated Use {@link #protocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The updated protocol for the connections from clients to the accelerator.

                                \n@param protocol The updated protocol for the connections from clients to the accelerator.\n@see Protocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see Protocol\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

                                The updated protocol for the connections from clients to the accelerator.

                                ", "endpointDiscoveryId" : false, "enumType" : "Protocol", "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 updated protocol for the connections from clients to the accelerator.

                                \n@param protocol The updated protocol for the connections from clients to the accelerator.\n@see Protocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see Protocol", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

                                The updated protocol for the connections from clients to the accelerator.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link Protocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                \n@return The updated protocol for the connections from clients to the accelerator.\n@see Protocol", "getterModel" : { "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 updated protocol for the connections from clients to the accelerator.

                                \n@param protocol The updated protocol for the connections from clients to the accelerator.\n@see Protocol", "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 updated protocol for the connections from clients to the accelerator.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListenerArn", "beanStyleSetterMethodName" : "setListenerArn", "c2jName" : "ListenerArn", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the listener to update.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 to update.

                                \n@return The Amazon Resource Name (ARN) of the listener to update.\n@deprecated Use {@link #listenerArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The Amazon Resource Name (ARN) of the listener to update.

                                \n@param listenerArn The Amazon Resource Name (ARN) of the listener to update.\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 to update.

                                ", "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 to update.

                                \n@param listenerArn The Amazon Resource Name (ARN) of the listener to update.\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 to update.

                                \n@return The Amazon Resource Name (ARN) of the listener to update.", "getterModel" : { "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 to update.

                                \n@param listenerArn The Amazon Resource Name (ARN) of the listener to update.", "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 to update.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPortRanges", "beanStyleSetterMethodName" : "setPortRanges", "c2jName" : "PortRanges", "c2jShape" : "PortRanges", "defaultConsumerFluentSetterDocumentation" : "

                                The updated list of port ranges for the connections from clients to the accelerator.

                                \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #portRanges(List)}.\n@param portRanges a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #portRanges(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The updated list of port ranges for the connections from clients to the accelerator.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasPortRanges()} to see if a value was sent in this field.\n

                                \n@return The updated list of port ranges for the connections from clients to the accelerator.\n@deprecated Use {@link #portRanges()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The updated list of port ranges for the connections from clients to the accelerator.

                                \n@param portRanges The updated list of port ranges for the connections from clients to the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #portRanges(List)}\n", "documentation" : "

                                The updated list of port ranges for the connections from clients to the accelerator.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PortRanges property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPortRanges", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "portRanges", "fluentSetterDocumentation" : "

                                The updated list of port ranges for the connections from clients to the accelerator.

                                \n@param portRanges The updated list of port ranges for the connections from clients to the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "portRanges", "getterDocumentation" : "

                                The updated list of port ranges for the connections from clients to the accelerator.

                                \n

                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                \n

                                \nYou can use {@link #hasPortRanges()} to see if a value was sent in this field.\n

                                \n@return The updated list of port ranges for the connections from clients to the accelerator.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PortRanges", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "PortRanges", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PortRange", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PortRange.Builder} avoiding the need to create one manually via {@link PortRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link PortRange.Builder#build()} is called immediately and its result is passed to {@link #member(PortRange)}.\n@param member a consumer that will call methods on {@link PortRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PortRange)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(PortRange)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PortRange", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : 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" : "PortRange", "variableName" : "member", "variableType" : "PortRange", "documentation" : null, "simpleType" : "PortRange", "variableSetterType" : "PortRange" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "PortRange", "variableName" : "member", "variableType" : "PortRange", "documentation" : "", "simpleType" : "PortRange", "variableSetterType" : "PortRange" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PortRange", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PortRange", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "PortRanges", "sensitive" : false, "setterDocumentation" : "

                                The updated list of port ranges for the connections from clients to the accelerator.

                                \n@param portRanges The updated list of port ranges for the connections from clients to the accelerator.", "setterMethodName" : "setPortRanges", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "portRanges", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "portRanges", "variableType" : "java.util.List", "documentation" : "

                                The updated list of port ranges for the connections from clients to the accelerator.

                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProtocolAsString", "beanStyleSetterMethodName" : "setProtocol", "c2jName" : "Protocol", "c2jShape" : "Protocol", "defaultConsumerFluentSetterDocumentation" : "

                                The updated protocol for the connections from clients to the accelerator.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 updated protocol for the connections from clients to the accelerator.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link Protocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                \n@return The updated protocol for the connections from clients to the accelerator.\n@see Protocol\n@deprecated Use {@link #protocolAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The updated protocol for the connections from clients to the accelerator.

                                \n@param protocol The updated protocol for the connections from clients to the accelerator.\n@see Protocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see Protocol\n@deprecated Use {@link #protocol(String)}\n", "documentation" : "

                                The updated protocol for the connections from clients to the accelerator.

                                ", "endpointDiscoveryId" : false, "enumType" : "Protocol", "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 updated protocol for the connections from clients to the accelerator.

                                \n@param protocol The updated protocol for the connections from clients to the accelerator.\n@see Protocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see Protocol", "fluentSetterMethodName" : "protocol", "getterDocumentation" : "

                                The updated protocol for the connections from clients to the accelerator.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link Protocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n

                                \n@return The updated protocol for the connections from clients to the accelerator.\n@see Protocol", "getterModel" : { "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 updated protocol for the connections from clients to the accelerator.

                                \n@param protocol The updated protocol for the connections from clients to the accelerator.\n@see Protocol", "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 updated protocol for the connections from clients to the accelerator.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getClientAffinityAsString", "beanStyleSetterMethodName" : "setClientAffinity", "c2jName" : "ClientAffinity", "c2jShape" : "ClientAffinity", "defaultConsumerFluentSetterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #clientAffinityAsString(String)}.\n@param clientAffinity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clientAffinity(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #clientAffinity} will return {@link ClientAffinity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #clientAffinityAsString}.\n

                                \n@return Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity\n@deprecated Use {@link #clientAffinityAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ClientAffinity\n@deprecated Use {@link #clientAffinity(String)}\n", "documentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                ", "endpointDiscoveryId" : false, "enumType" : "ClientAffinity", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ClientAffinity property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasClientAffinity", "fluentEnumGetterMethodName" : "clientAffinity", "fluentEnumSetterMethodName" : "clientAffinity", "fluentGetterMethodName" : "clientAffinityAsString", "fluentSetterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ClientAffinity", "fluentSetterMethodName" : "clientAffinity", "getterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n

                                \nIf the service returns an enum value that is not available in the current SDK version, {@link #clientAffinity} will return {@link ClientAffinity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #clientAffinityAsString}.\n

                                \n@return Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ClientAffinity", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ClientAffinity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientAffinity", "sensitive" : false, "setterDocumentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                \n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.\n@see ClientAffinity", "setterMethodName" : "setClientAffinity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientAffinity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientAffinity", "variableType" : "String", "documentation" : "

                                Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.

                                AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.

                                If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.

                                The default value is NONE.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ListenerArn" ], "shapeName" : "UpdateListenerRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateListenerRequest", "variableName" : "updateListenerRequest", "variableType" : "UpdateListenerRequest", "documentation" : null, "simpleType" : "UpdateListenerRequest", "variableSetterType" : "UpdateListenerRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateListenerResponse" : { "c2jName" : "UpdateListenerResponse", "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" : "getListener", "beanStyleSetterMethodName" : "setListener", "c2jName" : "Listener", "c2jShape" : "Listener", "defaultConsumerFluentSetterDocumentation" : "

                                Information for the updated listener.

                                \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 #listener(Listener)}.\n@param listener 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 #listener(Listener)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Information for the updated listener.

                                \n@return Information for the updated listener.\n@deprecated Use {@link #listener()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information for the updated listener.

                                \n@param listener Information for the updated listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listener(Listener)}\n", "documentation" : "

                                Information for the updated listener.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Listener property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListener", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listener", "fluentSetterDocumentation" : "

                                Information for the updated listener.

                                \n@param listener Information for the updated listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listener", "getterDocumentation" : "

                                Information for the updated listener.

                                \n@return Information for the updated listener.", "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" : "Listener", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Listener", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Listener", "sensitive" : false, "setterDocumentation" : "

                                Information for the updated listener.

                                \n@param listener Information for the updated listener.", "setterMethodName" : "setListener", "setterModel" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : null, "simpleType" : "Listener", "variableSetterType" : "Listener" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : "

                                Information for the updated listener.

                                ", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Listener" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListener", "beanStyleSetterMethodName" : "setListener", "c2jName" : "Listener", "c2jShape" : "Listener", "defaultConsumerFluentSetterDocumentation" : "

                                Information for the updated listener.

                                \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 #listener(Listener)}.\n@param listener 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 #listener(Listener)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Information for the updated listener.

                                \n@return Information for the updated listener.\n@deprecated Use {@link #listener()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information for the updated listener.

                                \n@param listener Information for the updated listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listener(Listener)}\n", "documentation" : "

                                Information for the updated listener.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Listener property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListener", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listener", "fluentSetterDocumentation" : "

                                Information for the updated listener.

                                \n@param listener Information for the updated listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listener", "getterDocumentation" : "

                                Information for the updated listener.

                                \n@return Information for the updated listener.", "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" : "Listener", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Listener", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Listener", "sensitive" : false, "setterDocumentation" : "

                                Information for the updated listener.

                                \n@param listener Information for the updated listener.", "setterMethodName" : "setListener", "setterModel" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : null, "simpleType" : "Listener", "variableSetterType" : "Listener" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : "

                                Information for the updated listener.

                                ", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getListener", "beanStyleSetterMethodName" : "setListener", "c2jName" : "Listener", "c2jShape" : "Listener", "defaultConsumerFluentSetterDocumentation" : "

                                Information for the updated listener.

                                \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 #listener(Listener)}.\n@param listener 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 #listener(Listener)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Information for the updated listener.

                                \n@return Information for the updated listener.\n@deprecated Use {@link #listener()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information for the updated listener.

                                \n@param listener Information for the updated listener.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #listener(Listener)}\n", "documentation" : "

                                Information for the updated listener.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Listener property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasListener", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "listener", "fluentSetterDocumentation" : "

                                Information for the updated listener.

                                \n@param listener Information for the updated listener.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "listener", "getterDocumentation" : "

                                Information for the updated listener.

                                \n@return Information for the updated listener.", "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" : "Listener", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Listener", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Listener", "sensitive" : false, "setterDocumentation" : "

                                Information for the updated listener.

                                \n@param listener Information for the updated listener.", "setterMethodName" : "setListener", "setterModel" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : null, "simpleType" : "Listener", "variableSetterType" : "Listener" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Listener", "variableName" : "listener", "variableType" : "Listener", "documentation" : "

                                Information for the updated listener.

                                ", "simpleType" : "Listener", "variableSetterType" : "Listener" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateListenerResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateListenerResponse", "variableName" : "updateListenerResponse", "variableType" : "UpdateListenerResponse", "documentation" : null, "simpleType" : "UpdateListenerResponse", "variableSetterType" : "UpdateListenerResponse" }, "wrapper" : false, "xmlNamespace" : null }, "WithdrawByoipCidrRequest" : { "c2jName" : "WithdrawByoipCidrRequest", "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" : "WithdrawByoipCidr", "locationName" : null, "requestUri" : "/", "target" : "GlobalAccelerator_V20180706.WithdrawByoipCidr", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCidr", "beanStyleSetterMethodName" : "setCidr", "c2jName" : "Cidr", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The address range, in CIDR notation.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cidr(String)}.\n@param cidr a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cidr(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The address range, in CIDR notation.

                                \n@return The address range, in CIDR notation.\n@deprecated Use {@link #cidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The address range, in CIDR notation.

                                \n@param cidr The address range, in CIDR notation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cidr(String)}\n", "documentation" : "

                                The address range, in CIDR notation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cidr property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCidr", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cidr", "fluentSetterDocumentation" : "

                                The address range, in CIDR notation.

                                \n@param cidr The address range, in CIDR notation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cidr", "getterDocumentation" : "

                                The address range, in CIDR notation.

                                \n@return The address range, in CIDR notation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cidr", "sensitive" : false, "setterDocumentation" : "

                                The address range, in CIDR notation.

                                \n@param cidr The address range, in CIDR notation.", "setterMethodName" : "setCidr", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : "

                                The address range, in CIDR notation.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Cidr" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCidr", "beanStyleSetterMethodName" : "setCidr", "c2jName" : "Cidr", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The address range, in CIDR notation.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cidr(String)}.\n@param cidr a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cidr(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The address range, in CIDR notation.

                                \n@return The address range, in CIDR notation.\n@deprecated Use {@link #cidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The address range, in CIDR notation.

                                \n@param cidr The address range, in CIDR notation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cidr(String)}\n", "documentation" : "

                                The address range, in CIDR notation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cidr property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCidr", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cidr", "fluentSetterDocumentation" : "

                                The address range, in CIDR notation.

                                \n@param cidr The address range, in CIDR notation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cidr", "getterDocumentation" : "

                                The address range, in CIDR notation.

                                \n@return The address range, in CIDR notation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cidr", "sensitive" : false, "setterDocumentation" : "

                                The address range, in CIDR notation.

                                \n@param cidr The address range, in CIDR notation.", "setterMethodName" : "setCidr", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : "

                                The address range, in CIDR notation.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCidr", "beanStyleSetterMethodName" : "setCidr", "c2jName" : "Cidr", "c2jShape" : "GenericString", "defaultConsumerFluentSetterDocumentation" : "

                                The address range, in CIDR notation.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #cidr(String)}.\n@param cidr a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cidr(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The address range, in CIDR notation.

                                \n@return The address range, in CIDR notation.\n@deprecated Use {@link #cidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The address range, in CIDR notation.

                                \n@param cidr The address range, in CIDR notation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #cidr(String)}\n", "documentation" : "

                                The address range, in CIDR notation.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Cidr property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCidr", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "cidr", "fluentSetterDocumentation" : "

                                The address range, in CIDR notation.

                                \n@param cidr The address range, in CIDR notation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "cidr", "getterDocumentation" : "

                                The address range, in CIDR notation.

                                \n@return The address range, in CIDR notation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Cidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Cidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Cidr", "sensitive" : false, "setterDocumentation" : "

                                The address range, in CIDR notation.

                                \n@param cidr The address range, in CIDR notation.", "setterMethodName" : "setCidr", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "cidr", "variableType" : "String", "documentation" : "

                                The address range, in CIDR notation.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Cidr" ], "shapeName" : "WithdrawByoipCidrRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "WithdrawByoipCidrRequest", "variableName" : "withdrawByoipCidrRequest", "variableType" : "WithdrawByoipCidrRequest", "documentation" : null, "simpleType" : "WithdrawByoipCidrRequest", "variableSetterType" : "WithdrawByoipCidrRequest" }, "wrapper" : false, "xmlNamespace" : null }, "WithdrawByoipCidrResponse" : { "c2jName" : "WithdrawByoipCidrResponse", "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" : "getByoipCidr", "beanStyleSetterMethodName" : "setByoipCidr", "c2jName" : "ByoipCidr", "c2jShape" : "ByoipCidr", "defaultConsumerFluentSetterDocumentation" : "

                                Information about the address pool.

                                \nThis is a convenience that creates an instance of the {@link ByoipCidr.Builder} avoiding the need to create one manually via {@link ByoipCidr#builder()}.\n\nWhen the {@link Consumer} completes, {@link ByoipCidr.Builder#build()} is called immediately and its result is passed to {@link #byoipCidr(ByoipCidr)}.\n@param byoipCidr a consumer that will call methods on {@link ByoipCidr.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #byoipCidr(ByoipCidr)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Information about the address pool.

                                \n@return Information about the address pool.\n@deprecated Use {@link #byoipCidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about the address pool.

                                \n@param byoipCidr Information about the address pool.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #byoipCidr(ByoipCidr)}\n", "documentation" : "

                                Information about the address pool.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ByoipCidr property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasByoipCidr", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "byoipCidr", "fluentSetterDocumentation" : "

                                Information about the address pool.

                                \n@param byoipCidr Information about the address pool.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "byoipCidr", "getterDocumentation" : "

                                Information about the address pool.

                                \n@return Information about the address pool.", "getterModel" : { "returnType" : "ByoipCidr", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ByoipCidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ByoipCidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ByoipCidr", "sensitive" : false, "setterDocumentation" : "

                                Information about the address pool.

                                \n@param byoipCidr Information about the address pool.", "setterMethodName" : "setByoipCidr", "setterModel" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : null, "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : "

                                Information about the address pool.

                                ", "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ByoipCidr" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getByoipCidr", "beanStyleSetterMethodName" : "setByoipCidr", "c2jName" : "ByoipCidr", "c2jShape" : "ByoipCidr", "defaultConsumerFluentSetterDocumentation" : "

                                Information about the address pool.

                                \nThis is a convenience that creates an instance of the {@link ByoipCidr.Builder} avoiding the need to create one manually via {@link ByoipCidr#builder()}.\n\nWhen the {@link Consumer} completes, {@link ByoipCidr.Builder#build()} is called immediately and its result is passed to {@link #byoipCidr(ByoipCidr)}.\n@param byoipCidr a consumer that will call methods on {@link ByoipCidr.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #byoipCidr(ByoipCidr)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Information about the address pool.

                                \n@return Information about the address pool.\n@deprecated Use {@link #byoipCidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about the address pool.

                                \n@param byoipCidr Information about the address pool.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #byoipCidr(ByoipCidr)}\n", "documentation" : "

                                Information about the address pool.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ByoipCidr property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasByoipCidr", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "byoipCidr", "fluentSetterDocumentation" : "

                                Information about the address pool.

                                \n@param byoipCidr Information about the address pool.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "byoipCidr", "getterDocumentation" : "

                                Information about the address pool.

                                \n@return Information about the address pool.", "getterModel" : { "returnType" : "ByoipCidr", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ByoipCidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ByoipCidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ByoipCidr", "sensitive" : false, "setterDocumentation" : "

                                Information about the address pool.

                                \n@param byoipCidr Information about the address pool.", "setterMethodName" : "setByoipCidr", "setterModel" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : null, "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : "

                                Information about the address pool.

                                ", "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getByoipCidr", "beanStyleSetterMethodName" : "setByoipCidr", "c2jName" : "ByoipCidr", "c2jShape" : "ByoipCidr", "defaultConsumerFluentSetterDocumentation" : "

                                Information about the address pool.

                                \nThis is a convenience that creates an instance of the {@link ByoipCidr.Builder} avoiding the need to create one manually via {@link ByoipCidr#builder()}.\n\nWhen the {@link Consumer} completes, {@link ByoipCidr.Builder#build()} is called immediately and its result is passed to {@link #byoipCidr(ByoipCidr)}.\n@param byoipCidr a consumer that will call methods on {@link ByoipCidr.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #byoipCidr(ByoipCidr)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                Information about the address pool.

                                \n@return Information about the address pool.\n@deprecated Use {@link #byoipCidr()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Information about the address pool.

                                \n@param byoipCidr Information about the address pool.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #byoipCidr(ByoipCidr)}\n", "documentation" : "

                                Information about the address pool.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ByoipCidr property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasByoipCidr", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "byoipCidr", "fluentSetterDocumentation" : "

                                Information about the address pool.

                                \n@param byoipCidr Information about the address pool.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "byoipCidr", "getterDocumentation" : "

                                Information about the address pool.

                                \n@return Information about the address pool.", "getterModel" : { "returnType" : "ByoipCidr", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ByoipCidr", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ByoipCidr", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ByoipCidr", "sensitive" : false, "setterDocumentation" : "

                                Information about the address pool.

                                \n@param byoipCidr Information about the address pool.", "setterMethodName" : "setByoipCidr", "setterModel" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : null, "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ByoipCidr", "variableName" : "byoipCidr", "variableType" : "ByoipCidr", "documentation" : "

                                Information about the address pool.

                                ", "simpleType" : "ByoipCidr", "variableSetterType" : "ByoipCidr" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "WithdrawByoipCidrResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "WithdrawByoipCidrResponse", "variableName" : "withdrawByoipCidrResponse", "variableType" : "WithdrawByoipCidrResponse", "documentation" : null, "simpleType" : "WithdrawByoipCidrResponse", "variableSetterType" : "WithdrawByoipCidrResponse" }, "wrapper" : false, "xmlNamespace" : null } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { }, "version" : null }, "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" : "GlobalAcceleratorException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.globalaccelerator.model.GlobalAcceleratorException", "sdkRequestBaseClassName" : "GlobalAcceleratorRequest", "sdkResponseBaseClassName" : "GlobalAcceleratorResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy