AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
HumanTaskUiSummary.h
1
6#pragma once
7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace SageMaker {
21namespace Model {
22
30 public:
31 AWS_SAGEMAKER_API HumanTaskUiSummary() = default;
32 AWS_SAGEMAKER_API HumanTaskUiSummary(Aws::Utils::Json::JsonView jsonValue);
34 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const Aws::String& GetHumanTaskUiName() const { return m_humanTaskUiName; }
41 inline bool HumanTaskUiNameHasBeenSet() const { return m_humanTaskUiNameHasBeenSet; }
42 template <typename HumanTaskUiNameT = Aws::String>
43 void SetHumanTaskUiName(HumanTaskUiNameT&& value) {
44 m_humanTaskUiNameHasBeenSet = true;
45 m_humanTaskUiName = std::forward<HumanTaskUiNameT>(value);
46 }
47 template <typename HumanTaskUiNameT = Aws::String>
48 HumanTaskUiSummary& WithHumanTaskUiName(HumanTaskUiNameT&& value) {
49 SetHumanTaskUiName(std::forward<HumanTaskUiNameT>(value));
50 return *this;
51 }
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) {
62 m_humanTaskUiArnHasBeenSet = true;
63 m_humanTaskUiArn = std::forward<HumanTaskUiArnT>(value);
64 }
65 template <typename HumanTaskUiArnT = Aws::String>
66 HumanTaskUiSummary& WithHumanTaskUiArn(HumanTaskUiArnT&& value) {
67 SetHumanTaskUiArn(std::forward<HumanTaskUiArnT>(value));
68 return *this;
69 }
71
73
76 inline const Aws::Utils::DateTime& GetCreationTime() const { return m_creationTime; }
77 inline bool CreationTimeHasBeenSet() const { return m_creationTimeHasBeenSet; }
78 template <typename CreationTimeT = Aws::Utils::DateTime>
79 void SetCreationTime(CreationTimeT&& value) {
80 m_creationTimeHasBeenSet = true;
81 m_creationTime = std::forward<CreationTimeT>(value);
82 }
83 template <typename CreationTimeT = Aws::Utils::DateTime>
84 HumanTaskUiSummary& WithCreationTime(CreationTimeT&& value) {
85 SetCreationTime(std::forward<CreationTimeT>(value));
86 return *this;
87 }
89 private:
90 Aws::String m_humanTaskUiName;
91
92 Aws::String m_humanTaskUiArn;
93
94 Aws::Utils::DateTime m_creationTime{};
95 bool m_humanTaskUiNameHasBeenSet = false;
96 bool m_humanTaskUiArnHasBeenSet = false;
97 bool m_creationTimeHasBeenSet = false;
98};
99
100} // namespace Model
101} // namespace SageMaker
102} // 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