AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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#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
41 {
42 public:
43 AWS_S3CONTROL_API DeleteMarkerReplication() = default;
44 AWS_S3CONTROL_API DeleteMarkerReplication(const Aws::Utils::Xml::XmlNode& xmlNode);
46
47 AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const;
48
49
51
54 inline DeleteMarkerReplicationStatus GetStatus() const { return m_status; }
55 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
56 inline void SetStatus(DeleteMarkerReplicationStatus value) { m_statusHasBeenSet = true; m_status = value; }
59 private:
60
62 bool m_statusHasBeenSet = false;
63 };
64
65} // namespace Model
66} // namespace S3Control
67} // 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