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>
66 bool m_bucketNameHasBeenSet =
false;
69 bool m_objectKeyHasBeenSet =
false;
OutPutS3Location & WithObjectKey(ObjectKeyT &&value)
const Aws::String & GetBucketName() const
OutPutS3Location & WithBucketName(BucketNameT &&value)
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PANORAMA_API OutPutS3Location(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetObjectKey() const
bool ObjectKeyHasBeenSet() const
AWS_PANORAMA_API OutPutS3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBucketName(BucketNameT &&value)
AWS_PANORAMA_API OutPutS3Location()=default
void SetObjectKey(ObjectKeyT &&value)
bool BucketNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue