7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qconnect/QConnect_EXPORTS.h>
41 template <
typename TitleT = Aws::String>
43 m_titleHasBeenSet =
true;
44 m_title = std::forward<TitleT>(value);
46 template <
typename TitleT = Aws::String>
48 SetTitle(std::forward<TitleT>(value));
61 m_destructiveHintHasBeenSet =
true;
62 m_destructiveHint = value;
72 bool m_destructiveHint{
false};
73 bool m_titleHasBeenSet =
false;
74 bool m_destructiveHintHasBeenSet =
false;
bool GetDestructiveHint() const
bool TitleHasBeenSet() const
AWS_QCONNECT_API Annotation()=default
Annotation & WithTitle(TitleT &&value)
AWS_QCONNECT_API Annotation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QCONNECT_API Annotation(Aws::Utils::Json::JsonView jsonValue)
void SetTitle(TitleT &&value)
bool DestructiveHintHasBeenSet() const
void SetDestructiveHint(bool value)
const Aws::String & GetTitle() const
Annotation & WithDestructiveHint(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue