AWS SDK for C++

AWS SDK for C++ Version 1.11.744

Loading...
Searching...
No Matches
RetryConfiguration.h
1
6#pragma once
7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/model/StageRetryMode.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace CodePipeline {
20namespace Model {
21
29 public:
30 AWS_CODEPIPELINE_API RetryConfiguration() = default;
31 AWS_CODEPIPELINE_API RetryConfiguration(Aws::Utils::Json::JsonView jsonValue);
33 AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
41 inline StageRetryMode GetRetryMode() const { return m_retryMode; }
42 inline bool RetryModeHasBeenSet() const { return m_retryModeHasBeenSet; }
43 inline void SetRetryMode(StageRetryMode value) {
44 m_retryModeHasBeenSet = true;
45 m_retryMode = value;
46 }
48 SetRetryMode(value);
49 return *this;
50 }
52 private:
54 bool m_retryModeHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace CodePipeline
59} // namespace Aws
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
RetryConfiguration & WithRetryMode(StageRetryMode value)
AWS_CODEPIPELINE_API RetryConfiguration()=default
AWS_CODEPIPELINE_API RetryConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEPIPELINE_API RetryConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue