7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename S3BucketNameT = Aws::String>
48 void SetS3BucketName(S3BucketNameT&& value) { m_s3BucketNameHasBeenSet =
true; m_s3BucketName = std::forward<S3BucketNameT>(value); }
49 template<
typename S3BucketNameT = Aws::String>
59 template<
typename RootPrefixT = Aws::String>
60 void SetRootPrefix(RootPrefixT&& value) { m_rootPrefixHasBeenSet =
true; m_rootPrefix = std::forward<RootPrefixT>(value); }
61 template<
typename RootPrefixT = Aws::String>
67 bool m_s3BucketNameHasBeenSet =
false;
70 bool m_rootPrefixHasBeenSet =
false;
AWS_DEADLINE_API JobAttachmentSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetS3BucketName(S3BucketNameT &&value)
JobAttachmentSettings & WithS3BucketName(S3BucketNameT &&value)
AWS_DEADLINE_API JobAttachmentSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
bool RootPrefixHasBeenSet() const
AWS_DEADLINE_API JobAttachmentSettings()=default
const Aws::String & GetRootPrefix() const
bool S3BucketNameHasBeenSet() const
const Aws::String & GetS3BucketName() const
JobAttachmentSettings & WithRootPrefix(RootPrefixT &&value)
void SetRootPrefix(RootPrefixT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue