AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
StepOptions.h
1
6#pragma once
7#include <aws/lambda/Lambda_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Lambda {
17namespace Model {
18
25 public:
26 AWS_LAMBDA_API StepOptions() = default;
27 AWS_LAMBDA_API StepOptions(Aws::Utils::Json::JsonView jsonValue);
29 AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
35 inline int GetNextAttemptDelaySeconds() const { return m_nextAttemptDelaySeconds; }
36 inline bool NextAttemptDelaySecondsHasBeenSet() const { return m_nextAttemptDelaySecondsHasBeenSet; }
37 inline void SetNextAttemptDelaySeconds(int value) {
38 m_nextAttemptDelaySecondsHasBeenSet = true;
39 m_nextAttemptDelaySeconds = value;
40 }
43 return *this;
44 }
46 private:
47 int m_nextAttemptDelaySeconds{0};
48 bool m_nextAttemptDelaySecondsHasBeenSet = false;
49};
50
51} // namespace Model
52} // namespace Lambda
53} // namespace Aws
void SetNextAttemptDelaySeconds(int value)
Definition StepOptions.h:37
StepOptions & WithNextAttemptDelaySeconds(int value)
Definition StepOptions.h:41
AWS_LAMBDA_API StepOptions()=default
AWS_LAMBDA_API StepOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_LAMBDA_API StepOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
bool NextAttemptDelaySecondsHasBeenSet() const
Definition StepOptions.h:36
Aws::Utils::Json::JsonValue JsonValue