7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/nova-act/NovaAct_EXPORTS.h>
43 template <
typename S3BucketNameT = Aws::String>
45 m_s3BucketNameHasBeenSet =
true;
46 m_s3BucketName = std::forward<S3BucketNameT>(value);
48 template <
typename S3BucketNameT = Aws::String>
61 template <
typename S3KeyPrefixT = Aws::String>
63 m_s3KeyPrefixHasBeenSet =
true;
64 m_s3KeyPrefix = std::forward<S3KeyPrefixT>(value);
66 template <
typename S3KeyPrefixT = Aws::String>
76 bool m_s3BucketNameHasBeenSet =
false;
77 bool m_s3KeyPrefixHasBeenSet =
false;
WorkflowExportConfig & WithS3KeyPrefix(S3KeyPrefixT &&value)
bool S3KeyPrefixHasBeenSet() const
void SetS3BucketName(S3BucketNameT &&value)
WorkflowExportConfig & WithS3BucketName(S3BucketNameT &&value)
AWS_NOVAACT_API WorkflowExportConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_NOVAACT_API WorkflowExportConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool S3BucketNameHasBeenSet() const
const Aws::String & GetS3KeyPrefix() const
const Aws::String & GetS3BucketName() const
AWS_NOVAACT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_NOVAACT_API WorkflowExportConfig()=default
void SetS3KeyPrefix(S3KeyPrefixT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue