7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/s3control/model/SelectionCriteria.h>
47 inline void SetIsEnabled(
bool value) { m_isEnabledHasBeenSet =
true; m_isEnabled = value; }
55 template<
typename SelectionCriteriaT = SelectionCriteria>
56 void SetSelectionCriteria(SelectionCriteriaT&& value) { m_selectionCriteriaHasBeenSet =
true; m_selectionCriteria = std::forward<SelectionCriteriaT>(value); }
57 template<
typename SelectionCriteriaT = SelectionCriteria>
62 bool m_isEnabled{
false};
63 bool m_isEnabledHasBeenSet =
false;
65 SelectionCriteria m_selectionCriteria;
66 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