AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeHumanTaskUiResult.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/HumanTaskUiStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/sagemaker/model/UiTemplateInfo.h>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Json
22{
23 class JsonValue;
24} // namespace Json
25} // namespace Utils
26namespace SageMaker
27{
28namespace Model
29{
31 {
32 public:
33 AWS_SAGEMAKER_API DescribeHumanTaskUiResult();
36
37
39
43 inline const Aws::String& GetHumanTaskUiArn() const{ return m_humanTaskUiArn; }
44 inline void SetHumanTaskUiArn(const Aws::String& value) { m_humanTaskUiArn = value; }
45 inline void SetHumanTaskUiArn(Aws::String&& value) { m_humanTaskUiArn = std::move(value); }
46 inline void SetHumanTaskUiArn(const char* value) { m_humanTaskUiArn.assign(value); }
47 inline DescribeHumanTaskUiResult& WithHumanTaskUiArn(const Aws::String& value) { SetHumanTaskUiArn(value); return *this;}
48 inline DescribeHumanTaskUiResult& WithHumanTaskUiArn(Aws::String&& value) { SetHumanTaskUiArn(std::move(value)); return *this;}
49 inline DescribeHumanTaskUiResult& WithHumanTaskUiArn(const char* value) { SetHumanTaskUiArn(value); return *this;}
51
53
56 inline const Aws::String& GetHumanTaskUiName() const{ return m_humanTaskUiName; }
57 inline void SetHumanTaskUiName(const Aws::String& value) { m_humanTaskUiName = value; }
58 inline void SetHumanTaskUiName(Aws::String&& value) { m_humanTaskUiName = std::move(value); }
59 inline void SetHumanTaskUiName(const char* value) { m_humanTaskUiName.assign(value); }
60 inline DescribeHumanTaskUiResult& WithHumanTaskUiName(const Aws::String& value) { SetHumanTaskUiName(value); return *this;}
61 inline DescribeHumanTaskUiResult& WithHumanTaskUiName(Aws::String&& value) { SetHumanTaskUiName(std::move(value)); return *this;}
62 inline DescribeHumanTaskUiResult& WithHumanTaskUiName(const char* value) { SetHumanTaskUiName(value); return *this;}
64
66
70 inline const HumanTaskUiStatus& GetHumanTaskUiStatus() const{ return m_humanTaskUiStatus; }
71 inline void SetHumanTaskUiStatus(const HumanTaskUiStatus& value) { m_humanTaskUiStatus = value; }
72 inline void SetHumanTaskUiStatus(HumanTaskUiStatus&& value) { m_humanTaskUiStatus = std::move(value); }
76
78
81 inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; }
82 inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTime = value; }
83 inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTime = std::move(value); }
85 inline DescribeHumanTaskUiResult& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;}
87
89
90 inline const UiTemplateInfo& GetUiTemplate() const{ return m_uiTemplate; }
91 inline void SetUiTemplate(const UiTemplateInfo& value) { m_uiTemplate = value; }
92 inline void SetUiTemplate(UiTemplateInfo&& value) { m_uiTemplate = std::move(value); }
93 inline DescribeHumanTaskUiResult& WithUiTemplate(const UiTemplateInfo& value) { SetUiTemplate(value); return *this;}
94 inline DescribeHumanTaskUiResult& WithUiTemplate(UiTemplateInfo&& value) { SetUiTemplate(std::move(value)); return *this;}
96
98
99 inline const Aws::String& GetRequestId() const{ return m_requestId; }
100 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
101 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
102 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
103 inline DescribeHumanTaskUiResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
104 inline DescribeHumanTaskUiResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
105 inline DescribeHumanTaskUiResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
107 private:
108
109 Aws::String m_humanTaskUiArn;
110
111 Aws::String m_humanTaskUiName;
112
113 HumanTaskUiStatus m_humanTaskUiStatus;
114
115 Aws::Utils::DateTime m_creationTime;
116
117 UiTemplateInfo m_uiTemplate;
118
119 Aws::String m_requestId;
120 };
121
122} // namespace Model
123} // namespace SageMaker
124} // namespace Aws
DescribeHumanTaskUiResult & WithCreationTime(Aws::Utils::DateTime &&value)
DescribeHumanTaskUiResult & WithHumanTaskUiArn(Aws::String &&value)
DescribeHumanTaskUiResult & WithHumanTaskUiArn(const char *value)
AWS_SAGEMAKER_API DescribeHumanTaskUiResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeHumanTaskUiResult & WithUiTemplate(const UiTemplateInfo &value)
DescribeHumanTaskUiResult & WithCreationTime(const Aws::Utils::DateTime &value)
DescribeHumanTaskUiResult & WithHumanTaskUiStatus(HumanTaskUiStatus &&value)
DescribeHumanTaskUiResult & WithRequestId(Aws::String &&value)
DescribeHumanTaskUiResult & WithRequestId(const Aws::String &value)
DescribeHumanTaskUiResult & WithRequestId(const char *value)
DescribeHumanTaskUiResult & WithHumanTaskUiName(Aws::String &&value)
DescribeHumanTaskUiResult & WithUiTemplate(UiTemplateInfo &&value)
void SetCreationTime(const Aws::Utils::DateTime &value)
DescribeHumanTaskUiResult & WithHumanTaskUiName(const Aws::String &value)
AWS_SAGEMAKER_API DescribeHumanTaskUiResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetHumanTaskUiStatus(const HumanTaskUiStatus &value)
DescribeHumanTaskUiResult & WithHumanTaskUiStatus(const HumanTaskUiStatus &value)
DescribeHumanTaskUiResult & WithHumanTaskUiName(const char *value)
DescribeHumanTaskUiResult & WithHumanTaskUiArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue