7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename KeyT = Aws::String>
50 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
51 template<
typename KeyT = Aws::String>
62 template<
typename ValueT = Aws::String>
63 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
64 template<
typename ValueT = Aws::String>
70 bool m_keyHasBeenSet =
false;
73 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