7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/appmesh/model/JsonFormatRef.h>
49 template<
typename JsonT = Aws::Vector<JsonFormatRef>>
50 void SetJson(JsonT&& value) { m_jsonHasBeenSet =
true; m_json = std::forward<JsonT>(value); }
51 template<
typename JsonT = Aws::Vector<JsonFormatRef>>
53 template<
typename JsonT = JsonFormatRef>
54 LoggingFormat&
AddJson(JsonT&& value) { m_jsonHasBeenSet =
true; m_json.emplace_back(std::forward<JsonT>(value));
return *
this; }
63 template<
typename TextT = Aws::String>
64 void SetText(TextT&& value) { m_textHasBeenSet =
true; m_text = std::forward<TextT>(value); }
65 template<
typename TextT = Aws::String>
71 bool m_jsonHasBeenSet =
false;
74 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