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/ActionSource.h>
11#include <aws/sagemaker/model/ActionStatus.h>
46 template <
typename ActionArnT = Aws::String>
48 m_actionArnHasBeenSet =
true;
49 m_actionArn = std::forward<ActionArnT>(value);
51 template <
typename ActionArnT = Aws::String>
64 template <
typename ActionNameT = Aws::String>
66 m_actionNameHasBeenSet =
true;
67 m_actionName = std::forward<ActionNameT>(value);
69 template <
typename ActionNameT = Aws::String>
82 template <
typename SourceT = ActionSource>
84 m_sourceHasBeenSet =
true;
85 m_source = std::forward<SourceT>(value);
87 template <
typename SourceT = ActionSource>
100 template <
typename ActionTypeT = Aws::String>
102 m_actionTypeHasBeenSet =
true;
103 m_actionType = std::forward<ActionTypeT>(value);
105 template <
typename ActionTypeT = Aws::String>
119 m_statusHasBeenSet =
true;
134 template <
typename CreationTimeT = Aws::Utils::DateTime>
136 m_creationTimeHasBeenSet =
true;
137 m_creationTime = std::forward<CreationTimeT>(value);
139 template <
typename CreationTimeT = Aws::Utils::DateTime>
152 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
154 m_lastModifiedTimeHasBeenSet =
true;
155 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
157 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
177 bool m_actionArnHasBeenSet =
false;
178 bool m_actionNameHasBeenSet =
false;
179 bool m_sourceHasBeenSet =
false;
180 bool m_actionTypeHasBeenSet =
false;
181 bool m_statusHasBeenSet =
false;
182 bool m_creationTimeHasBeenSet =
false;
183 bool m_lastModifiedTimeHasBeenSet =
false;
AWS_SAGEMAKER_API ActionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ActionArnHasBeenSet() const
void SetSource(SourceT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool CreationTimeHasBeenSet() const
const Aws::String & GetActionType() const
const Aws::String & GetActionName() const
void SetActionArn(ActionArnT &&value)
ActionSummary & WithStatus(ActionStatus value)
ActionSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
bool SourceHasBeenSet() const
ActionStatus GetStatus() const
void SetCreationTime(CreationTimeT &&value)
bool ActionTypeHasBeenSet() const
const ActionSource & GetSource() const
ActionSummary & WithActionName(ActionNameT &&value)
bool ActionNameHasBeenSet() const
AWS_SAGEMAKER_API ActionSummary()=default
ActionSummary & WithSource(SourceT &&value)
bool StatusHasBeenSet() const
void SetStatus(ActionStatus value)
const Aws::Utils::DateTime & GetCreationTime() const
ActionSummary & WithActionArn(ActionArnT &&value)
const Aws::String & GetActionArn() const
void SetActionName(ActionNameT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
AWS_SAGEMAKER_API ActionSummary(Aws::Utils::Json::JsonView jsonValue)
ActionSummary & WithActionType(ActionTypeT &&value)
bool LastModifiedTimeHasBeenSet() const
void SetActionType(ActionTypeT &&value)
ActionSummary & WithCreationTime(CreationTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue