7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename KeyT = Aws::String>
45 m_keyHasBeenSet =
true;
46 m_key = std::forward<KeyT>(value);
48 template <
typename KeyT = Aws::String>
50 SetKey(std::forward<KeyT>(value));
62 template <
typename ValueT = Aws::String>
64 m_valueHasBeenSet =
true;
65 m_value = std::forward<ValueT>(value);
67 template <
typename ValueT = Aws::String>
69 SetValue(std::forward<ValueT>(value));
77 bool m_keyHasBeenSet =
false;
78 bool m_valueHasBeenSet =
false;
AwsCloudMapInstanceAttribute & WithKey(KeyT &&value)
AwsCloudMapInstanceAttribute & WithValue(ValueT &&value)
const Aws::String & GetKey() const
void SetKey(KeyT &&value)
void SetValue(ValueT &&value)
const Aws::String & GetValue() const
AWS_APPMESH_API AwsCloudMapInstanceAttribute & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const
bool KeyHasBeenSet() const
bool ValueHasBeenSet() const
AWS_APPMESH_API AwsCloudMapInstanceAttribute(Aws::Utils::Json::JsonView jsonValue)
AWS_APPMESH_API AwsCloudMapInstanceAttribute()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue