7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/proton/Proton_EXPORTS.h>
40 template <
typename BucketT = Aws::String>
42 m_bucketHasBeenSet =
true;
43 m_bucket = std::forward<BucketT>(value);
45 template <
typename BucketT = Aws::String>
58 template <
typename KeyT = Aws::String>
60 m_keyHasBeenSet =
true;
61 m_key = std::forward<KeyT>(value);
63 template <
typename KeyT = Aws::String>
65 SetKey(std::forward<KeyT>(value));
73 bool m_bucketHasBeenSet =
false;
74 bool m_keyHasBeenSet =
false;
AWS_PROTON_API S3ObjectSource(Aws::Utils::Json::JsonView jsonValue)
void SetBucket(BucketT &&value)
bool BucketHasBeenSet() const
void SetKey(KeyT &&value)
S3ObjectSource & WithKey(KeyT &&value)
AWS_PROTON_API S3ObjectSource & operator=(Aws::Utils::Json::JsonView jsonValue)
S3ObjectSource & WithBucket(BucketT &&value)
bool KeyHasBeenSet() const
const Aws::String & GetKey() const
const Aws::String & GetBucket() const
AWS_PROTON_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PROTON_API S3ObjectSource()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue