7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/s3control/model/SelectionCriteria.h>
42 m_isEnabledHasBeenSet =
true;
55 template <
typename SelectionCriteriaT = SelectionCriteria>
57 m_selectionCriteriaHasBeenSet =
true;
58 m_selectionCriteria = std::forward<SelectionCriteriaT>(value);
60 template <
typename SelectionCriteriaT = SelectionCriteria>
67 bool m_isEnabled{
false};
69 SelectionCriteria m_selectionCriteria;
70 bool m_isEnabledHasBeenSet =
false;
71 bool m_selectionCriteriaHasBeenSet =
false;
PrefixLevelStorageMetrics & WithSelectionCriteria(SelectionCriteriaT &&value)
PrefixLevelStorageMetrics & WithIsEnabled(bool value)
void SetSelectionCriteria(SelectionCriteriaT &&value)
const SelectionCriteria & GetSelectionCriteria() const
bool IsEnabledHasBeenSet() const
AWS_S3CONTROL_API PrefixLevelStorageMetrics & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetIsEnabled(bool value)
bool GetIsEnabled() const
AWS_S3CONTROL_API PrefixLevelStorageMetrics(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3CONTROL_API PrefixLevelStorageMetrics()=default
bool SelectionCriteriaHasBeenSet() const