7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
40 template <
typename KeyT = Aws::String>
42 m_keyHasBeenSet =
true;
43 m_key = std::forward<KeyT>(value);
45 template <
typename KeyT = Aws::String>
47 SetKey(std::forward<KeyT>(value));
58 template <
typename ValueT = Aws::String>
60 m_valueHasBeenSet =
true;
61 m_value = std::forward<ValueT>(value);
63 template <
typename ValueT = Aws::String>
65 SetValue(std::forward<ValueT>(value));
73 bool m_keyHasBeenSet =
false;
74 bool m_valueHasBeenSet =
false;
AWS_SECURITYHUB_API AwsElbv2LoadBalancerAttribute()=default
const Aws::String & GetValue() const
AWS_SECURITYHUB_API AwsElbv2LoadBalancerAttribute(Aws::Utils::Json::JsonView jsonValue)
AwsElbv2LoadBalancerAttribute & WithKey(KeyT &&value)
void SetKey(KeyT &&value)
AwsElbv2LoadBalancerAttribute & WithValue(ValueT &&value)
const Aws::String & GetKey() const
AWS_SECURITYHUB_API AwsElbv2LoadBalancerAttribute & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool ValueHasBeenSet() const
void SetValue(ValueT &&value)
bool KeyHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue