AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
ConfiguredModelAlgorithmSummary.h
1
6#pragma once
7#include <aws/cleanroomsml/CleanRoomsML_EXPORTS.h>
8#include <aws/core/utils/DateTime.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 CleanRoomsML
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_CLEANROOMSML_API ConfiguredModelAlgorithmSummary() = default;
39 AWS_CLEANROOMSML_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::Utils::DateTime& GetCreateTime() const { return m_createTime; }
47 inline bool CreateTimeHasBeenSet() const { return m_createTimeHasBeenSet; }
48 template<typename CreateTimeT = Aws::Utils::DateTime>
49 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet = true; m_createTime = std::forward<CreateTimeT>(value); }
50 template<typename CreateTimeT = Aws::Utils::DateTime>
51 ConfiguredModelAlgorithmSummary& WithCreateTime(CreateTimeT&& value) { SetCreateTime(std::forward<CreateTimeT>(value)); return *this;}
53
55
58 inline const Aws::Utils::DateTime& GetUpdateTime() const { return m_updateTime; }
59 inline bool UpdateTimeHasBeenSet() const { return m_updateTimeHasBeenSet; }
60 template<typename UpdateTimeT = Aws::Utils::DateTime>
61 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet = true; m_updateTime = std::forward<UpdateTimeT>(value); }
62 template<typename UpdateTimeT = Aws::Utils::DateTime>
63 ConfiguredModelAlgorithmSummary& WithUpdateTime(UpdateTimeT&& value) { SetUpdateTime(std::forward<UpdateTimeT>(value)); return *this;}
65
67
70 inline const Aws::String& GetConfiguredModelAlgorithmArn() const { return m_configuredModelAlgorithmArn; }
71 inline bool ConfiguredModelAlgorithmArnHasBeenSet() const { return m_configuredModelAlgorithmArnHasBeenSet; }
72 template<typename ConfiguredModelAlgorithmArnT = Aws::String>
73 void SetConfiguredModelAlgorithmArn(ConfiguredModelAlgorithmArnT&& value) { m_configuredModelAlgorithmArnHasBeenSet = true; m_configuredModelAlgorithmArn = std::forward<ConfiguredModelAlgorithmArnT>(value); }
74 template<typename ConfiguredModelAlgorithmArnT = Aws::String>
75 ConfiguredModelAlgorithmSummary& WithConfiguredModelAlgorithmArn(ConfiguredModelAlgorithmArnT&& value) { SetConfiguredModelAlgorithmArn(std::forward<ConfiguredModelAlgorithmArnT>(value)); return *this;}
77
79
82 inline const Aws::String& GetName() const { return m_name; }
83 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
84 template<typename NameT = Aws::String>
85 void SetName(NameT&& value) { m_nameHasBeenSet = true; m_name = std::forward<NameT>(value); }
86 template<typename NameT = Aws::String>
87 ConfiguredModelAlgorithmSummary& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
89
91
94 inline const Aws::String& GetDescription() const { return m_description; }
95 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
96 template<typename DescriptionT = Aws::String>
97 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
98 template<typename DescriptionT = Aws::String>
99 ConfiguredModelAlgorithmSummary& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
101 private:
102
103 Aws::Utils::DateTime m_createTime{};
104 bool m_createTimeHasBeenSet = false;
105
106 Aws::Utils::DateTime m_updateTime{};
107 bool m_updateTimeHasBeenSet = false;
108
109 Aws::String m_configuredModelAlgorithmArn;
110 bool m_configuredModelAlgorithmArnHasBeenSet = false;
111
112 Aws::String m_name;
113 bool m_nameHasBeenSet = false;
114
115 Aws::String m_description;
116 bool m_descriptionHasBeenSet = false;
117 };
118
119} // namespace Model
120} // namespace CleanRoomsML
121} // namespace Aws
AWS_CLEANROOMSML_API ConfiguredModelAlgorithmSummary()=default
ConfiguredModelAlgorithmSummary & WithDescription(DescriptionT &&value)
ConfiguredModelAlgorithmSummary & WithConfiguredModelAlgorithmArn(ConfiguredModelAlgorithmArnT &&value)
AWS_CLEANROOMSML_API ConfiguredModelAlgorithmSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ConfiguredModelAlgorithmSummary & WithCreateTime(CreateTimeT &&value)
void SetConfiguredModelAlgorithmArn(ConfiguredModelAlgorithmArnT &&value)
AWS_CLEANROOMSML_API ConfiguredModelAlgorithmSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMSML_API Aws::Utils::Json::JsonValue Jsonize() const
ConfiguredModelAlgorithmSummary & WithUpdateTime(UpdateTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue