7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename KeyT = Aws::String>
51 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
52 template<
typename KeyT = Aws::String>
58 bool m_keyHasBeenSet =
false;
AWS_S3CRT_API ErrorDocument(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3CRT_API ErrorDocument()=default
bool KeyHasBeenSet() const
void SetKey(KeyT &&value)
const Aws::String & GetKey() const
AWS_S3CRT_API ErrorDocument & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ErrorDocument & WithKey(KeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String