7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/signer/Signer_EXPORTS.h>
41 template <
typename BucketNameT = Aws::String>
43 m_bucketNameHasBeenSet =
true;
44 m_bucketName = std::forward<BucketNameT>(value);
46 template <
typename BucketNameT = Aws::String>
60 template <
typename PrefixT = Aws::String>
62 m_prefixHasBeenSet =
true;
63 m_prefix = std::forward<PrefixT>(value);
65 template <
typename PrefixT = Aws::String>
75 bool m_bucketNameHasBeenSet =
false;
76 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