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>
73 bool m_bucketNameHasBeenSet =
false;
74 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