7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3control/S3Control_EXPORTS.h>
40 template <
typename DelimiterT = Aws::String>
42 m_delimiterHasBeenSet =
true;
43 m_delimiter = std::forward<DelimiterT>(value);
45 template <
typename DelimiterT = Aws::String>
59 m_maxDepthHasBeenSet =
true;
77 m_minStorageBytesPercentageHasBeenSet =
true;
78 m_minStorageBytesPercentage = value;
90 double m_minStorageBytesPercentage{0.0};
91 bool m_delimiterHasBeenSet =
false;
92 bool m_maxDepthHasBeenSet =
false;
93 bool m_minStorageBytesPercentageHasBeenSet =
false;
void SetMaxDepth(int value)
double GetMinStorageBytesPercentage() const
AWS_S3CONTROL_API SelectionCriteria(const Aws::Utils::Xml::XmlNode &xmlNode)
SelectionCriteria & WithDelimiter(DelimiterT &&value)
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
void SetDelimiter(DelimiterT &&value)
SelectionCriteria & WithMinStorageBytesPercentage(double value)
void SetMinStorageBytesPercentage(double value)
AWS_S3CONTROL_API SelectionCriteria()=default
SelectionCriteria & WithMaxDepth(int value)
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String