7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename HumanTaskUiNameT = Aws::String>
49 void SetHumanTaskUiName(HumanTaskUiNameT&& value) { m_humanTaskUiNameHasBeenSet =
true; m_humanTaskUiName = std::forward<HumanTaskUiNameT>(value); }
50 template<
typename HumanTaskUiNameT = Aws::String>
60 template<
typename HumanTaskUiArnT = Aws::String>
61 void SetHumanTaskUiArn(HumanTaskUiArnT&& value) { m_humanTaskUiArnHasBeenSet =
true; m_humanTaskUiArn = std::forward<HumanTaskUiArnT>(value); }
62 template<
typename HumanTaskUiArnT = Aws::String>
72 template<
typename CreationTimeT = Aws::Utils::DateTime>
73 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
74 template<
typename CreationTimeT = Aws::Utils::DateTime>
80 bool m_humanTaskUiNameHasBeenSet =
false;
83 bool m_humanTaskUiArnHasBeenSet =
false;
86 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