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>
49 template<
typename S3BucketNameT = Aws::String>
50 void SetS3BucketName(S3BucketNameT&& value) { m_s3BucketNameHasBeenSet =
true; m_s3BucketName = std::forward<S3BucketNameT>(value); }
51 template<
typename S3BucketNameT = Aws::String>
64 template<
typename S3KeyPrefixT = Aws::String>
65 void SetS3KeyPrefix(S3KeyPrefixT&& value) { m_s3KeyPrefixHasBeenSet =
true; m_s3KeyPrefix = std::forward<S3KeyPrefixT>(value); }
66 template<
typename S3KeyPrefixT = Aws::String>
77 template<
typename FormatsT = Aws::Vector<Aws::String>>
78 void SetFormats(FormatsT&& value) { m_formatsHasBeenSet =
true; m_formats = std::forward<FormatsT>(value); }
79 template<
typename FormatsT = Aws::Vector<Aws::String>>
81 template<
typename FormatsT = Aws::String>
87 bool m_s3BucketNameHasBeenSet =
false;
90 bool m_s3KeyPrefixHasBeenSet =
false;
93 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