AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SseKmsEncryptedObjects.h
1
6#pragma once
7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/SseKmsEncryptedObjectsStatus.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
38 AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const;
39
40
42
47 inline const SseKmsEncryptedObjectsStatus& GetStatus() const{ return m_status; }
48 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
49 inline void SetStatus(const SseKmsEncryptedObjectsStatus& value) { m_statusHasBeenSet = true; m_status = value; }
50 inline void SetStatus(SseKmsEncryptedObjectsStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); }
51 inline SseKmsEncryptedObjects& WithStatus(const SseKmsEncryptedObjectsStatus& value) { SetStatus(value); return *this;}
52 inline SseKmsEncryptedObjects& WithStatus(SseKmsEncryptedObjectsStatus&& value) { SetStatus(std::move(value)); return *this;}
54 private:
55
57 bool m_statusHasBeenSet = false;
58 };
59
60} // namespace Model
61} // namespace S3
62} // namespace Aws
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