AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
StorageLensGroupLevel.h
1
6#pragma once
7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/s3control/model/StorageLensGroupLevelSelectionCriteria.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Xml
16{
17 class XmlNode;
18} // namespace Xml
19} // namespace Utils
20namespace S3Control
21{
22namespace Model
23{
24
32 {
33 public:
34 AWS_S3CONTROL_API StorageLensGroupLevel() = default;
35 AWS_S3CONTROL_API StorageLensGroupLevel(const Aws::Utils::Xml::XmlNode& xmlNode);
36 AWS_S3CONTROL_API StorageLensGroupLevel& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
37
38 AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const;
39
40
42
47 inline const StorageLensGroupLevelSelectionCriteria& GetSelectionCriteria() const { return m_selectionCriteria; }
48 inline bool SelectionCriteriaHasBeenSet() const { return m_selectionCriteriaHasBeenSet; }
49 template<typename SelectionCriteriaT = StorageLensGroupLevelSelectionCriteria>
50 void SetSelectionCriteria(SelectionCriteriaT&& value) { m_selectionCriteriaHasBeenSet = true; m_selectionCriteria = std::forward<SelectionCriteriaT>(value); }
51 template<typename SelectionCriteriaT = StorageLensGroupLevelSelectionCriteria>
52 StorageLensGroupLevel& WithSelectionCriteria(SelectionCriteriaT&& value) { SetSelectionCriteria(std::forward<SelectionCriteriaT>(value)); return *this;}
54 private:
55
57 bool m_selectionCriteriaHasBeenSet = false;
58 };
59
60} // namespace Model
61} // namespace S3Control
62} // namespace Aws
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3CONTROL_API StorageLensGroupLevel()=default
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