7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/braket/model/CompressionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename EntryPo
intT = Aws::String>
45 m_entryPointHasBeenSet =
true;
46 m_entryPoint = std::forward<EntryPointT>(value);
48 template <
typename EntryPo
intT = Aws::String>
62 template <
typename S3UriT = Aws::String>
64 m_s3UriHasBeenSet =
true;
65 m_s3Uri = std::forward<S3UriT>(value);
67 template <
typename S3UriT = Aws::String>
69 SetS3Uri(std::forward<S3UriT>(value));
82 m_compressionTypeHasBeenSet =
true;
83 m_compressionType = value;
96 bool m_entryPointHasBeenSet =
false;
97 bool m_s3UriHasBeenSet =
false;
98 bool m_compressionTypeHasBeenSet =
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