7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetS3BucketName(
const char* value) { m_s3BucketNameHasBeenSet =
true; m_s3BucketName.assign(value); }
63 inline void SetRootPrefix(
const char* value) { m_rootPrefixHasBeenSet =
true; m_rootPrefix.assign(value); }
71 bool m_s3BucketNameHasBeenSet =
false;
74 bool m_rootPrefixHasBeenSet =
false;
AWS_DEADLINE_API JobAttachmentSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
JobAttachmentSettings & WithRootPrefix(const char *value)
void SetS3BucketName(const char *value)
AWS_DEADLINE_API JobAttachmentSettings()
JobAttachmentSettings & WithS3BucketName(Aws::String &&value)
AWS_DEADLINE_API JobAttachmentSettings(Aws::Utils::Json::JsonView jsonValue)
void SetRootPrefix(const char *value)
void SetS3BucketName(Aws::String &&value)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
JobAttachmentSettings & WithS3BucketName(const Aws::String &value)
JobAttachmentSettings & WithRootPrefix(Aws::String &&value)
bool RootPrefixHasBeenSet() const
const Aws::String & GetRootPrefix() const
bool S3BucketNameHasBeenSet() const
const Aws::String & GetS3BucketName() const
JobAttachmentSettings & WithRootPrefix(const Aws::String &value)
JobAttachmentSettings & WithS3BucketName(const char *value)
void SetRootPrefix(const Aws::String &value)
void SetRootPrefix(Aws::String &&value)
void SetS3BucketName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue