7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3/S3_EXPORTS.h>
44 template <
typename KeyT = Aws::String>
46 m_keyHasBeenSet =
true;
47 m_key = std::forward<KeyT>(value);
49 template <
typename KeyT = Aws::String>
51 SetKey(std::forward<KeyT>(value));
57 bool m_keyHasBeenSet =
false;
void SetKey(KeyT &&value)
ErrorDocument & WithKey(KeyT &&value)
AWS_S3_API ErrorDocument & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3_API ErrorDocument(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API ErrorDocument()=default
bool KeyHasBeenSet() const
const Aws::String & GetKey() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String