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>
43 template <
typename S3BucketNameT = Aws::String>
45 m_s3BucketNameHasBeenSet =
true;
46 m_s3BucketName = std::forward<S3BucketNameT>(value);
48 template <
typename S3BucketNameT = Aws::String>
64 template <
typename S3KeyPrefixT = Aws::String>
66 m_s3KeyPrefixHasBeenSet =
true;
67 m_s3KeyPrefix = std::forward<S3KeyPrefixT>(value);
69 template <
typename S3KeyPrefixT = Aws::String>
83 template <
typename FormatsT = Aws::Vector<Aws::String>>
85 m_formatsHasBeenSet =
true;
86 m_formats = std::forward<FormatsT>(value);
88 template <
typename FormatsT = Aws::Vector<Aws::String>>
93 template <
typename FormatsT = Aws::String>
95 m_formatsHasBeenSet =
true;
96 m_formats.emplace_back(std::forward<FormatsT>(value));
106 bool m_s3BucketNameHasBeenSet =
false;
107 bool m_s3KeyPrefixHasBeenSet =
false;
108 bool m_formatsHasBeenSet =
false;
AWS_BACKUP_API Aws::Utils::Json::JsonValue Jsonize() const
void SetS3KeyPrefix(S3KeyPrefixT &&value)
void SetFormats(FormatsT &&value)
AWS_BACKUP_API ReportDeliveryChannel(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetS3KeyPrefix() const
const Aws::Vector< Aws::String > & GetFormats() const
ReportDeliveryChannel & WithS3BucketName(S3BucketNameT &&value)
void SetS3BucketName(S3BucketNameT &&value)
AWS_BACKUP_API ReportDeliveryChannel()=default
bool S3BucketNameHasBeenSet() const
bool FormatsHasBeenSet() const
ReportDeliveryChannel & WithFormats(FormatsT &&value)
const Aws::String & GetS3BucketName() const
bool S3KeyPrefixHasBeenSet() const
ReportDeliveryChannel & AddFormats(FormatsT &&value)
AWS_BACKUP_API ReportDeliveryChannel & operator=(Aws::Utils::Json::JsonView jsonValue)
ReportDeliveryChannel & WithS3KeyPrefix(S3KeyPrefixT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue