7#include <aws/lookoutvision/LookoutforVision_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace LookoutforVision
47 template<
typename BucketT = Aws::String>
48 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
49 template<
typename BucketT = Aws::String>
59 template<
typename KeyT = Aws::String>
60 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
61 template<
typename KeyT = Aws::String>
67 bool m_bucketHasBeenSet =
false;
70 bool m_keyHasBeenSet =
false;
void SetKey(KeyT &&value)
OutputS3Object & WithBucket(BucketT &&value)
AWS_LOOKOUTFORVISION_API OutputS3Object & operator=(Aws::Utils::Json::JsonView jsonValue)
OutputS3Object & WithKey(KeyT &&value)
const Aws::String & GetBucket() const
AWS_LOOKOUTFORVISION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBucket(BucketT &&value)
AWS_LOOKOUTFORVISION_API OutputS3Object(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKey() const
AWS_LOOKOUTFORVISION_API OutputS3Object()=default
bool KeyHasBeenSet() const
bool BucketHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue