AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
DeleteMarkerReplication.h
1
6#pragma once
7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/s3control/model/DeleteMarkerReplicationStatus.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Xml {
15class XmlNode;
16} // namespace Xml
17} // namespace Utils
18namespace S3Control {
19namespace Model {
20
37 public:
38 AWS_S3CONTROL_API DeleteMarkerReplication() = default;
39 AWS_S3CONTROL_API DeleteMarkerReplication(const Aws::Utils::Xml::XmlNode& xmlNode);
41
42 AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const;
43
45
48 inline DeleteMarkerReplicationStatus GetStatus() const { return m_status; }
49 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
51 m_statusHasBeenSet = true;
52 m_status = value;
53 }
55 SetStatus(value);
56 return *this;
57 }
59 private:
61 bool m_statusHasBeenSet = false;
62};
63
64} // namespace Model
65} // namespace S3Control
66} // namespace Aws
void SetStatus(DeleteMarkerReplicationStatus value)
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3CONTROL_API DeleteMarkerReplication(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CONTROL_API DeleteMarkerReplication & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CONTROL_API DeleteMarkerReplication()=default
DeleteMarkerReplication & WithStatus(DeleteMarkerReplicationStatus value)
DeleteMarkerReplicationStatus GetStatus() const