7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
53 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
70 inline void SetKeyPrefix(
const char* value) { m_keyPrefixHasBeenSet =
true; m_keyPrefix.assign(value); }
78 bool m_bucketHasBeenSet =
false;
81 bool m_keyPrefixHasBeenSet =
false;
const Aws::String & GetKeyPrefix() const
AWS_REKOGNITION_API S3Destination(Aws::Utils::Json::JsonView jsonValue)
S3Destination & WithKeyPrefix(Aws::String &&value)
S3Destination & WithBucket(Aws::String &&value)
void SetBucket(const char *value)
S3Destination & WithBucket(const Aws::String &value)
void SetKeyPrefix(Aws::String &&value)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
S3Destination & WithKeyPrefix(const char *value)
const Aws::String & GetBucket() const
S3Destination & WithKeyPrefix(const Aws::String &value)
AWS_REKOGNITION_API S3Destination & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBucket(Aws::String &&value)
bool BucketHasBeenSet() const
void SetBucket(const Aws::String &value)
AWS_REKOGNITION_API S3Destination()
S3Destination & WithBucket(const char *value)
void SetKeyPrefix(const char *value)
void SetKeyPrefix(const Aws::String &value)
bool KeyPrefixHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue