/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about additional load balancer attributes.See
* Also:
AWS
* API Reference
The name of the attribute.
The following attribute is supported.
* elb.http.desyncmitigationmode
- Determines how the
* load balancer handles requests that might pose a security risk to your
* application. The possible values are monitor
,
* defensive
, and strictest
. The default is
* defensive
.
The name of the attribute.
The following attribute is supported.
* elb.http.desyncmitigationmode
- Determines how the
* load balancer handles requests that might pose a security risk to your
* application. The possible values are monitor
,
* defensive
, and strictest
. The default is
* defensive
.
The name of the attribute.
The following attribute is supported.
* elb.http.desyncmitigationmode
- Determines how the
* load balancer handles requests that might pose a security risk to your
* application. The possible values are monitor
,
* defensive
, and strictest
. The default is
* defensive
.
The name of the attribute.
The following attribute is supported.
* elb.http.desyncmitigationmode
- Determines how the
* load balancer handles requests that might pose a security risk to your
* application. The possible values are monitor
,
* defensive
, and strictest
. The default is
* defensive
.
The name of the attribute.
The following attribute is supported.
* elb.http.desyncmitigationmode
- Determines how the
* load balancer handles requests that might pose a security risk to your
* application. The possible values are monitor
,
* defensive
, and strictest
. The default is
* defensive
.
The name of the attribute.
The following attribute is supported.
* elb.http.desyncmitigationmode
- Determines how the
* load balancer handles requests that might pose a security risk to your
* application. The possible values are monitor
,
* defensive
, and strictest
. The default is
* defensive
.
The name of the attribute.
The following attribute is supported.
* elb.http.desyncmitigationmode
- Determines how the
* load balancer handles requests that might pose a security risk to your
* application. The possible values are monitor
,
* defensive
, and strictest
. The default is
* defensive
.
The name of the attribute.
The following attribute is supported.
* elb.http.desyncmitigationmode
- Determines how the
* load balancer handles requests that might pose a security risk to your
* application. The possible values are monitor
,
* defensive
, and strictest
. The default is
* defensive
.
This value of the attribute.
*/ inline const Aws::String& GetValue() const{ return m_value; } /** *This value of the attribute.
*/ inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; } /** *This value of the attribute.
*/ inline void SetValue(const Aws::String& value) { m_valueHasBeenSet = true; m_value = value; } /** *This value of the attribute.
*/ inline void SetValue(Aws::String&& value) { m_valueHasBeenSet = true; m_value = std::move(value); } /** *This value of the attribute.
*/ inline void SetValue(const char* value) { m_valueHasBeenSet = true; m_value.assign(value); } /** *This value of the attribute.
*/ inline AdditionalAttribute& WithValue(const Aws::String& value) { SetValue(value); return *this;} /** *This value of the attribute.
*/ inline AdditionalAttribute& WithValue(Aws::String&& value) { SetValue(std::move(value)); return *this;} /** *This value of the attribute.
*/ inline AdditionalAttribute& WithValue(const char* value) { SetValue(value); return *this;} private: Aws::String m_key; bool m_keyHasBeenSet = false; Aws::String m_value; bool m_valueHasBeenSet = false; }; } // namespace Model } // namespace ElasticLoadBalancing } // namespace Aws