7#include <aws/backupsearch/BackupSearch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BackupSearch {
42 template <
typename DestinationBucketT = Aws::String>
44 m_destinationBucketHasBeenSet =
true;
45 m_destinationBucket = std::forward<DestinationBucketT>(value);
47 template <
typename DestinationBucketT = Aws::String>
61 template <
typename DestinationPrefixT = Aws::String>
63 m_destinationPrefixHasBeenSet =
true;
64 m_destinationPrefix = std::forward<DestinationPrefixT>(value);
66 template <
typename DestinationPrefixT = Aws::String>
76 bool m_destinationBucketHasBeenSet =
false;
77 bool m_destinationPrefixHasBeenSet =
false;
S3ExportSpecification & WithDestinationPrefix(DestinationPrefixT &&value)
void SetDestinationBucket(DestinationBucketT &&value)
AWS_BACKUPSEARCH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BACKUPSEARCH_API S3ExportSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDestinationBucket() const
S3ExportSpecification & WithDestinationBucket(DestinationBucketT &&value)
bool DestinationPrefixHasBeenSet() const
void SetDestinationPrefix(DestinationPrefixT &&value)
AWS_BACKUPSEARCH_API S3ExportSpecification()=default
bool DestinationBucketHasBeenSet() const
AWS_BACKUPSEARCH_API S3ExportSpecification(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDestinationPrefix() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue