AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
SseKmsEncryptedObjects.h
Go to the documentation of this file.
1
6#pragma once
7#include <aws/s3/S3_EXPORTS.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
32 {
33 public:
37
39
40
46 inline const SseKmsEncryptedObjectsStatus& GetStatus() const{ return m_status; }
47
53 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
54
60 inline void SetStatus(const SseKmsEncryptedObjectsStatus& value) { m_statusHasBeenSet = true; m_status = value; }
61
67 inline void SetStatus(SseKmsEncryptedObjectsStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); }
68
74 inline SseKmsEncryptedObjects& WithStatus(const SseKmsEncryptedObjectsStatus& value) { SetStatus(value); return *this;}
75
81 inline SseKmsEncryptedObjects& WithStatus(SseKmsEncryptedObjectsStatus&& value) { SetStatus(std::move(value)); return *this;}
82
83 private:
84
86 bool m_statusHasBeenSet = false;
87 };
88
89} // namespace Model
90} // namespace S3
91} // namespace Aws
#define AWS_S3_API
Definition: S3_EXPORTS.h:28
void SetStatus(const SseKmsEncryptedObjectsStatus &value)
SseKmsEncryptedObjects & WithStatus(SseKmsEncryptedObjectsStatus &&value)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetStatus(SseKmsEncryptedObjectsStatus &&value)
AWS_S3_API SseKmsEncryptedObjects & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API SseKmsEncryptedObjects(const Aws::Utils::Xml::XmlNode &xmlNode)
SseKmsEncryptedObjects & WithStatus(const SseKmsEncryptedObjectsStatus &value)
const SseKmsEncryptedObjectsStatus & GetStatus() const