7#include <aws/s3/S3_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;
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