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(
const Format& value) { m_formatHasBeenSet =
true; m_format = value; }
51 inline void SetFormat(
Format&& value) { m_formatHasBeenSet =
true; m_format = std::move(value); }
76 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
92 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
93 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
108 inline void SetPrefix(
const char* value) { m_prefixHasBeenSet =
true; m_prefix.assign(value); }
129 bool m_formatHasBeenSet =
false;
132 bool m_outputSchemaVersionHasBeenSet =
false;
135 bool m_accountIdHasBeenSet =
false;
138 bool m_arnHasBeenSet =
false;
141 bool m_prefixHasBeenSet =
false;
144 bool m_encryptionHasBeenSet =
false;
const Aws::String & GetPrefix() const
S3BucketDestination & WithFormat(Format &&value)
void SetAccountId(const Aws::String &value)
void SetOutputSchemaVersion(const OutputSchemaVersion &value)
bool PrefixHasBeenSet() const
void SetPrefix(const char *value)
void SetAccountId(Aws::String &&value)
void SetArn(const char *value)
void SetEncryption(StorageLensDataExportEncryption &&value)
AWS_S3CONTROL_API S3BucketDestination & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetAccountId() const
AWS_S3CONTROL_API S3BucketDestination()
S3BucketDestination & WithEncryption(const StorageLensDataExportEncryption &value)
bool FormatHasBeenSet() const
S3BucketDestination & WithPrefix(const char *value)
void SetPrefix(const Aws::String &value)
void SetArn(const Aws::String &value)
S3BucketDestination & WithAccountId(Aws::String &&value)
void SetAccountId(const char *value)
S3BucketDestination & WithEncryption(StorageLensDataExportEncryption &&value)
bool EncryptionHasBeenSet() const
void SetFormat(Format &&value)
S3BucketDestination & WithAccountId(const Aws::String &value)
bool ArnHasBeenSet() const
S3BucketDestination & WithOutputSchemaVersion(OutputSchemaVersion &&value)
const StorageLensDataExportEncryption & GetEncryption() const
S3BucketDestination & WithAccountId(const char *value)
void SetEncryption(const StorageLensDataExportEncryption &value)
S3BucketDestination & WithArn(const Aws::String &value)
const Format & GetFormat() const
const OutputSchemaVersion & GetOutputSchemaVersion() const
void SetOutputSchemaVersion(OutputSchemaVersion &&value)
AWS_S3CONTROL_API S3BucketDestination(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetFormat(const Format &value)
bool OutputSchemaVersionHasBeenSet() const
S3BucketDestination & WithArn(Aws::String &&value)
void SetArn(Aws::String &&value)
const Aws::String & GetArn() const
S3BucketDestination & WithArn(const char *value)
void SetPrefix(Aws::String &&value)
S3BucketDestination & WithFormat(const Format &value)
S3BucketDestination & WithOutputSchemaVersion(const OutputSchemaVersion &value)
S3BucketDestination & WithPrefix(const Aws::String &value)
bool AccountIdHasBeenSet() const
S3BucketDestination & WithPrefix(Aws::String &&value)
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String