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;
const Aws::String & GetS3BucketName() const
AWS_DEADLINE_API JobDetailsJobAttachmentSettings()=default
JobDetailsJobAttachmentSettings & WithS3BucketName(S3BucketNameT &&value)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRootPrefix() const
AWS_DEADLINE_API JobDetailsJobAttachmentSettings(Aws::Utils::Json::JsonView jsonValue)
bool S3BucketNameHasBeenSet() const
void SetS3BucketName(S3BucketNameT &&value)
void SetRootPrefix(RootPrefixT &&value)
bool RootPrefixHasBeenSet() const
JobDetailsJobAttachmentSettings & WithRootPrefix(RootPrefixT &&value)
AWS_DEADLINE_API JobDetailsJobAttachmentSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue