AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
ExecutionRedrivenEventDetails.h
1
6#pragma once
7#include <aws/states/SFN_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace SFN {
17namespace Model {
18
25 public:
26 AWS_SFN_API ExecutionRedrivenEventDetails() = default;
30
32
37 inline int GetRedriveCount() const { return m_redriveCount; }
38 inline bool RedriveCountHasBeenSet() const { return m_redriveCountHasBeenSet; }
39 inline void SetRedriveCount(int value) {
40 m_redriveCountHasBeenSet = true;
41 m_redriveCount = value;
42 }
44 SetRedriveCount(value);
45 return *this;
46 }
48 private:
49 int m_redriveCount{0};
50 bool m_redriveCountHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace SFN
55} // namespace Aws
AWS_SFN_API ExecutionRedrivenEventDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
ExecutionRedrivenEventDetails & WithRedriveCount(int value)
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SFN_API ExecutionRedrivenEventDetails(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue