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
48 template<
typename BucketT = Aws::String>
49 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
50 template<
typename BucketT = Aws::String>
63 template<
typename IdentifierT = JobIdentifier>
64 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
65 template<
typename IdentifierT = JobIdentifier>
76 template<
typename KeyPrefixT = Aws::String>
77 void SetKeyPrefix(KeyPrefixT&& value) { m_keyPrefixHasBeenSet =
true; m_keyPrefix = std::forward<KeyPrefixT>(value); }
78 template<
typename KeyPrefixT = Aws::String>
84 bool m_bucketHasBeenSet =
false;
87 bool m_identifierHasBeenSet =
false;
90 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