AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
HumanTaskUiSummary.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace SageMaker
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_SAGEMAKER_API HumanTaskUiSummary() = default;
37 AWS_SAGEMAKER_API HumanTaskUiSummary(Aws::Utils::Json::JsonView jsonValue);
39 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetHumanTaskUiName() const { return m_humanTaskUiName; }
47 inline bool HumanTaskUiNameHasBeenSet() const { return m_humanTaskUiNameHasBeenSet; }
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>
51 HumanTaskUiSummary& WithHumanTaskUiName(HumanTaskUiNameT&& value) { SetHumanTaskUiName(std::forward<HumanTaskUiNameT>(value)); return *this;}
53
55
58 inline const Aws::String& GetHumanTaskUiArn() const { return m_humanTaskUiArn; }
59 inline bool HumanTaskUiArnHasBeenSet() const { return m_humanTaskUiArnHasBeenSet; }
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>
63 HumanTaskUiSummary& WithHumanTaskUiArn(HumanTaskUiArnT&& value) { SetHumanTaskUiArn(std::forward<HumanTaskUiArnT>(value)); return *this;}
65
67
70 inline const Aws::Utils::DateTime& GetCreationTime() const { return m_creationTime; }
71 inline bool CreationTimeHasBeenSet() const { return m_creationTimeHasBeenSet; }
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>
75 HumanTaskUiSummary& WithCreationTime(CreationTimeT&& value) { SetCreationTime(std::forward<CreationTimeT>(value)); return *this;}
77 private:
78
79 Aws::String m_humanTaskUiName;
80 bool m_humanTaskUiNameHasBeenSet = false;
81
82 Aws::String m_humanTaskUiArn;
83 bool m_humanTaskUiArnHasBeenSet = false;
84
85 Aws::Utils::DateTime m_creationTime{};
86 bool m_creationTimeHasBeenSet = false;
87 };
88
89} // namespace Model
90} // namespace SageMaker
91} // namespace Aws
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetHumanTaskUiArn() const
AWS_SAGEMAKER_API HumanTaskUiSummary()=default
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)
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