7#include <aws/panorama/Panorama_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 ObjectKeyT = Aws::String>
59 void SetObjectKey(ObjectKeyT&& value) { m_objectKeyHasBeenSet =
true; m_objectKey = std::forward<ObjectKeyT>(value); }
60 template<
typename ObjectKeyT = Aws::String>
70 template<
typename RegionT = Aws::String>
71 void SetRegion(RegionT&& value) { m_regionHasBeenSet =
true; m_region = std::forward<RegionT>(value); }
72 template<
typename RegionT = Aws::String>
78 bool m_bucketNameHasBeenSet =
false;
81 bool m_objectKeyHasBeenSet =
false;
84 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