7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
35 AWS_IOTSITEWISE_API
Trace() =
default;
47 template<
typename TextT = Aws::String>
48 void SetText(TextT&& value) { m_textHasBeenSet =
true; m_text = std::forward<TextT>(value); }
49 template<
typename TextT = Aws::String>
55 bool m_textHasBeenSet =
false;
AWS_IOTSITEWISE_API Trace(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetText() const
AWS_IOTSITEWISE_API Trace & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetText(TextT &&value)
bool TextHasBeenSet() const
AWS_IOTSITEWISE_API Trace()=default
Trace & WithText(TextT &&value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue