7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kendra/Kendra_EXPORTS.h>
41 template <
typename BucketT = Aws::String>
43 m_bucketHasBeenSet =
true;
44 m_bucket = std::forward<BucketT>(value);
46 template <
typename BucketT = 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));
74 bool m_bucketHasBeenSet =
false;
75 bool m_keyHasBeenSet =
false;
void SetBucket(BucketT &&value)
AWS_KENDRA_API S3Path(Aws::Utils::Json::JsonView jsonValue)
bool BucketHasBeenSet() const
AWS_KENDRA_API S3Path & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KENDRA_API S3Path()=default
const Aws::String & GetBucket() const
S3Path & WithBucket(BucketT &&value)
bool KeyHasBeenSet() const
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
S3Path & WithKey(KeyT &&value)
const Aws::String & GetKey() const
void SetKey(KeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue