7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/deadline/Deadline_EXPORTS.h>
41 template <
typename S3BucketNameT = Aws::String>
43 m_s3BucketNameHasBeenSet =
true;
44 m_s3BucketName = std::forward<S3BucketNameT>(value);
46 template <
typename S3BucketNameT = Aws::String>
59 template <
typename RootPrefixT = Aws::String>
61 m_rootPrefixHasBeenSet =
true;
62 m_rootPrefix = std::forward<RootPrefixT>(value);
64 template <
typename RootPrefixT = Aws::String>
74 bool m_s3BucketNameHasBeenSet =
false;
75 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