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>
59 template <
typename KeyT = Aws::String>
61 m_keyHasBeenSet =
true;
62 m_key = std::forward<KeyT>(value);
64 template <
typename KeyT = Aws::String>
66 SetKey(std::forward<KeyT>(value));
77 template <
typename VersionT = Aws::String>
79 m_versionHasBeenSet =
true;
80 m_version = std::forward<VersionT>(value);
82 template <
typename VersionT = Aws::String>
94 bool m_bucketNameHasBeenSet =
false;
95 bool m_keyHasBeenSet =
false;
96 bool m_versionHasBeenSet =
false;
AWS_SIGNER_API S3Source(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetBucketName() const
void SetBucketName(BucketNameT &&value)
AWS_SIGNER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetKey() const
S3Source & WithBucketName(BucketNameT &&value)
AWS_SIGNER_API S3Source()=default
S3Source & WithVersion(VersionT &&value)
S3Source & WithKey(KeyT &&value)
bool KeyHasBeenSet() const
AWS_SIGNER_API S3Source & operator=(Aws::Utils::Json::JsonView jsonValue)
bool VersionHasBeenSet() const
void SetKey(KeyT &&value)
void SetVersion(VersionT &&value)
bool BucketNameHasBeenSet() const
const Aws::String & GetVersion() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue