7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
56 inline void SetSuffix(
const char* value) { m_suffixHasBeenSet =
true; m_suffix.assign(value); }
64 bool m_suffixHasBeenSet =
false;
AWS_S3_API IndexDocument()
void SetSuffix(Aws::String &&value)
AWS_S3_API IndexDocument & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetSuffix(const Aws::String &value)
void SetSuffix(const char *value)
IndexDocument & WithSuffix(const char *value)
IndexDocument & WithSuffix(Aws::String &&value)
const Aws::String & GetSuffix() const
IndexDocument & WithSuffix(const Aws::String &value)
bool SuffixHasBeenSet() const
AWS_S3_API IndexDocument(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String