AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
InventorySchedule.h
1
6#pragma once
7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/InventoryFrequency.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Xml
16{
17 class XmlNode;
18} // namespace Xml
19} // namespace Utils
20namespace S3Crt
21{
22namespace Model
23{
24
32 {
33 public:
34 AWS_S3CRT_API InventorySchedule();
35 AWS_S3CRT_API InventorySchedule(const Aws::Utils::Xml::XmlNode& xmlNode);
37
38 AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const;
39
40
42
45 inline const InventoryFrequency& GetFrequency() const{ return m_frequency; }
46 inline bool FrequencyHasBeenSet() const { return m_frequencyHasBeenSet; }
47 inline void SetFrequency(const InventoryFrequency& value) { m_frequencyHasBeenSet = true; m_frequency = value; }
48 inline void SetFrequency(InventoryFrequency&& value) { m_frequencyHasBeenSet = true; m_frequency = std::move(value); }
49 inline InventorySchedule& WithFrequency(const InventoryFrequency& value) { SetFrequency(value); return *this;}
50 inline InventorySchedule& WithFrequency(InventoryFrequency&& value) { SetFrequency(std::move(value)); return *this;}
52 private:
53
54 InventoryFrequency m_frequency;
55 bool m_frequencyHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace S3Crt
60} // namespace Aws
InventorySchedule & WithFrequency(const InventoryFrequency &value)
AWS_S3CRT_API InventorySchedule & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
InventorySchedule & WithFrequency(InventoryFrequency &&value)
void SetFrequency(InventoryFrequency &&value)
const InventoryFrequency & GetFrequency() const
AWS_S3CRT_API InventorySchedule(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetFrequency(const InventoryFrequency &value)