AWS SDK for C++

AWS SDK for C++ Version 1.11.717

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Xml {
15class XmlNode;
16} // namespace Xml
17} // namespace Utils
18namespace S3 {
19namespace Model {
20
31 public:
32 AWS_S3_API PartitionedPrefix() = default;
33 AWS_S3_API PartitionedPrefix(const Aws::Utils::Xml::XmlNode& xmlNode);
35
36 AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const;
37
39
48 inline PartitionDateSource GetPartitionDateSource() const { return m_partitionDateSource; }
49 inline bool PartitionDateSourceHasBeenSet() const { return m_partitionDateSourceHasBeenSet; }
51 m_partitionDateSourceHasBeenSet = true;
52 m_partitionDateSource = value;
53 }
56 return *this;
57 }
59 private:
61 bool m_partitionDateSourceHasBeenSet = false;
62};
63
64} // namespace Model
65} // namespace S3
66} // 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)