AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
ConditionStepMetadata.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/ConditionOutcome.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SageMaker {
20namespace Model {
21
28 public:
29 AWS_SAGEMAKER_API ConditionStepMetadata() = default;
32 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline ConditionOutcome GetOutcome() const { return m_outcome; }
39 inline bool OutcomeHasBeenSet() const { return m_outcomeHasBeenSet; }
40 inline void SetOutcome(ConditionOutcome value) {
41 m_outcomeHasBeenSet = true;
42 m_outcome = value;
43 }
45 SetOutcome(value);
46 return *this;
47 }
49 private:
51 bool m_outcomeHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace SageMaker
56} // namespace Aws
AWS_SAGEMAKER_API ConditionStepMetadata()=default
AWS_SAGEMAKER_API ConditionStepMetadata(Aws::Utils::Json::JsonView jsonValue)
ConditionStepMetadata & WithOutcome(ConditionOutcome value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API ConditionStepMetadata & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue