7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3control/S3Control_EXPORTS.h>
9#include <aws/s3control/model/Format.h>
10#include <aws/s3control/model/OutputSchemaVersion.h>
11#include <aws/s3control/model/StorageLensDataExportEncryption.h>
45 m_formatHasBeenSet =
true;
61 m_outputSchemaVersionHasBeenSet =
true;
62 m_outputSchemaVersion = value;
76 template <
typename AccountIdT = Aws::String>
78 m_accountIdHasBeenSet =
true;
79 m_accountId = std::forward<AccountIdT>(value);
81 template <
typename AccountIdT = Aws::String>
97 template <
typename ArnT = Aws::String>
99 m_arnHasBeenSet =
true;
100 m_arn = std::forward<ArnT>(value);
102 template <
typename ArnT = Aws::String>
104 SetArn(std::forward<ArnT>(value));
116 template <
typename PrefixT = Aws::String>
118 m_prefixHasBeenSet =
true;
119 m_prefix = std::forward<PrefixT>(value);
121 template <
typename PrefixT = Aws::String>
135 template <
typename EncryptionT = StorageLensDataExportEncryption>
137 m_encryptionHasBeenSet =
true;
138 m_encryption = std::forward<EncryptionT>(value);
140 template <
typename EncryptionT = StorageLensDataExportEncryption>
157 StorageLensDataExportEncryption m_encryption;
158 bool m_formatHasBeenSet =
false;
159 bool m_outputSchemaVersionHasBeenSet =
false;
160 bool m_accountIdHasBeenSet =
false;
161 bool m_arnHasBeenSet =
false;
162 bool m_prefixHasBeenSet =
false;
163 bool m_encryptionHasBeenSet =
false;
const Aws::String & GetPrefix() const
void SetArn(ArnT &&value)
AWS_S3CONTROL_API S3BucketDestination()=default
bool PrefixHasBeenSet() const
void SetFormat(Format value)
S3BucketDestination & WithFormat(Format value)
S3BucketDestination & WithAccountId(AccountIdT &&value)
AWS_S3CONTROL_API S3BucketDestination & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetAccountId() const
void SetOutputSchemaVersion(OutputSchemaVersion value)
OutputSchemaVersion GetOutputSchemaVersion() const
void SetEncryption(EncryptionT &&value)
bool FormatHasBeenSet() const
void SetAccountId(AccountIdT &&value)
bool EncryptionHasBeenSet() const
bool ArnHasBeenSet() const
S3BucketDestination & WithPrefix(PrefixT &&value)
const StorageLensDataExportEncryption & GetEncryption() const
AWS_S3CONTROL_API S3BucketDestination(const Aws::Utils::Xml::XmlNode &xmlNode)
bool OutputSchemaVersionHasBeenSet() const
S3BucketDestination & WithEncryption(EncryptionT &&value)
const Aws::String & GetArn() const
void SetPrefix(PrefixT &&value)
S3BucketDestination & WithArn(ArnT &&value)
bool AccountIdHasBeenSet() const
S3BucketDestination & WithOutputSchemaVersion(OutputSchemaVersion value)
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String