7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
51 inline void SetS3BucketName(
const char* value) { m_s3BucketNameHasBeenSet =
true; m_s3BucketName.assign(value); }
68 inline void SetS3KeyPrefix(
const char* value) { m_s3KeyPrefixHasBeenSet =
true; m_s3KeyPrefix.assign(value); }
92 bool m_s3BucketNameHasBeenSet =
false;
95 bool m_s3KeyPrefixHasBeenSet =
false;
98 bool m_formatsHasBeenSet =
false;
ReportDeliveryChannel & WithS3KeyPrefix(const Aws::String &value)
ReportDeliveryChannel & WithFormats(const Aws::Vector< Aws::String > &value)
AWS_BACKUP_API Aws::Utils::Json::JsonValue Jsonize() const
void SetS3BucketName(Aws::String &&value)
AWS_BACKUP_API ReportDeliveryChannel(Aws::Utils::Json::JsonView jsonValue)
void SetS3KeyPrefix(const Aws::String &value)
void SetS3KeyPrefix(const char *value)
ReportDeliveryChannel & WithFormats(Aws::Vector< Aws::String > &&value)
void SetS3BucketName(const char *value)
const Aws::String & GetS3KeyPrefix() const
ReportDeliveryChannel & WithS3KeyPrefix(const char *value)
const Aws::Vector< Aws::String > & GetFormats() const
ReportDeliveryChannel & WithS3BucketName(Aws::String &&value)
void SetS3KeyPrefix(Aws::String &&value)
ReportDeliveryChannel & AddFormats(const char *value)
ReportDeliveryChannel & WithS3BucketName(const Aws::String &value)
void SetS3BucketName(const Aws::String &value)
bool S3BucketNameHasBeenSet() const
void SetFormats(Aws::Vector< Aws::String > &&value)
bool FormatsHasBeenSet() const
ReportDeliveryChannel & WithS3KeyPrefix(Aws::String &&value)
const Aws::String & GetS3BucketName() const
void SetFormats(const Aws::Vector< Aws::String > &value)
AWS_BACKUP_API ReportDeliveryChannel()
bool S3KeyPrefixHasBeenSet() const
ReportDeliveryChannel & AddFormats(Aws::String &&value)
ReportDeliveryChannel & WithS3BucketName(const char *value)
ReportDeliveryChannel & AddFormats(const Aws::String &value)
AWS_BACKUP_API ReportDeliveryChannel & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue