7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/braket/model/CompressionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
60 template<
typename EntryPo
intT = Aws::String>
61 void SetEntryPoint(EntryPointT&& value) { m_entryPointHasBeenSet =
true; m_entryPoint = std::forward<EntryPointT>(value); }
62 template<
typename EntryPo
intT = Aws::String>
73 template<
typename S3UriT = Aws::String>
74 void SetS3Uri(S3UriT&& value) { m_s3UriHasBeenSet =
true; m_s3Uri = std::forward<S3UriT>(value); }
75 template<
typename S3UriT = Aws::String>
81 bool m_compressionTypeHasBeenSet =
false;
84 bool m_entryPointHasBeenSet =
false;
87 bool m_s3UriHasBeenSet =
false;
ScriptModeConfig & WithCompressionType(CompressionType value)
void SetS3Uri(S3UriT &&value)
bool EntryPointHasBeenSet() const
ScriptModeConfig & WithEntryPoint(EntryPointT &&value)
void SetEntryPoint(EntryPointT &&value)
AWS_BRAKET_API ScriptModeConfig()=default
ScriptModeConfig & WithS3Uri(S3UriT &&value)
AWS_BRAKET_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCompressionType(CompressionType value)
const Aws::String & GetS3Uri() const
AWS_BRAKET_API ScriptModeConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEntryPoint() const
bool S3UriHasBeenSet() const
AWS_BRAKET_API ScriptModeConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CompressionTypeHasBeenSet() const
CompressionType GetCompressionType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue