7#include <aws/signer/Signer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename BucketNameT = Aws::String>
48 void SetBucketName(BucketNameT&& value) { m_bucketNameHasBeenSet =
true; m_bucketName = std::forward<BucketNameT>(value); }
49 template<
typename BucketNameT = Aws::String>
60 template<
typename PrefixT = Aws::String>
61 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
62 template<
typename PrefixT = Aws::String>
68 bool m_bucketNameHasBeenSet =
false;
71 bool m_prefixHasBeenSet =
false;
const Aws::String & GetBucketName() const
void SetPrefix(PrefixT &&value)
AWS_SIGNER_API S3Destination()=default
bool BucketNameHasBeenSet() const
const Aws::String & GetPrefix() const
S3Destination & WithPrefix(PrefixT &&value)
AWS_SIGNER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SIGNER_API S3Destination & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PrefixHasBeenSet() const
S3Destination & WithBucketName(BucketNameT &&value)
void SetBucketName(BucketNameT &&value)
AWS_SIGNER_API S3Destination(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue