7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/braket/model/CompressionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
64 inline void SetEntryPoint(
const char* value) { m_entryPointHasBeenSet =
true; m_entryPoint.assign(value); }
79 inline void SetS3Uri(
const char* value) { m_s3UriHasBeenSet =
true; m_s3Uri.assign(value); }
87 bool m_compressionTypeHasBeenSet =
false;
90 bool m_entryPointHasBeenSet =
false;
93 bool m_s3UriHasBeenSet =
false;
ScriptModeConfig & WithS3Uri(Aws::String &&value)
void SetS3Uri(const Aws::String &value)
ScriptModeConfig & WithCompressionType(const CompressionType &value)
ScriptModeConfig & WithEntryPoint(const Aws::String &value)
void SetEntryPoint(Aws::String &&value)
void SetEntryPoint(const Aws::String &value)
void SetS3Uri(const char *value)
bool EntryPointHasBeenSet() const
ScriptModeConfig & WithS3Uri(const Aws::String &value)
AWS_BRAKET_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCompressionType(CompressionType &&value)
ScriptModeConfig & WithEntryPoint(Aws::String &&value)
ScriptModeConfig & WithEntryPoint(const char *value)
const Aws::String & GetS3Uri() const
void SetS3Uri(Aws::String &&value)
AWS_BRAKET_API ScriptModeConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEntryPoint() const
void SetEntryPoint(const char *value)
const CompressionType & GetCompressionType() const
ScriptModeConfig & WithS3Uri(const char *value)
bool S3UriHasBeenSet() const
AWS_BRAKET_API ScriptModeConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCompressionType(const CompressionType &value)
bool CompressionTypeHasBeenSet() const
ScriptModeConfig & WithCompressionType(CompressionType &&value)
AWS_BRAKET_API ScriptModeConfig()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue