7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename BucketNameT = Aws::String>
47 void SetBucketName(BucketNameT&& value) { m_bucketNameHasBeenSet =
true; m_bucketName = std::forward<BucketNameT>(value); }
48 template<
typename BucketNameT = Aws::String>
58 template<
typename KeyT = Aws::String>
59 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
60 template<
typename KeyT = Aws::String>
66 bool m_bucketNameHasBeenSet =
false;
69 bool m_keyHasBeenSet =
false;
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DEADLINE_API S3Location()=default
void SetBucketName(BucketNameT &&value)
S3Location & WithKey(KeyT &&value)
const Aws::String & GetBucketName() const
void SetKey(KeyT &&value)
AWS_DEADLINE_API S3Location(Aws::Utils::Json::JsonView jsonValue)
bool KeyHasBeenSet() const
const Aws::String & GetKey() const
S3Location & WithBucketName(BucketNameT &&value)
bool BucketNameHasBeenSet() const
AWS_DEADLINE_API S3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue