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>
48 template<
typename S3BucketNameT = Aws::String>
49 void SetS3BucketName(S3BucketNameT&& value) { m_s3BucketNameHasBeenSet =
true; m_s3BucketName = std::forward<S3BucketNameT>(value); }
50 template<
typename S3BucketNameT = Aws::String>
60 template<
typename S3KeysT = Aws::Vector<Aws::String>>
61 void SetS3Keys(S3KeysT&& value) { m_s3KeysHasBeenSet =
true; m_s3Keys = std::forward<S3KeysT>(value); }
62 template<
typename S3KeysT = Aws::Vector<Aws::String>>
64 template<
typename S3KeysT = Aws::String>
65 ReportDestination&
AddS3Keys(S3KeysT&& value) { m_s3KeysHasBeenSet =
true; m_s3Keys.emplace_back(std::forward<S3KeysT>(value));
return *
this; }
70 bool m_s3BucketNameHasBeenSet =
false;
73 bool m_s3KeysHasBeenSet =
false;
void SetS3Keys(S3KeysT &&value)
ReportDestination & WithS3BucketName(S3BucketNameT &&value)
const Aws::Vector< Aws::String > & GetS3Keys() const
ReportDestination & WithS3Keys(S3KeysT &&value)
bool S3BucketNameHasBeenSet() const
AWS_BACKUP_API ReportDestination & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BACKUP_API ReportDestination()=default
ReportDestination & AddS3Keys(S3KeysT &&value)
bool S3KeysHasBeenSet() const
AWS_BACKUP_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetS3BucketName() const
AWS_BACKUP_API ReportDestination(Aws::Utils::Json::JsonView jsonValue)
void SetS3BucketName(S3BucketNameT &&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