7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename TextT = Aws::String>
50 void SetText(TextT&& value) { m_textHasBeenSet =
true; m_text = std::forward<TextT>(value); }
51 template<
typename TextT = Aws::String>
61 template<
typename UrlT = Aws::String>
62 void SetUrl(UrlT&& value) { m_urlHasBeenSet =
true; m_url = std::forward<UrlT>(value); }
63 template<
typename UrlT = Aws::String>
69 bool m_textHasBeenSet =
false;
72 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