7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/s3control/model/Format.h>
9#include <aws/s3control/model/OutputSchemaVersion.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/s3control/model/StorageLensDataExportEncryption.h>
50 inline void SetFormat(
Format value) { m_formatHasBeenSet =
true; m_format = value; }
70 template<
typename AccountIdT = Aws::String>
71 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
72 template<
typename AccountIdT = Aws::String>
85 template<
typename ArnT = Aws::String>
86 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
87 template<
typename ArnT = Aws::String>
98 template<
typename PrefixT = Aws::String>
99 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
100 template<
typename PrefixT = Aws::String>
111 template<
typename EncryptionT = StorageLensDataExportEncryption>
112 void SetEncryption(EncryptionT&& value) { m_encryptionHasBeenSet =
true; m_encryption = std::forward<EncryptionT>(value); }
113 template<
typename EncryptionT = StorageLensDataExportEncryption>
119 bool m_formatHasBeenSet =
false;
122 bool m_outputSchemaVersionHasBeenSet =
false;
125 bool m_accountIdHasBeenSet =
false;
128 bool m_arnHasBeenSet =
false;
131 bool m_prefixHasBeenSet =
false;
133 StorageLensDataExportEncryption m_encryption;
134 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