7#include <aws/sms/SMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename BucketT = Aws::String>
47 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
48 template<
typename BucketT = 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_bucketHasBeenSet =
false;
69 bool m_keyHasBeenSet =
false;
AWS_SMS_API S3Location(Aws::Utils::Json::JsonView jsonValue)
bool KeyHasBeenSet() const
void SetKey(KeyT &&value)
AWS_SMS_API Aws::Utils::Json::JsonValue Jsonize() const
bool BucketHasBeenSet() const
const Aws::String & GetBucket() const
AWS_SMS_API S3Location()=default
const Aws::String & GetKey() const
void SetBucket(BucketT &&value)
S3Location & WithKey(KeyT &&value)
S3Location & WithBucket(BucketT &&value)
AWS_SMS_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