AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
PartitionedPrefix.h
1
6#pragma once
7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/PartitionDateSource.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Xml
16{
17 class XmlNode;
18} // namespace Xml
19} // namespace Utils
20namespace S3
21{
22namespace Model
23{
24
35 {
36 public:
37 AWS_S3_API PartitionedPrefix() = default;
38 AWS_S3_API PartitionedPrefix(const Aws::Utils::Xml::XmlNode& xmlNode);
40
41 AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const;
42
43
45
54 inline PartitionDateSource GetPartitionDateSource() const { return m_partitionDateSource; }
55 inline bool PartitionDateSourceHasBeenSet() const { return m_partitionDateSourceHasBeenSet; }
56 inline void SetPartitionDateSource(PartitionDateSource value) { m_partitionDateSourceHasBeenSet = true; m_partitionDateSource = value; }
59 private:
60
62 bool m_partitionDateSourceHasBeenSet = false;
63 };
64
65} // namespace Model
66} // namespace S3
67} // namespace Aws
AWS_S3_API PartitionedPrefix & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetPartitionDateSource(PartitionDateSource value)
PartitionDateSource GetPartitionDateSource() const
AWS_S3_API PartitionedPrefix(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API PartitionedPrefix()=default
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
PartitionedPrefix & WithPartitionDateSource(PartitionDateSource value)