7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rds/RDS_EXPORTS.h>
43 template <
typename TextT = Aws::String>
45 m_textHasBeenSet =
true;
46 m_text = std::forward<TextT>(value);
48 template <
typename TextT = Aws::String>
50 SetText(std::forward<TextT>(value));
61 template <
typename UrlT = Aws::String>
63 m_urlHasBeenSet =
true;
64 m_url = std::forward<UrlT>(value);
66 template <
typename UrlT = Aws::String>
68 SetUrl(std::forward<UrlT>(value));
76 bool m_textHasBeenSet =
false;
77 bool m_urlHasBeenSet =
false;
void SetText(TextT &&value)
bool TextHasBeenSet() const
const Aws::String & GetText() const
AWS_RDS_API DocLink()=default
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_RDS_API DocLink(const Aws::Utils::Xml::XmlNode &xmlNode)
DocLink & WithUrl(UrlT &&value)
const Aws::String & GetUrl() const
bool UrlHasBeenSet() const
AWS_RDS_API DocLink & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
DocLink & WithText(TextT &&value)
void SetUrl(UrlT &&value)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream