7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/m2/MainframeModernization_EXPORTS.h>
9#include <aws/m2/model/JobIdentifier.h>
20namespace MainframeModernization {
42 template <
typename BucketT = Aws::String>
44 m_bucketHasBeenSet =
true;
45 m_bucket = std::forward<BucketT>(value);
47 template <
typename BucketT = Aws::String>
63 template <
typename IdentifierT = JobIdentifier>
65 m_identifierHasBeenSet =
true;
66 m_identifier = std::forward<IdentifierT>(value);
68 template <
typename IdentifierT = JobIdentifier>
82 template <
typename KeyPrefixT = Aws::String>
84 m_keyPrefixHasBeenSet =
true;
85 m_keyPrefix = std::forward<KeyPrefixT>(value);
87 template <
typename KeyPrefixT = Aws::String>
99 bool m_bucketHasBeenSet =
false;
100 bool m_identifierHasBeenSet =
false;
101 bool m_keyPrefixHasBeenSet =
false;
S3BatchJobIdentifier & WithBucket(BucketT &&value)
S3BatchJobIdentifier & WithKeyPrefix(KeyPrefixT &&value)
const JobIdentifier & GetIdentifier() const
void SetKeyPrefix(KeyPrefixT &&value)
AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const
S3BatchJobIdentifier & WithIdentifier(IdentifierT &&value)
const Aws::String & GetKeyPrefix() const
AWS_MAINFRAMEMODERNIZATION_API S3BatchJobIdentifier()=default
AWS_MAINFRAMEMODERNIZATION_API S3BatchJobIdentifier(Aws::Utils::Json::JsonView jsonValue)
bool IdentifierHasBeenSet() const
bool BucketHasBeenSet() const
void SetIdentifier(IdentifierT &&value)
const Aws::String & GetBucket() const
AWS_MAINFRAMEMODERNIZATION_API S3BatchJobIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBucket(BucketT &&value)
bool KeyPrefixHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue