AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
S3ManifestOutputLocation.h
1
6#pragma once
7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3control/model/GeneratedManifestEncryption.h>
10#include <aws/s3control/model/GeneratedManifestFormat.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Xml
18{
19 class XmlNode;
20} // namespace Xml
21} // namespace Utils
22namespace S3Control
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_S3CONTROL_API S3ManifestOutputLocation();
37 AWS_S3CONTROL_API S3ManifestOutputLocation(const Aws::Utils::Xml::XmlNode& xmlNode);
39
40 AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const;
41
42
44
47 inline const Aws::String& GetExpectedManifestBucketOwner() const{ return m_expectedManifestBucketOwner; }
48 inline bool ExpectedManifestBucketOwnerHasBeenSet() const { return m_expectedManifestBucketOwnerHasBeenSet; }
49 inline void SetExpectedManifestBucketOwner(const Aws::String& value) { m_expectedManifestBucketOwnerHasBeenSet = true; m_expectedManifestBucketOwner = value; }
50 inline void SetExpectedManifestBucketOwner(Aws::String&& value) { m_expectedManifestBucketOwnerHasBeenSet = true; m_expectedManifestBucketOwner = std::move(value); }
51 inline void SetExpectedManifestBucketOwner(const char* value) { m_expectedManifestBucketOwnerHasBeenSet = true; m_expectedManifestBucketOwner.assign(value); }
56
58
63 inline const Aws::String& GetBucket() const{ return m_bucket; }
64 inline bool BucketHasBeenSet() const { return m_bucketHasBeenSet; }
65 inline void SetBucket(const Aws::String& value) { m_bucketHasBeenSet = true; m_bucket = value; }
66 inline void SetBucket(Aws::String&& value) { m_bucketHasBeenSet = true; m_bucket = std::move(value); }
67 inline void SetBucket(const char* value) { m_bucketHasBeenSet = true; m_bucket.assign(value); }
68 inline S3ManifestOutputLocation& WithBucket(const Aws::String& value) { SetBucket(value); return *this;}
69 inline S3ManifestOutputLocation& WithBucket(Aws::String&& value) { SetBucket(std::move(value)); return *this;}
70 inline S3ManifestOutputLocation& WithBucket(const char* value) { SetBucket(value); return *this;}
72
74
77 inline const Aws::String& GetManifestPrefix() const{ return m_manifestPrefix; }
78 inline bool ManifestPrefixHasBeenSet() const { return m_manifestPrefixHasBeenSet; }
79 inline void SetManifestPrefix(const Aws::String& value) { m_manifestPrefixHasBeenSet = true; m_manifestPrefix = value; }
80 inline void SetManifestPrefix(Aws::String&& value) { m_manifestPrefixHasBeenSet = true; m_manifestPrefix = std::move(value); }
81 inline void SetManifestPrefix(const char* value) { m_manifestPrefixHasBeenSet = true; m_manifestPrefix.assign(value); }
82 inline S3ManifestOutputLocation& WithManifestPrefix(const Aws::String& value) { SetManifestPrefix(value); return *this;}
83 inline S3ManifestOutputLocation& WithManifestPrefix(Aws::String&& value) { SetManifestPrefix(std::move(value)); return *this;}
84 inline S3ManifestOutputLocation& WithManifestPrefix(const char* value) { SetManifestPrefix(value); return *this;}
86
88
92 inline const GeneratedManifestEncryption& GetManifestEncryption() const{ return m_manifestEncryption; }
93 inline bool ManifestEncryptionHasBeenSet() const { return m_manifestEncryptionHasBeenSet; }
94 inline void SetManifestEncryption(const GeneratedManifestEncryption& value) { m_manifestEncryptionHasBeenSet = true; m_manifestEncryption = value; }
95 inline void SetManifestEncryption(GeneratedManifestEncryption&& value) { m_manifestEncryptionHasBeenSet = true; m_manifestEncryption = std::move(value); }
99
101
104 inline const GeneratedManifestFormat& GetManifestFormat() const{ return m_manifestFormat; }
105 inline bool ManifestFormatHasBeenSet() const { return m_manifestFormatHasBeenSet; }
106 inline void SetManifestFormat(const GeneratedManifestFormat& value) { m_manifestFormatHasBeenSet = true; m_manifestFormat = value; }
107 inline void SetManifestFormat(GeneratedManifestFormat&& value) { m_manifestFormatHasBeenSet = true; m_manifestFormat = std::move(value); }
111 private:
112
113 Aws::String m_expectedManifestBucketOwner;
114 bool m_expectedManifestBucketOwnerHasBeenSet = false;
115
116 Aws::String m_bucket;
117 bool m_bucketHasBeenSet = false;
118
119 Aws::String m_manifestPrefix;
120 bool m_manifestPrefixHasBeenSet = false;
121
122 GeneratedManifestEncryption m_manifestEncryption;
123 bool m_manifestEncryptionHasBeenSet = false;
124
125 GeneratedManifestFormat m_manifestFormat;
126 bool m_manifestFormatHasBeenSet = false;
127 };
128
129} // namespace Model
130} // namespace S3Control
131} // namespace Aws
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
S3ManifestOutputLocation & WithManifestFormat(GeneratedManifestFormat &&value)
void SetManifestEncryption(const GeneratedManifestEncryption &value)
S3ManifestOutputLocation & WithBucket(Aws::String &&value)
const GeneratedManifestFormat & GetManifestFormat() const
void SetManifestFormat(GeneratedManifestFormat &&value)
S3ManifestOutputLocation & WithManifestFormat(const GeneratedManifestFormat &value)
const GeneratedManifestEncryption & GetManifestEncryption() const
void SetManifestEncryption(GeneratedManifestEncryption &&value)
S3ManifestOutputLocation & WithManifestEncryption(GeneratedManifestEncryption &&value)
S3ManifestOutputLocation & WithManifestPrefix(const char *value)
void SetExpectedManifestBucketOwner(const Aws::String &value)
S3ManifestOutputLocation & WithManifestEncryption(const GeneratedManifestEncryption &value)
AWS_S3CONTROL_API S3ManifestOutputLocation(const Aws::Utils::Xml::XmlNode &xmlNode)
S3ManifestOutputLocation & WithExpectedManifestBucketOwner(const char *value)
S3ManifestOutputLocation & WithBucket(const char *value)
S3ManifestOutputLocation & WithManifestPrefix(const Aws::String &value)
void SetManifestFormat(const GeneratedManifestFormat &value)
S3ManifestOutputLocation & WithExpectedManifestBucketOwner(const Aws::String &value)
S3ManifestOutputLocation & WithExpectedManifestBucketOwner(Aws::String &&value)
S3ManifestOutputLocation & WithManifestPrefix(Aws::String &&value)
S3ManifestOutputLocation & WithBucket(const Aws::String &value)
AWS_S3CONTROL_API S3ManifestOutputLocation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String