7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/appmesh/model/JsonFormatRef.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename JsonT = Aws::Vector<JsonFormatRef>>
45 m_jsonHasBeenSet =
true;
46 m_json = std::forward<JsonT>(value);
48 template <
typename JsonT = Aws::Vector<JsonFormatRef>>
50 SetJson(std::forward<JsonT>(value));
53 template <
typename JsonT = JsonFormatRef>
55 m_jsonHasBeenSet =
true;
56 m_json.emplace_back(std::forward<JsonT>(value));
67 template <
typename TextT = Aws::String>
69 m_textHasBeenSet =
true;
70 m_text = std::forward<TextT>(value);
72 template <
typename TextT = Aws::String>
74 SetText(std::forward<TextT>(value));
82 bool m_jsonHasBeenSet =
false;
83 bool m_textHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue