7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename BucketNameT = Aws::String>
49 void SetBucketName(BucketNameT&& value) { m_bucketNameHasBeenSet =
true; m_bucketName = std::forward<BucketNameT>(value); }
50 template<
typename BucketNameT = Aws::String>
60 template<
typename KeyT = Aws::String>
61 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
62 template<
typename KeyT = Aws::String>
68 bool m_bucketNameHasBeenSet =
false;
71 bool m_keyHasBeenSet =
false;
S3Location & WithBucketName(BucketNameT &&value)
S3Location & WithKey(KeyT &&value)
AWS_B2BI_API S3Location()=default
AWS_B2BI_API S3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_B2BI_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBucketName(BucketNameT &&value)
bool BucketNameHasBeenSet() const
void SetKey(KeyT &&value)
const Aws::String & GetKey() const
bool KeyHasBeenSet() const
const Aws::String & GetBucketName() const
AWS_B2BI_API S3Location(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue