AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
FlywheelSummary.h
1
6#pragma once
7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/comprehend/model/FlywheelStatus.h>
10#include <aws/comprehend/model/ModelType.h>
11#include <aws/core/utils/DateTime.h>
12#include <utility>
13
14namespace Aws
15{
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21 class JsonView;
22} // namespace Json
23} // namespace Utils
24namespace Comprehend
25{
26namespace Model
27{
28
35 {
36 public:
37 AWS_COMPREHEND_API FlywheelSummary();
38 AWS_COMPREHEND_API FlywheelSummary(Aws::Utils::Json::JsonView jsonValue);
40 AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const Aws::String& GetFlywheelArn() const{ return m_flywheelArn; }
48 inline bool FlywheelArnHasBeenSet() const { return m_flywheelArnHasBeenSet; }
49 inline void SetFlywheelArn(const Aws::String& value) { m_flywheelArnHasBeenSet = true; m_flywheelArn = value; }
50 inline void SetFlywheelArn(Aws::String&& value) { m_flywheelArnHasBeenSet = true; m_flywheelArn = std::move(value); }
51 inline void SetFlywheelArn(const char* value) { m_flywheelArnHasBeenSet = true; m_flywheelArn.assign(value); }
52 inline FlywheelSummary& WithFlywheelArn(const Aws::String& value) { SetFlywheelArn(value); return *this;}
53 inline FlywheelSummary& WithFlywheelArn(Aws::String&& value) { SetFlywheelArn(std::move(value)); return *this;}
54 inline FlywheelSummary& WithFlywheelArn(const char* value) { SetFlywheelArn(value); return *this;}
56
58
61 inline const Aws::String& GetActiveModelArn() const{ return m_activeModelArn; }
62 inline bool ActiveModelArnHasBeenSet() const { return m_activeModelArnHasBeenSet; }
63 inline void SetActiveModelArn(const Aws::String& value) { m_activeModelArnHasBeenSet = true; m_activeModelArn = value; }
64 inline void SetActiveModelArn(Aws::String&& value) { m_activeModelArnHasBeenSet = true; m_activeModelArn = std::move(value); }
65 inline void SetActiveModelArn(const char* value) { m_activeModelArnHasBeenSet = true; m_activeModelArn.assign(value); }
66 inline FlywheelSummary& WithActiveModelArn(const Aws::String& value) { SetActiveModelArn(value); return *this;}
67 inline FlywheelSummary& WithActiveModelArn(Aws::String&& value) { SetActiveModelArn(std::move(value)); return *this;}
68 inline FlywheelSummary& WithActiveModelArn(const char* value) { SetActiveModelArn(value); return *this;}
70
72
75 inline const Aws::String& GetDataLakeS3Uri() const{ return m_dataLakeS3Uri; }
76 inline bool DataLakeS3UriHasBeenSet() const { return m_dataLakeS3UriHasBeenSet; }
77 inline void SetDataLakeS3Uri(const Aws::String& value) { m_dataLakeS3UriHasBeenSet = true; m_dataLakeS3Uri = value; }
78 inline void SetDataLakeS3Uri(Aws::String&& value) { m_dataLakeS3UriHasBeenSet = true; m_dataLakeS3Uri = std::move(value); }
79 inline void SetDataLakeS3Uri(const char* value) { m_dataLakeS3UriHasBeenSet = true; m_dataLakeS3Uri.assign(value); }
80 inline FlywheelSummary& WithDataLakeS3Uri(const Aws::String& value) { SetDataLakeS3Uri(value); return *this;}
81 inline FlywheelSummary& WithDataLakeS3Uri(Aws::String&& value) { SetDataLakeS3Uri(std::move(value)); return *this;}
82 inline FlywheelSummary& WithDataLakeS3Uri(const char* value) { SetDataLakeS3Uri(value); return *this;}
84
86
89 inline const FlywheelStatus& GetStatus() const{ return m_status; }
90 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
91 inline void SetStatus(const FlywheelStatus& value) { m_statusHasBeenSet = true; m_status = value; }
92 inline void SetStatus(FlywheelStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); }
93 inline FlywheelSummary& WithStatus(const FlywheelStatus& value) { SetStatus(value); return *this;}
94 inline FlywheelSummary& WithStatus(FlywheelStatus&& value) { SetStatus(std::move(value)); return *this;}
96
98
101 inline const ModelType& GetModelType() const{ return m_modelType; }
102 inline bool ModelTypeHasBeenSet() const { return m_modelTypeHasBeenSet; }
103 inline void SetModelType(const ModelType& value) { m_modelTypeHasBeenSet = true; m_modelType = value; }
104 inline void SetModelType(ModelType&& value) { m_modelTypeHasBeenSet = true; m_modelType = std::move(value); }
105 inline FlywheelSummary& WithModelType(const ModelType& value) { SetModelType(value); return *this;}
106 inline FlywheelSummary& WithModelType(ModelType&& value) { SetModelType(std::move(value)); return *this;}
108
110
113 inline const Aws::String& GetMessage() const{ return m_message; }
114 inline bool MessageHasBeenSet() const { return m_messageHasBeenSet; }
115 inline void SetMessage(const Aws::String& value) { m_messageHasBeenSet = true; m_message = value; }
116 inline void SetMessage(Aws::String&& value) { m_messageHasBeenSet = true; m_message = std::move(value); }
117 inline void SetMessage(const char* value) { m_messageHasBeenSet = true; m_message.assign(value); }
118 inline FlywheelSummary& WithMessage(const Aws::String& value) { SetMessage(value); return *this;}
119 inline FlywheelSummary& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return *this;}
120 inline FlywheelSummary& WithMessage(const char* value) { SetMessage(value); return *this;}
122
124
127 inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; }
128 inline bool CreationTimeHasBeenSet() const { return m_creationTimeHasBeenSet; }
129 inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTimeHasBeenSet = true; m_creationTime = value; }
130 inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTimeHasBeenSet = true; m_creationTime = std::move(value); }
131 inline FlywheelSummary& WithCreationTime(const Aws::Utils::DateTime& value) { SetCreationTime(value); return *this;}
132 inline FlywheelSummary& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;}
134
136
139 inline const Aws::Utils::DateTime& GetLastModifiedTime() const{ return m_lastModifiedTime; }
140 inline bool LastModifiedTimeHasBeenSet() const { return m_lastModifiedTimeHasBeenSet; }
141 inline void SetLastModifiedTime(const Aws::Utils::DateTime& value) { m_lastModifiedTimeHasBeenSet = true; m_lastModifiedTime = value; }
142 inline void SetLastModifiedTime(Aws::Utils::DateTime&& value) { m_lastModifiedTimeHasBeenSet = true; m_lastModifiedTime = std::move(value); }
144 inline FlywheelSummary& WithLastModifiedTime(Aws::Utils::DateTime&& value) { SetLastModifiedTime(std::move(value)); return *this;}
146
148
151 inline const Aws::String& GetLatestFlywheelIteration() const{ return m_latestFlywheelIteration; }
152 inline bool LatestFlywheelIterationHasBeenSet() const { return m_latestFlywheelIterationHasBeenSet; }
153 inline void SetLatestFlywheelIteration(const Aws::String& value) { m_latestFlywheelIterationHasBeenSet = true; m_latestFlywheelIteration = value; }
154 inline void SetLatestFlywheelIteration(Aws::String&& value) { m_latestFlywheelIterationHasBeenSet = true; m_latestFlywheelIteration = std::move(value); }
155 inline void SetLatestFlywheelIteration(const char* value) { m_latestFlywheelIterationHasBeenSet = true; m_latestFlywheelIteration.assign(value); }
157 inline FlywheelSummary& WithLatestFlywheelIteration(Aws::String&& value) { SetLatestFlywheelIteration(std::move(value)); return *this;}
158 inline FlywheelSummary& WithLatestFlywheelIteration(const char* value) { SetLatestFlywheelIteration(value); return *this;}
160 private:
161
162 Aws::String m_flywheelArn;
163 bool m_flywheelArnHasBeenSet = false;
164
165 Aws::String m_activeModelArn;
166 bool m_activeModelArnHasBeenSet = false;
167
168 Aws::String m_dataLakeS3Uri;
169 bool m_dataLakeS3UriHasBeenSet = false;
170
171 FlywheelStatus m_status;
172 bool m_statusHasBeenSet = false;
173
174 ModelType m_modelType;
175 bool m_modelTypeHasBeenSet = false;
176
177 Aws::String m_message;
178 bool m_messageHasBeenSet = false;
179
180 Aws::Utils::DateTime m_creationTime;
181 bool m_creationTimeHasBeenSet = false;
182
183 Aws::Utils::DateTime m_lastModifiedTime;
184 bool m_lastModifiedTimeHasBeenSet = false;
185
186 Aws::String m_latestFlywheelIteration;
187 bool m_latestFlywheelIterationHasBeenSet = false;
188 };
189
190} // namespace Model
191} // namespace Comprehend
192} // namespace Aws
void SetStatus(FlywheelStatus &&value)
FlywheelSummary & WithCreationTime(const Aws::Utils::DateTime &value)
const Aws::String & GetLatestFlywheelIteration() const
FlywheelSummary & WithStatus(FlywheelStatus &&value)
FlywheelSummary & WithMessage(const char *value)
void SetCreationTime(const Aws::Utils::DateTime &value)
void SetLatestFlywheelIteration(const char *value)
void SetLastModifiedTime(const Aws::Utils::DateTime &value)
FlywheelSummary & WithModelType(const ModelType &value)
FlywheelSummary & WithLastModifiedTime(Aws::Utils::DateTime &&value)
FlywheelSummary & WithLatestFlywheelIteration(const Aws::String &value)
FlywheelSummary & WithActiveModelArn(const char *value)
FlywheelSummary & WithStatus(const FlywheelStatus &value)
FlywheelSummary & WithMessage(const Aws::String &value)
const Aws::String & GetDataLakeS3Uri() const
FlywheelSummary & WithFlywheelArn(const char *value)
FlywheelSummary & WithDataLakeS3Uri(Aws::String &&value)
void SetLatestFlywheelIteration(Aws::String &&value)
const Aws::Utils::DateTime & GetCreationTime() const
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreationTime(Aws::Utils::DateTime &&value)
const Aws::String & GetFlywheelArn() const
void SetActiveModelArn(const Aws::String &value)
void SetActiveModelArn(Aws::String &&value)
void SetFlywheelArn(Aws::String &&value)
FlywheelSummary & WithActiveModelArn(Aws::String &&value)
FlywheelSummary & WithDataLakeS3Uri(const char *value)
void SetStatus(const FlywheelStatus &value)
FlywheelSummary & WithLatestFlywheelIteration(const char *value)
const Aws::String & GetMessage() const
void SetFlywheelArn(const Aws::String &value)
void SetModelType(const ModelType &value)
FlywheelSummary & WithLatestFlywheelIteration(Aws::String &&value)
FlywheelSummary & WithActiveModelArn(const Aws::String &value)
void SetDataLakeS3Uri(const Aws::String &value)
const FlywheelStatus & GetStatus() const
FlywheelSummary & WithDataLakeS3Uri(const Aws::String &value)
void SetLatestFlywheelIteration(const Aws::String &value)
void SetDataLakeS3Uri(Aws::String &&value)
FlywheelSummary & WithFlywheelArn(const Aws::String &value)
AWS_COMPREHEND_API FlywheelSummary(Aws::Utils::Json::JsonView jsonValue)
FlywheelSummary & WithCreationTime(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
FlywheelSummary & WithLastModifiedTime(const Aws::Utils::DateTime &value)
const Aws::String & GetActiveModelArn() const
FlywheelSummary & WithModelType(ModelType &&value)
void SetMessage(const Aws::String &value)
FlywheelSummary & WithMessage(Aws::String &&value)
FlywheelSummary & WithFlywheelArn(Aws::String &&value)
void SetActiveModelArn(const char *value)
AWS_COMPREHEND_API FlywheelSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLastModifiedTime(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue