AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetSelectionCriteria(const StorageLensGroupLevelSelectionCriteria& value) { m_selectionCriteriaHasBeenSet = true; m_selectionCriteria = value; }
50 inline void SetSelectionCriteria(StorageLensGroupLevelSelectionCriteria&& value) { m_selectionCriteriaHasBeenSet = true; m_selectionCriteria = std::move(value); }
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
void SetSelectionCriteria(StorageLensGroupLevelSelectionCriteria &&value)
StorageLensGroupLevel & WithSelectionCriteria(StorageLensGroupLevelSelectionCriteria &&value)
AWS_S3CONTROL_API StorageLensGroupLevel & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CONTROL_API StorageLensGroupLevel(const Aws::Utils::Xml::XmlNode &xmlNode)
StorageLensGroupLevel & WithSelectionCriteria(const StorageLensGroupLevelSelectionCriteria &value)
void SetSelectionCriteria(const StorageLensGroupLevelSelectionCriteria &value)
const StorageLensGroupLevelSelectionCriteria & GetSelectionCriteria() const