7#include <aws/s3-crt/S3Crt_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;
const Aws::String & GetSuffix() const
void SetSuffix(const char *value)
IndexDocument & WithSuffix(const char *value)
AWS_S3CRT_API IndexDocument & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool SuffixHasBeenSet() const
AWS_S3CRT_API IndexDocument()
AWS_S3CRT_API IndexDocument(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetSuffix(const Aws::String &value)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetSuffix(Aws::String &&value)
IndexDocument & WithSuffix(Aws::String &&value)
IndexDocument & WithSuffix(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String