7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/ContextSource.h>
10#include <aws/core/utils/DateTime.h>
49 template<
typename ContextArnT = Aws::String>
50 void SetContextArn(ContextArnT&& value) { m_contextArnHasBeenSet =
true; m_contextArn = std::forward<ContextArnT>(value); }
51 template<
typename ContextArnT = Aws::String>
61 template<
typename ContextNameT = Aws::String>
62 void SetContextName(ContextNameT&& value) { m_contextNameHasBeenSet =
true; m_contextName = std::forward<ContextNameT>(value); }
63 template<
typename ContextNameT = Aws::String>
73 template<
typename SourceT = ContextSource>
74 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
75 template<
typename SourceT = ContextSource>
85 template<
typename ContextTypeT = Aws::String>
86 void SetContextType(ContextTypeT&& value) { m_contextTypeHasBeenSet =
true; m_contextType = std::forward<ContextTypeT>(value); }
87 template<
typename ContextTypeT = Aws::String>
97 template<
typename CreationTimeT = Aws::Utils::DateTime>
98 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
99 template<
typename CreationTimeT = Aws::Utils::DateTime>
109 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
110 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
111 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
117 bool m_contextArnHasBeenSet =
false;
120 bool m_contextNameHasBeenSet =
false;
123 bool m_sourceHasBeenSet =
false;
126 bool m_contextTypeHasBeenSet =
false;
129 bool m_creationTimeHasBeenSet =
false;
132 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