7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/ContextSource.h>
12#include <aws/sagemaker/model/UserContext.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename ContextNameT = Aws::String>
40 m_contextNameHasBeenSet =
true;
41 m_contextName = std::forward<ContextNameT>(value);
43 template <
typename ContextNameT = Aws::String>
55 template <
typename ContextArnT = Aws::String>
57 m_contextArnHasBeenSet =
true;
58 m_contextArn = std::forward<ContextArnT>(value);
60 template <
typename ContextArnT = Aws::String>
72 template <
typename SourceT = ContextSource>
74 m_sourceHasBeenSet =
true;
75 m_source = std::forward<SourceT>(value);
77 template <
typename SourceT = ContextSource>
89 template <
typename ContextTypeT = Aws::String>
91 m_contextTypeHasBeenSet =
true;
92 m_contextType = std::forward<ContextTypeT>(value);
94 template <
typename ContextTypeT = Aws::String>
106 template <
typename DescriptionT = Aws::String>
108 m_descriptionHasBeenSet =
true;
109 m_description = std::forward<DescriptionT>(value);
111 template <
typename DescriptionT = Aws::String>
123 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
125 m_propertiesHasBeenSet =
true;
126 m_properties = std::forward<PropertiesT>(value);
128 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
133 template <
typename PropertiesKeyT = Aws::String,
typename PropertiesValueT = Aws::String>
135 m_propertiesHasBeenSet =
true;
136 m_properties.emplace(std::forward<PropertiesKeyT>(key), std::forward<PropertiesValueT>(value));
146 template <
typename CreationTimeT = Aws::Utils::DateTime>
148 m_creationTimeHasBeenSet =
true;
149 m_creationTime = std::forward<CreationTimeT>(value);
151 template <
typename CreationTimeT = Aws::Utils::DateTime>
161 template <
typename CreatedByT = UserContext>
163 m_createdByHasBeenSet =
true;
164 m_createdBy = std::forward<CreatedByT>(value);
166 template <
typename CreatedByT = UserContext>
178 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
180 m_lastModifiedTimeHasBeenSet =
true;
181 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
183 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
193 template <
typename LastModifiedByT = UserContext>
195 m_lastModifiedByHasBeenSet =
true;
196 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
198 template <
typename LastModifiedByT = UserContext>
210 template <
typename LineageGroupArnT = Aws::String>
212 m_lineageGroupArnHasBeenSet =
true;
213 m_lineageGroupArn = std::forward<LineageGroupArnT>(value);
215 template <
typename LineageGroupArnT = Aws::String>
225 template <
typename RequestIdT = Aws::String>
227 m_requestIdHasBeenSet =
true;
228 m_requestId = std::forward<RequestIdT>(value);
230 template <
typename RequestIdT = Aws::String>
251 UserContext m_createdBy;
255 UserContext m_lastModifiedBy;
260 bool m_contextNameHasBeenSet =
false;
261 bool m_contextArnHasBeenSet =
false;
262 bool m_sourceHasBeenSet =
false;
263 bool m_contextTypeHasBeenSet =
false;
264 bool m_descriptionHasBeenSet =
false;
265 bool m_propertiesHasBeenSet =
false;
266 bool m_creationTimeHasBeenSet =
false;
267 bool m_createdByHasBeenSet =
false;
268 bool m_lastModifiedTimeHasBeenSet =
false;
269 bool m_lastModifiedByHasBeenSet =
false;
270 bool m_lineageGroupArnHasBeenSet =
false;
271 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::Map< Aws::String, Aws::String > & GetProperties() const
const Aws::String & GetContextType() const
const Aws::String & GetContextName() const
DescribeContextResult & WithRequestId(RequestIdT &&value)
DescribeContextResult & WithCreationTime(CreationTimeT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
const Aws::String & GetContextArn() const
DescribeContextResult & WithLineageGroupArn(LineageGroupArnT &&value)
void SetContextArn(ContextArnT &&value)
DescribeContextResult & WithContextName(ContextNameT &&value)
void SetProperties(PropertiesT &&value)
AWS_SAGEMAKER_API DescribeContextResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLastModifiedBy(LastModifiedByT &&value)
void SetContextName(ContextNameT &&value)
void SetDescription(DescriptionT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
DescribeContextResult & WithLastModifiedTime(LastModifiedTimeT &&value)
AWS_SAGEMAKER_API DescribeContextResult()=default
AWS_SAGEMAKER_API DescribeContextResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDescription() const
const Aws::String & GetRequestId() const
void SetContextType(ContextTypeT &&value)
DescribeContextResult & WithContextArn(ContextArnT &&value)
const UserContext & GetLastModifiedBy() const
void SetCreationTime(CreationTimeT &&value)
const ContextSource & GetSource() const
DescribeContextResult & WithDescription(DescriptionT &&value)
DescribeContextResult & WithSource(SourceT &&value)
const UserContext & GetCreatedBy() const
void SetSource(SourceT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
DescribeContextResult & WithProperties(PropertiesT &&value)
DescribeContextResult & WithCreatedBy(CreatedByT &&value)
DescribeContextResult & WithLastModifiedBy(LastModifiedByT &&value)
DescribeContextResult & WithContextType(ContextTypeT &&value)
void SetCreatedBy(CreatedByT &&value)
const Aws::String & GetLineageGroupArn() const
DescribeContextResult & AddProperties(PropertiesKeyT &&key, PropertiesValueT &&value)
void SetLineageGroupArn(LineageGroupArnT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue