AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ScriptModeConfig.h
1
6#pragma once
7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/braket/model/CompressionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace Braket
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_BRAKET_API ScriptModeConfig();
39 AWS_BRAKET_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const CompressionType& GetCompressionType() const{ return m_compressionType; }
48 inline bool CompressionTypeHasBeenSet() const { return m_compressionTypeHasBeenSet; }
49 inline void SetCompressionType(const CompressionType& value) { m_compressionTypeHasBeenSet = true; m_compressionType = value; }
50 inline void SetCompressionType(CompressionType&& value) { m_compressionTypeHasBeenSet = true; m_compressionType = std::move(value); }
51 inline ScriptModeConfig& WithCompressionType(const CompressionType& value) { SetCompressionType(value); return *this;}
52 inline ScriptModeConfig& WithCompressionType(CompressionType&& value) { SetCompressionType(std::move(value)); return *this;}
54
56
60 inline const Aws::String& GetEntryPoint() const{ return m_entryPoint; }
61 inline bool EntryPointHasBeenSet() const { return m_entryPointHasBeenSet; }
62 inline void SetEntryPoint(const Aws::String& value) { m_entryPointHasBeenSet = true; m_entryPoint = value; }
63 inline void SetEntryPoint(Aws::String&& value) { m_entryPointHasBeenSet = true; m_entryPoint = std::move(value); }
64 inline void SetEntryPoint(const char* value) { m_entryPointHasBeenSet = true; m_entryPoint.assign(value); }
65 inline ScriptModeConfig& WithEntryPoint(const Aws::String& value) { SetEntryPoint(value); return *this;}
66 inline ScriptModeConfig& WithEntryPoint(Aws::String&& value) { SetEntryPoint(std::move(value)); return *this;}
67 inline ScriptModeConfig& WithEntryPoint(const char* value) { SetEntryPoint(value); return *this;}
69
71
75 inline const Aws::String& GetS3Uri() const{ return m_s3Uri; }
76 inline bool S3UriHasBeenSet() const { return m_s3UriHasBeenSet; }
77 inline void SetS3Uri(const Aws::String& value) { m_s3UriHasBeenSet = true; m_s3Uri = value; }
78 inline void SetS3Uri(Aws::String&& value) { m_s3UriHasBeenSet = true; m_s3Uri = std::move(value); }
79 inline void SetS3Uri(const char* value) { m_s3UriHasBeenSet = true; m_s3Uri.assign(value); }
80 inline ScriptModeConfig& WithS3Uri(const Aws::String& value) { SetS3Uri(value); return *this;}
81 inline ScriptModeConfig& WithS3Uri(Aws::String&& value) { SetS3Uri(std::move(value)); return *this;}
82 inline ScriptModeConfig& WithS3Uri(const char* value) { SetS3Uri(value); return *this;}
84 private:
85
86 CompressionType m_compressionType;
87 bool m_compressionTypeHasBeenSet = false;
88
89 Aws::String m_entryPoint;
90 bool m_entryPointHasBeenSet = false;
91
92 Aws::String m_s3Uri;
93 bool m_s3UriHasBeenSet = false;
94 };
95
96} // namespace Model
97} // namespace Braket
98} // namespace Aws
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)
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)
AWS_BRAKET_API ScriptModeConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCompressionType(const CompressionType &value)
ScriptModeConfig & WithCompressionType(CompressionType &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue