7#include <aws/sagemaker-a2i-runtime/AugmentedAIRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker-a2i-runtime/model/HumanLoopStatus.h>
10#include <aws/core/utils/DateTime.h>
23namespace AugmentedAIRuntime
50 inline void SetHumanLoopName(
const char* value) { m_humanLoopNameHasBeenSet =
true; m_humanLoopName.assign(value); }
89 inline void SetFailureReason(
const char* value) { m_failureReasonHasBeenSet =
true; m_failureReason.assign(value); }
104 inline void SetFlowDefinitionArn(
const char* value) { m_flowDefinitionArnHasBeenSet =
true; m_flowDefinitionArn.assign(value); }
112 bool m_humanLoopNameHasBeenSet =
false;
115 bool m_humanLoopStatusHasBeenSet =
false;
118 bool m_creationTimeHasBeenSet =
false;
121 bool m_failureReasonHasBeenSet =
false;
124 bool m_flowDefinitionArnHasBeenSet =
false;
void SetFailureReason(const char *value)
HumanLoopSummary & WithHumanLoopStatus(HumanLoopStatus &&value)
HumanLoopSummary & WithFlowDefinitionArn(const char *value)
HumanLoopSummary & WithHumanLoopName(const char *value)
bool HumanLoopNameHasBeenSet() const
AWS_AUGMENTEDAIRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
HumanLoopSummary & WithCreationTime(Aws::Utils::DateTime &&value)
void SetHumanLoopName(const char *value)
void SetHumanLoopStatus(HumanLoopStatus &&value)
void SetFlowDefinitionArn(const Aws::String &value)
void SetFailureReason(Aws::String &&value)
bool HumanLoopStatusHasBeenSet() const
HumanLoopSummary & WithFailureReason(Aws::String &&value)
const Aws::Utils::DateTime & GetCreationTime() const
HumanLoopSummary & WithFailureReason(const char *value)
HumanLoopSummary & WithFailureReason(const Aws::String &value)
void SetCreationTime(const Aws::Utils::DateTime &value)
void SetFlowDefinitionArn(const char *value)
void SetFailureReason(const Aws::String &value)
HumanLoopSummary & WithHumanLoopStatus(const HumanLoopStatus &value)
HumanLoopSummary & WithFlowDefinitionArn(const Aws::String &value)
bool FailureReasonHasBeenSet() const
const Aws::String & GetFlowDefinitionArn() const
void SetCreationTime(Aws::Utils::DateTime &&value)
HumanLoopSummary & WithCreationTime(const Aws::Utils::DateTime &value)
bool FlowDefinitionArnHasBeenSet() const
AWS_AUGMENTEDAIRUNTIME_API HumanLoopSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
HumanLoopSummary & WithFlowDefinitionArn(Aws::String &&value)
const Aws::String & GetFailureReason() const
HumanLoopSummary & WithHumanLoopName(const Aws::String &value)
const Aws::String & GetHumanLoopName() const
const HumanLoopStatus & GetHumanLoopStatus() const
AWS_AUGMENTEDAIRUNTIME_API HumanLoopSummary()
void SetFlowDefinitionArn(Aws::String &&value)
HumanLoopSummary & WithHumanLoopName(Aws::String &&value)
void SetHumanLoopStatus(const HumanLoopStatus &value)
void SetHumanLoopName(Aws::String &&value)
bool CreationTimeHasBeenSet() const
AWS_AUGMENTEDAIRUNTIME_API HumanLoopSummary(Aws::Utils::Json::JsonView jsonValue)
void SetHumanLoopName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue