7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
19namespace imagebuilder {
41 template <
typename TextT = Aws::String>
43 m_textHasBeenSet =
true;
44 m_text = std::forward<TextT>(value);
46 template <
typename TextT = Aws::String>
48 SetText(std::forward<TextT>(value));
60 template <
typename UrlT = Aws::String>
62 m_urlHasBeenSet =
true;
63 m_url = std::forward<UrlT>(value);
65 template <
typename UrlT = Aws::String>
67 SetUrl(std::forward<UrlT>(value));
75 bool m_textHasBeenSet =
false;
76 bool m_urlHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue