7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/deadline/Deadline_EXPORTS.h>
40 template <
typename BucketNameT = Aws::String>
42 m_bucketNameHasBeenSet =
true;
43 m_bucketName = std::forward<BucketNameT>(value);
45 template <
typename BucketNameT = 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_bucketNameHasBeenSet =
false;
74 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