AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LabelCountersForWorkteam.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SageMaker
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_SAGEMAKER_API LabelCountersForWorkteam();
36 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline int GetHumanLabeled() const{ return m_humanLabeled; }
44 inline bool HumanLabeledHasBeenSet() const { return m_humanLabeledHasBeenSet; }
45 inline void SetHumanLabeled(int value) { m_humanLabeledHasBeenSet = true; m_humanLabeled = value; }
46 inline LabelCountersForWorkteam& WithHumanLabeled(int value) { SetHumanLabeled(value); return *this;}
48
50
54 inline int GetPendingHuman() const{ return m_pendingHuman; }
55 inline bool PendingHumanHasBeenSet() const { return m_pendingHumanHasBeenSet; }
56 inline void SetPendingHuman(int value) { m_pendingHumanHasBeenSet = true; m_pendingHuman = value; }
57 inline LabelCountersForWorkteam& WithPendingHuman(int value) { SetPendingHuman(value); return *this;}
59
61
64 inline int GetTotal() const{ return m_total; }
65 inline bool TotalHasBeenSet() const { return m_totalHasBeenSet; }
66 inline void SetTotal(int value) { m_totalHasBeenSet = true; m_total = value; }
67 inline LabelCountersForWorkteam& WithTotal(int value) { SetTotal(value); return *this;}
69 private:
70
71 int m_humanLabeled;
72 bool m_humanLabeledHasBeenSet = false;
73
74 int m_pendingHuman;
75 bool m_pendingHumanHasBeenSet = false;
76
77 int m_total;
78 bool m_totalHasBeenSet = false;
79 };
80
81} // namespace Model
82} // namespace SageMaker
83} // namespace Aws
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API LabelCountersForWorkteam(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API LabelCountersForWorkteam & operator=(Aws::Utils::Json::JsonView jsonValue)
LabelCountersForWorkteam & WithHumanLabeled(int value)
LabelCountersForWorkteam & WithPendingHuman(int value)
LabelCountersForWorkteam & WithTotal(int value)
Aws::Utils::Json::JsonValue JsonValue