7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoT_EXPORTS.h>
40 template <
typename BucketT = Aws::String>
42 m_bucketHasBeenSet =
true;
43 m_bucket = std::forward<BucketT>(value);
45 template <
typename BucketT = 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));
76 template <
typename VersionT = Aws::String>
78 m_versionHasBeenSet =
true;
79 m_version = std::forward<VersionT>(value);
81 template <
typename VersionT = Aws::String>
93 bool m_bucketHasBeenSet =
false;
94 bool m_keyHasBeenSet =
false;
95 bool m_versionHasBeenSet =
false;
AWS_IOT_API S3Location(Aws::Utils::Json::JsonView jsonValue)
S3Location & WithBucket(BucketT &&value)
S3Location & WithVersion(VersionT &&value)
const Aws::String & GetKey() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
S3Location & WithKey(KeyT &&value)
bool BucketHasBeenSet() const
void SetVersion(VersionT &&value)
void SetBucket(BucketT &&value)
AWS_IOT_API S3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
bool VersionHasBeenSet() const
void SetKey(KeyT &&value)
AWS_IOT_API S3Location()=default
bool KeyHasBeenSet() const
const Aws::String & GetBucket() const
const Aws::String & GetVersion() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue