AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeExperimentResult.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/ExperimentSource.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/sagemaker/model/UserContext.h>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Json
22{
23 class JsonValue;
24} // namespace Json
25} // namespace Utils
26namespace SageMaker
27{
28namespace Model
29{
31 {
32 public:
33 AWS_SAGEMAKER_API DescribeExperimentResult();
36
37
39
42 inline const Aws::String& GetExperimentName() const{ return m_experimentName; }
43 inline void SetExperimentName(const Aws::String& value) { m_experimentName = value; }
44 inline void SetExperimentName(Aws::String&& value) { m_experimentName = std::move(value); }
45 inline void SetExperimentName(const char* value) { m_experimentName.assign(value); }
46 inline DescribeExperimentResult& WithExperimentName(const Aws::String& value) { SetExperimentName(value); return *this;}
47 inline DescribeExperimentResult& WithExperimentName(Aws::String&& value) { SetExperimentName(std::move(value)); return *this;}
48 inline DescribeExperimentResult& WithExperimentName(const char* value) { SetExperimentName(value); return *this;}
50
52
55 inline const Aws::String& GetExperimentArn() const{ return m_experimentArn; }
56 inline void SetExperimentArn(const Aws::String& value) { m_experimentArn = value; }
57 inline void SetExperimentArn(Aws::String&& value) { m_experimentArn = std::move(value); }
58 inline void SetExperimentArn(const char* value) { m_experimentArn.assign(value); }
59 inline DescribeExperimentResult& WithExperimentArn(const Aws::String& value) { SetExperimentArn(value); return *this;}
60 inline DescribeExperimentResult& WithExperimentArn(Aws::String&& value) { SetExperimentArn(std::move(value)); return *this;}
61 inline DescribeExperimentResult& WithExperimentArn(const char* value) { SetExperimentArn(value); return *this;}
63
65
69 inline const Aws::String& GetDisplayName() const{ return m_displayName; }
70 inline void SetDisplayName(const Aws::String& value) { m_displayName = value; }
71 inline void SetDisplayName(Aws::String&& value) { m_displayName = std::move(value); }
72 inline void SetDisplayName(const char* value) { m_displayName.assign(value); }
73 inline DescribeExperimentResult& WithDisplayName(const Aws::String& value) { SetDisplayName(value); return *this;}
74 inline DescribeExperimentResult& WithDisplayName(Aws::String&& value) { SetDisplayName(std::move(value)); return *this;}
75 inline DescribeExperimentResult& WithDisplayName(const char* value) { SetDisplayName(value); return *this;}
77
79
82 inline const ExperimentSource& GetSource() const{ return m_source; }
83 inline void SetSource(const ExperimentSource& value) { m_source = value; }
84 inline void SetSource(ExperimentSource&& value) { m_source = std::move(value); }
85 inline DescribeExperimentResult& WithSource(const ExperimentSource& value) { SetSource(value); return *this;}
86 inline DescribeExperimentResult& WithSource(ExperimentSource&& value) { SetSource(std::move(value)); return *this;}
88
90
93 inline const Aws::String& GetDescription() const{ return m_description; }
94 inline void SetDescription(const Aws::String& value) { m_description = value; }
95 inline void SetDescription(Aws::String&& value) { m_description = std::move(value); }
96 inline void SetDescription(const char* value) { m_description.assign(value); }
97 inline DescribeExperimentResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
98 inline DescribeExperimentResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
99 inline DescribeExperimentResult& WithDescription(const char* value) { SetDescription(value); return *this;}
101
103
106 inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; }
107 inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTime = value; }
108 inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTime = std::move(value); }
110 inline DescribeExperimentResult& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;}
112
114
117 inline const UserContext& GetCreatedBy() const{ return m_createdBy; }
118 inline void SetCreatedBy(const UserContext& value) { m_createdBy = value; }
119 inline void SetCreatedBy(UserContext&& value) { m_createdBy = std::move(value); }
120 inline DescribeExperimentResult& WithCreatedBy(const UserContext& value) { SetCreatedBy(value); return *this;}
121 inline DescribeExperimentResult& WithCreatedBy(UserContext&& value) { SetCreatedBy(std::move(value)); return *this;}
123
125
128 inline const Aws::Utils::DateTime& GetLastModifiedTime() const{ return m_lastModifiedTime; }
129 inline void SetLastModifiedTime(const Aws::Utils::DateTime& value) { m_lastModifiedTime = value; }
130 inline void SetLastModifiedTime(Aws::Utils::DateTime&& value) { m_lastModifiedTime = std::move(value); }
134
136
139 inline const UserContext& GetLastModifiedBy() const{ return m_lastModifiedBy; }
140 inline void SetLastModifiedBy(const UserContext& value) { m_lastModifiedBy = value; }
141 inline void SetLastModifiedBy(UserContext&& value) { m_lastModifiedBy = std::move(value); }
142 inline DescribeExperimentResult& WithLastModifiedBy(const UserContext& value) { SetLastModifiedBy(value); return *this;}
143 inline DescribeExperimentResult& WithLastModifiedBy(UserContext&& value) { SetLastModifiedBy(std::move(value)); return *this;}
145
147
148 inline const Aws::String& GetRequestId() const{ return m_requestId; }
149 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
150 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
151 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
152 inline DescribeExperimentResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
153 inline DescribeExperimentResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
154 inline DescribeExperimentResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
156 private:
157
158 Aws::String m_experimentName;
159
160 Aws::String m_experimentArn;
161
162 Aws::String m_displayName;
163
164 ExperimentSource m_source;
165
166 Aws::String m_description;
167
168 Aws::Utils::DateTime m_creationTime;
169
170 UserContext m_createdBy;
171
172 Aws::Utils::DateTime m_lastModifiedTime;
173
174 UserContext m_lastModifiedBy;
175
176 Aws::String m_requestId;
177 };
178
179} // namespace Model
180} // namespace SageMaker
181} // namespace Aws
DescribeExperimentResult & WithExperimentArn(Aws::String &&value)
void SetLastModifiedTime(const Aws::Utils::DateTime &value)
void SetCreationTime(const Aws::Utils::DateTime &value)
DescribeExperimentResult & WithLastModifiedBy(UserContext &&value)
DescribeExperimentResult & WithDisplayName(Aws::String &&value)
DescribeExperimentResult & WithRequestId(Aws::String &&value)
DescribeExperimentResult & WithCreationTime(Aws::Utils::DateTime &&value)
DescribeExperimentResult & WithDescription(Aws::String &&value)
DescribeExperimentResult & WithLastModifiedBy(const UserContext &value)
DescribeExperimentResult & WithDisplayName(const Aws::String &value)
DescribeExperimentResult & WithRequestId(const Aws::String &value)
DescribeExperimentResult & WithCreationTime(const Aws::Utils::DateTime &value)
DescribeExperimentResult & WithCreatedBy(UserContext &&value)
DescribeExperimentResult & WithDescription(const Aws::String &value)
DescribeExperimentResult & WithSource(ExperimentSource &&value)
DescribeExperimentResult & WithExperimentName(const Aws::String &value)
DescribeExperimentResult & WithExperimentArn(const char *value)
DescribeExperimentResult & WithSource(const ExperimentSource &value)
DescribeExperimentResult & WithRequestId(const char *value)
AWS_SAGEMAKER_API DescribeExperimentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeExperimentResult & WithDisplayName(const char *value)
const Aws::Utils::DateTime & GetCreationTime() const
DescribeExperimentResult & WithCreatedBy(const UserContext &value)
DescribeExperimentResult & WithLastModifiedTime(const Aws::Utils::DateTime &value)
AWS_SAGEMAKER_API DescribeExperimentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeExperimentResult & WithExperimentArn(const Aws::String &value)
DescribeExperimentResult & WithDescription(const char *value)
DescribeExperimentResult & WithExperimentName(const char *value)
DescribeExperimentResult & WithExperimentName(Aws::String &&value)
DescribeExperimentResult & WithLastModifiedTime(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue