AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RuleExecutionOutput.h
1
6#pragma once
7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/model/RuleExecutionResult.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace CodePipeline
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_CODEPIPELINE_API RuleExecutionOutput();
36 AWS_CODEPIPELINE_API RuleExecutionOutput(Aws::Utils::Json::JsonView jsonValue);
38 AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const RuleExecutionResult& GetExecutionResult() const{ return m_executionResult; }
47 inline bool ExecutionResultHasBeenSet() const { return m_executionResultHasBeenSet; }
48 inline void SetExecutionResult(const RuleExecutionResult& value) { m_executionResultHasBeenSet = true; m_executionResult = value; }
49 inline void SetExecutionResult(RuleExecutionResult&& value) { m_executionResultHasBeenSet = true; m_executionResult = std::move(value); }
51 inline RuleExecutionOutput& WithExecutionResult(RuleExecutionResult&& value) { SetExecutionResult(std::move(value)); return *this;}
53 private:
54
55 RuleExecutionResult m_executionResult;
56 bool m_executionResultHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace CodePipeline
61} // namespace Aws
AWS_CODEPIPELINE_API RuleExecutionOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
const RuleExecutionResult & GetExecutionResult() const
RuleExecutionOutput & WithExecutionResult(RuleExecutionResult &&value)
AWS_CODEPIPELINE_API RuleExecutionOutput(Aws::Utils::Json::JsonView jsonValue)
void SetExecutionResult(const RuleExecutionResult &value)
void SetExecutionResult(RuleExecutionResult &&value)
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
RuleExecutionOutput & WithExecutionResult(const RuleExecutionResult &value)
Aws::Utils::Json::JsonValue JsonValue