74 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
83 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
115 bool m_keyHasBeenSet =
false;
void SetKey(Aws::String &&value)
AWS_S3CRT_API ErrorDocument(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetKey(const char *value)
AWS_S3CRT_API ErrorDocument()
ErrorDocument & WithKey(const Aws::String &value)
ErrorDocument & WithKey(Aws::String &&value)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool KeyHasBeenSet() const
void SetKey(const Aws::String &value)
ErrorDocument & WithKey(const char *value)
const Aws::String & GetKey() const
AWS_S3CRT_API ErrorDocument & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String