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>
59 template<
typename KeyT = Aws::String>
60 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
61 template<
typename KeyT = Aws::String>
71 template<
typename VersionT = Aws::String>
72 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
73 template<
typename VersionT = Aws::String>
79 bool m_bucketNameHasBeenSet =
false;
82 bool m_keyHasBeenSet =
false;
85 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