AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
InspectionErrorDetails.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
26 public:
27 AWS_SFN_API InspectionErrorDetails() = default;
31
33
36 inline int GetCatchIndex() const { return m_catchIndex; }
37 inline bool CatchIndexHasBeenSet() const { return m_catchIndexHasBeenSet; }
38 inline void SetCatchIndex(int value) {
39 m_catchIndexHasBeenSet = true;
40 m_catchIndex = value;
41 }
43 SetCatchIndex(value);
44 return *this;
45 }
47
49
52 inline int GetRetryIndex() const { return m_retryIndex; }
53 inline bool RetryIndexHasBeenSet() const { return m_retryIndexHasBeenSet; }
54 inline void SetRetryIndex(int value) {
55 m_retryIndexHasBeenSet = true;
56 m_retryIndex = value;
57 }
59 SetRetryIndex(value);
60 return *this;
61 }
63
65
69 inline int GetRetryBackoffIntervalSeconds() const { return m_retryBackoffIntervalSeconds; }
70 inline bool RetryBackoffIntervalSecondsHasBeenSet() const { return m_retryBackoffIntervalSecondsHasBeenSet; }
71 inline void SetRetryBackoffIntervalSeconds(int value) {
72 m_retryBackoffIntervalSecondsHasBeenSet = true;
73 m_retryBackoffIntervalSeconds = value;
74 }
77 return *this;
78 }
80 private:
81 int m_catchIndex{0};
82
83 int m_retryIndex{0};
84
85 int m_retryBackoffIntervalSeconds{0};
86 bool m_catchIndexHasBeenSet = false;
87 bool m_retryIndexHasBeenSet = false;
88 bool m_retryBackoffIntervalSecondsHasBeenSet = false;
89};
90
91} // namespace Model
92} // namespace SFN
93} // namespace Aws
AWS_SFN_API InspectionErrorDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SFN_API InspectionErrorDetails()=default
InspectionErrorDetails & WithRetryIndex(int value)
InspectionErrorDetails & WithRetryBackoffIntervalSeconds(int value)
AWS_SFN_API InspectionErrorDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
InspectionErrorDetails & WithCatchIndex(int value)
Aws::Utils::Json::JsonValue JsonValue