AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
ModelLifecycle.h
1
6#pragma once
7#include <aws/nova-act/NovaAct_EXPORTS.h>
8#include <aws/nova-act/model/ModelStatus.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace NovaAct {
20namespace Model {
21
28 public:
29 AWS_NOVAACT_API ModelLifecycle() = default;
30 AWS_NOVAACT_API ModelLifecycle(Aws::Utils::Json::JsonView jsonValue);
32 AWS_NOVAACT_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline ModelStatus GetStatus() const { return m_status; }
39 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
40 inline void SetStatus(ModelStatus value) {
41 m_statusHasBeenSet = true;
42 m_status = value;
43 }
45 SetStatus(value);
46 return *this;
47 }
49 private:
51 bool m_statusHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace NovaAct
56} // namespace Aws
AWS_NOVAACT_API ModelLifecycle & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(ModelStatus value)
AWS_NOVAACT_API ModelLifecycle()=default
AWS_NOVAACT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_NOVAACT_API ModelLifecycle(Aws::Utils::Json::JsonView jsonValue)
ModelLifecycle & WithStatus(ModelStatus value)
Aws::Utils::Json::JsonValue JsonValue