7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
42 template <
typename HumanTaskUiNameT = Aws::String>
44 m_humanTaskUiNameHasBeenSet =
true;
45 m_humanTaskUiName = std::forward<HumanTaskUiNameT>(value);
47 template <
typename HumanTaskUiNameT = Aws::String>
60 template <
typename HumanTaskUiArnT = Aws::String>
62 m_humanTaskUiArnHasBeenSet =
true;
63 m_humanTaskUiArn = std::forward<HumanTaskUiArnT>(value);
65 template <
typename HumanTaskUiArnT = Aws::String>
78 template <
typename CreationTimeT = Aws::Utils::DateTime>
80 m_creationTimeHasBeenSet =
true;
81 m_creationTime = std::forward<CreationTimeT>(value);
83 template <
typename CreationTimeT = Aws::Utils::DateTime>
95 bool m_humanTaskUiNameHasBeenSet =
false;
96 bool m_humanTaskUiArnHasBeenSet =
false;
97 bool m_creationTimeHasBeenSet =
false;
void SetCreationTime(CreationTimeT &&value)
bool HumanTaskUiArnHasBeenSet() const
const Aws::String & GetHumanTaskUiArn() const
AWS_SAGEMAKER_API HumanTaskUiSummary()=default
bool CreationTimeHasBeenSet() const
void SetHumanTaskUiArn(HumanTaskUiArnT &&value)
HumanTaskUiSummary & WithCreationTime(CreationTimeT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
HumanTaskUiSummary & WithHumanTaskUiArn(HumanTaskUiArnT &&value)
void SetHumanTaskUiName(HumanTaskUiNameT &&value)
AWS_SAGEMAKER_API HumanTaskUiSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API HumanTaskUiSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool HumanTaskUiNameHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
HumanTaskUiSummary & WithHumanTaskUiName(HumanTaskUiNameT &&value)
const Aws::String & GetHumanTaskUiName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue