7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetDelimiter(
const char* value) { m_delimiterHasBeenSet =
true; m_delimiter.assign(value); }
60 inline void SetMaxDepth(
int value) { m_maxDepthHasBeenSet =
true; m_maxDepth = value; }
78 bool m_delimiterHasBeenSet =
false;
81 bool m_maxDepthHasBeenSet =
false;
83 double m_minStorageBytesPercentage;
84 bool m_minStorageBytesPercentageHasBeenSet =
false;
void SetDelimiter(Aws::String &&value)
void SetMaxDepth(int value)
void SetDelimiter(const char *value)
SelectionCriteria & WithDelimiter(Aws::String &&value)
double GetMinStorageBytesPercentage() const
SelectionCriteria & WithDelimiter(const Aws::String &value)
AWS_S3CONTROL_API SelectionCriteria(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CONTROL_API SelectionCriteria & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool DelimiterHasBeenSet() const
bool MinStorageBytesPercentageHasBeenSet() const
bool MaxDepthHasBeenSet() const
const Aws::String & GetDelimiter() const
SelectionCriteria & WithMinStorageBytesPercentage(double value)
void SetMinStorageBytesPercentage(double value)
SelectionCriteria & WithMaxDepth(int value)
void SetDelimiter(const Aws::String &value)
AWS_S3CONTROL_API SelectionCriteria()
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
SelectionCriteria & WithDelimiter(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String