AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
TransformOutput.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/AssemblyType.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 SageMaker
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_SAGEMAKER_API TransformOutput();
36 AWS_SAGEMAKER_API TransformOutput(Aws::Utils::Json::JsonView jsonValue);
38 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
60 inline const Aws::String& GetS3OutputPath() const{ return m_s3OutputPath; }
61 inline bool S3OutputPathHasBeenSet() const { return m_s3OutputPathHasBeenSet; }
62 inline void SetS3OutputPath(const Aws::String& value) { m_s3OutputPathHasBeenSet = true; m_s3OutputPath = value; }
63 inline void SetS3OutputPath(Aws::String&& value) { m_s3OutputPathHasBeenSet = true; m_s3OutputPath = std::move(value); }
64 inline void SetS3OutputPath(const char* value) { m_s3OutputPathHasBeenSet = true; m_s3OutputPath.assign(value); }
65 inline TransformOutput& WithS3OutputPath(const Aws::String& value) { SetS3OutputPath(value); return *this;}
66 inline TransformOutput& WithS3OutputPath(Aws::String&& value) { SetS3OutputPath(std::move(value)); return *this;}
67 inline TransformOutput& WithS3OutputPath(const char* value) { SetS3OutputPath(value); return *this;}
69
71
75 inline const Aws::String& GetAccept() const{ return m_accept; }
76 inline bool AcceptHasBeenSet() const { return m_acceptHasBeenSet; }
77 inline void SetAccept(const Aws::String& value) { m_acceptHasBeenSet = true; m_accept = value; }
78 inline void SetAccept(Aws::String&& value) { m_acceptHasBeenSet = true; m_accept = std::move(value); }
79 inline void SetAccept(const char* value) { m_acceptHasBeenSet = true; m_accept.assign(value); }
80 inline TransformOutput& WithAccept(const Aws::String& value) { SetAccept(value); return *this;}
81 inline TransformOutput& WithAccept(Aws::String&& value) { SetAccept(std::move(value)); return *this;}
82 inline TransformOutput& WithAccept(const char* value) { SetAccept(value); return *this;}
84
86
92 inline const AssemblyType& GetAssembleWith() const{ return m_assembleWith; }
93 inline bool AssembleWithHasBeenSet() const { return m_assembleWithHasBeenSet; }
94 inline void SetAssembleWith(const AssemblyType& value) { m_assembleWithHasBeenSet = true; m_assembleWith = value; }
95 inline void SetAssembleWith(AssemblyType&& value) { m_assembleWithHasBeenSet = true; m_assembleWith = std::move(value); }
96 inline TransformOutput& WithAssembleWith(const AssemblyType& value) { SetAssembleWith(value); return *this;}
97 inline TransformOutput& WithAssembleWith(AssemblyType&& value) { SetAssembleWith(std::move(value)); return *this;}
99
101
123 inline const Aws::String& GetKmsKeyId() const{ return m_kmsKeyId; }
124 inline bool KmsKeyIdHasBeenSet() const { return m_kmsKeyIdHasBeenSet; }
125 inline void SetKmsKeyId(const Aws::String& value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId = value; }
126 inline void SetKmsKeyId(Aws::String&& value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId = std::move(value); }
127 inline void SetKmsKeyId(const char* value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId.assign(value); }
128 inline TransformOutput& WithKmsKeyId(const Aws::String& value) { SetKmsKeyId(value); return *this;}
129 inline TransformOutput& WithKmsKeyId(Aws::String&& value) { SetKmsKeyId(std::move(value)); return *this;}
130 inline TransformOutput& WithKmsKeyId(const char* value) { SetKmsKeyId(value); return *this;}
132 private:
133
134 Aws::String m_s3OutputPath;
135 bool m_s3OutputPathHasBeenSet = false;
136
137 Aws::String m_accept;
138 bool m_acceptHasBeenSet = false;
139
140 AssemblyType m_assembleWith;
141 bool m_assembleWithHasBeenSet = false;
142
143 Aws::String m_kmsKeyId;
144 bool m_kmsKeyIdHasBeenSet = false;
145 };
146
147} // namespace Model
148} // namespace SageMaker
149} // namespace Aws
void SetAccept(const Aws::String &value)
void SetAssembleWith(AssemblyType &&value)
void SetS3OutputPath(Aws::String &&value)
void SetAccept(Aws::String &&value)
TransformOutput & WithAccept(const Aws::String &value)
void SetKmsKeyId(const Aws::String &value)
void SetS3OutputPath(const char *value)
TransformOutput & WithAssembleWith(AssemblyType &&value)
const Aws::String & GetKmsKeyId() const
void SetKmsKeyId(Aws::String &&value)
const AssemblyType & GetAssembleWith() const
AWS_SAGEMAKER_API TransformOutput(Aws::Utils::Json::JsonView jsonValue)
TransformOutput & WithS3OutputPath(const char *value)
const Aws::String & GetAccept() const
const Aws::String & GetS3OutputPath() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
TransformOutput & WithKmsKeyId(Aws::String &&value)
void SetAssembleWith(const AssemblyType &value)
TransformOutput & WithS3OutputPath(Aws::String &&value)
AWS_SAGEMAKER_API TransformOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
TransformOutput & WithAssembleWith(const AssemblyType &value)
TransformOutput & WithAccept(Aws::String &&value)
TransformOutput & WithS3OutputPath(const Aws::String &value)
void SetS3OutputPath(const Aws::String &value)
TransformOutput & WithAccept(const char *value)
TransformOutput & WithKmsKeyId(const Aws::String &value)
TransformOutput & WithKmsKeyId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue