7#include <aws/m2/MainframeModernization_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/m2/model/JobIdentifier.h>
22namespace MainframeModernization
50 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
80 inline void SetKeyPrefix(
const char* value) { m_keyPrefixHasBeenSet =
true; m_keyPrefix.assign(value); }
88 bool m_bucketHasBeenSet =
false;
91 bool m_identifierHasBeenSet =
false;
94 bool m_keyPrefixHasBeenSet =
false;
S3BatchJobIdentifier & WithKeyPrefix(const char *value)
const JobIdentifier & GetIdentifier() const
AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MAINFRAMEMODERNIZATION_API S3BatchJobIdentifier()
void SetIdentifier(JobIdentifier &&value)
S3BatchJobIdentifier & WithIdentifier(JobIdentifier &&value)
void SetKeyPrefix(const char *value)
const Aws::String & GetKeyPrefix() const
void SetBucket(const char *value)
S3BatchJobIdentifier & WithKeyPrefix(const Aws::String &value)
AWS_MAINFRAMEMODERNIZATION_API S3BatchJobIdentifier(Aws::Utils::Json::JsonView jsonValue)
S3BatchJobIdentifier & WithIdentifier(const JobIdentifier &value)
S3BatchJobIdentifier & WithBucket(const char *value)
void SetKeyPrefix(const Aws::String &value)
bool IdentifierHasBeenSet() const
bool BucketHasBeenSet() const
S3BatchJobIdentifier & WithKeyPrefix(Aws::String &&value)
void SetBucket(Aws::String &&value)
S3BatchJobIdentifier & WithBucket(Aws::String &&value)
const Aws::String & GetBucket() const
AWS_MAINFRAMEMODERNIZATION_API S3BatchJobIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
bool KeyPrefixHasBeenSet() const
void SetBucket(const Aws::String &value)
void SetIdentifier(const JobIdentifier &value)
void SetKeyPrefix(Aws::String &&value)
S3BatchJobIdentifier & WithBucket(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue