7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/panorama/Panorama_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 ObjectKeyT = Aws::String>
60 m_objectKeyHasBeenSet =
true;
61 m_objectKey = std::forward<ObjectKeyT>(value);
63 template <
typename ObjectKeyT = Aws::String>
76 template <
typename RegionT = Aws::String>
78 m_regionHasBeenSet =
true;
79 m_region = std::forward<RegionT>(value);
81 template <
typename RegionT = Aws::String>
93 bool m_bucketNameHasBeenSet =
false;
94 bool m_objectKeyHasBeenSet =
false;
95 bool m_regionHasBeenSet =
false;
S3Location & WithObjectKey(ObjectKeyT &&value)
bool BucketNameHasBeenSet() const
const Aws::String & GetRegion() const
S3Location & WithBucketName(BucketNameT &&value)
void SetRegion(RegionT &&value)
AWS_PANORAMA_API S3Location(Aws::Utils::Json::JsonView jsonValue)
void SetObjectKey(ObjectKeyT &&value)
bool ObjectKeyHasBeenSet() const
AWS_PANORAMA_API S3Location()=default
bool RegionHasBeenSet() const
S3Location & WithRegion(RegionT &&value)
void SetBucketName(BucketNameT &&value)
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetBucketName() const
const Aws::String & GetObjectKey() const
AWS_PANORAMA_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