7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/ContextSource.h>
43 template <
typename ContextArnT = Aws::String>
45 m_contextArnHasBeenSet =
true;
46 m_contextArn = std::forward<ContextArnT>(value);
48 template <
typename ContextArnT = Aws::String>
61 template <
typename ContextNameT = Aws::String>
63 m_contextNameHasBeenSet =
true;
64 m_contextName = std::forward<ContextNameT>(value);
66 template <
typename ContextNameT = Aws::String>
79 template <
typename SourceT = ContextSource>
81 m_sourceHasBeenSet =
true;
82 m_source = std::forward<SourceT>(value);
84 template <
typename SourceT = ContextSource>
97 template <
typename ContextTypeT = Aws::String>
99 m_contextTypeHasBeenSet =
true;
100 m_contextType = std::forward<ContextTypeT>(value);
102 template <
typename ContextTypeT = Aws::String>
115 template <
typename CreationTimeT = Aws::Utils::DateTime>
117 m_creationTimeHasBeenSet =
true;
118 m_creationTime = std::forward<CreationTimeT>(value);
120 template <
typename CreationTimeT = Aws::Utils::DateTime>
133 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
135 m_lastModifiedTimeHasBeenSet =
true;
136 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
138 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
156 bool m_contextArnHasBeenSet =
false;
157 bool m_contextNameHasBeenSet =
false;
158 bool m_sourceHasBeenSet =
false;
159 bool m_contextTypeHasBeenSet =
false;
160 bool m_creationTimeHasBeenSet =
false;
161 bool m_lastModifiedTimeHasBeenSet =
false;
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetCreationTime() const
ContextSummary & WithSource(SourceT &&value)
void SetContextType(ContextTypeT &&value)
ContextSummary & WithContextName(ContextNameT &&value)
AWS_SAGEMAKER_API ContextSummary()=default
bool ContextNameHasBeenSet() const
AWS_SAGEMAKER_API ContextSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetContextArn(ContextArnT &&value)
void SetContextName(ContextNameT &&value)
const Aws::String & GetContextType() const
bool ContextTypeHasBeenSet() const
ContextSummary & WithContextArn(ContextArnT &&value)
void SetSource(SourceT &&value)
bool SourceHasBeenSet() const
bool ContextArnHasBeenSet() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
bool LastModifiedTimeHasBeenSet() const
ContextSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetCreationTime(CreationTimeT &&value)
ContextSummary & WithContextType(ContextTypeT &&value)
const ContextSource & GetSource() const
bool CreationTimeHasBeenSet() const
const Aws::String & GetContextName() const
ContextSummary & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetContextArn() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_SAGEMAKER_API ContextSummary(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue