7#include <aws/backupsearch/BackupSearch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename DestinationBucketT = Aws::String>
49 void SetDestinationBucket(DestinationBucketT&& value) { m_destinationBucketHasBeenSet =
true; m_destinationBucket = std::forward<DestinationBucketT>(value); }
50 template<
typename DestinationBucketT = Aws::String>
61 template<
typename DestinationPrefixT = Aws::String>
62 void SetDestinationPrefix(DestinationPrefixT&& value) { m_destinationPrefixHasBeenSet =
true; m_destinationPrefix = std::forward<DestinationPrefixT>(value); }
63 template<
typename DestinationPrefixT = Aws::String>
69 bool m_destinationBucketHasBeenSet =
false;
72 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