7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/s3control/model/StorageLensGroupLevelSelectionCriteria.h>
49 template<
typename SelectionCriteriaT = StorageLensGroupLevelSelectionCriteria>
50 void SetSelectionCriteria(SelectionCriteriaT&& value) { m_selectionCriteriaHasBeenSet =
true; m_selectionCriteria = std::forward<SelectionCriteriaT>(value); }
51 template<
typename SelectionCriteriaT = StorageLensGroupLevelSelectionCriteria>
57 bool m_selectionCriteriaHasBeenSet =
false;
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3CONTROL_API StorageLensGroupLevel()=default
bool SelectionCriteriaHasBeenSet() const
StorageLensGroupLevel & WithSelectionCriteria(SelectionCriteriaT &&value)
AWS_S3CONTROL_API StorageLensGroupLevel & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CONTROL_API StorageLensGroupLevel(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetSelectionCriteria(SelectionCriteriaT &&value)
const StorageLensGroupLevelSelectionCriteria & GetSelectionCriteria() const