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>
50 inline void SetS3BucketName(
const char* value) { m_s3BucketNameHasBeenSet =
true; m_s3BucketName.assign(value); }
73 bool m_s3BucketNameHasBeenSet =
false;
76 bool m_s3KeysHasBeenSet =
false;
void SetS3Keys(Aws::Vector< Aws::String > &&value)
ReportDestination & WithS3BucketName(Aws::String &&value)
const Aws::Vector< Aws::String > & GetS3Keys() const
ReportDestination & AddS3Keys(const char *value)
ReportDestination & WithS3Keys(const Aws::Vector< Aws::String > &value)
bool S3BucketNameHasBeenSet() const
void SetS3Keys(const Aws::Vector< Aws::String > &value)
void SetS3BucketName(const Aws::String &value)
AWS_BACKUP_API ReportDestination & operator=(Aws::Utils::Json::JsonView jsonValue)
ReportDestination & AddS3Keys(const Aws::String &value)
ReportDestination & WithS3BucketName(const char *value)
bool S3KeysHasBeenSet() const
AWS_BACKUP_API ReportDestination()
ReportDestination & WithS3BucketName(const Aws::String &value)
void SetS3BucketName(const char *value)
AWS_BACKUP_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetS3BucketName() const
ReportDestination & AddS3Keys(Aws::String &&value)
void SetS3BucketName(Aws::String &&value)
AWS_BACKUP_API ReportDestination(Aws::Utils::Json::JsonView jsonValue)
ReportDestination & WithS3Keys(Aws::Vector< Aws::String > &&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