AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
MapRunRedrivenEventDetails.h
1
6#pragma once
7#include <aws/states/SFN_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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 SFN
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_SFN_API MapRunRedrivenEventDetails() = default;
39
40
42
45 inline const Aws::String& GetMapRunArn() const { return m_mapRunArn; }
46 inline bool MapRunArnHasBeenSet() const { return m_mapRunArnHasBeenSet; }
47 template<typename MapRunArnT = Aws::String>
48 void SetMapRunArn(MapRunArnT&& value) { m_mapRunArnHasBeenSet = true; m_mapRunArn = std::forward<MapRunArnT>(value); }
49 template<typename MapRunArnT = Aws::String>
50 MapRunRedrivenEventDetails& WithMapRunArn(MapRunArnT&& value) { SetMapRunArn(std::forward<MapRunArnT>(value)); return *this;}
52
54
59 inline int GetRedriveCount() const { return m_redriveCount; }
60 inline bool RedriveCountHasBeenSet() const { return m_redriveCountHasBeenSet; }
61 inline void SetRedriveCount(int value) { m_redriveCountHasBeenSet = true; m_redriveCount = value; }
62 inline MapRunRedrivenEventDetails& WithRedriveCount(int value) { SetRedriveCount(value); return *this;}
64 private:
65
66 Aws::String m_mapRunArn;
67 bool m_mapRunArnHasBeenSet = false;
68
69 int m_redriveCount{0};
70 bool m_redriveCountHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace SFN
75} // namespace Aws
MapRunRedrivenEventDetails & WithMapRunArn(MapRunArnT &&value)
AWS_SFN_API MapRunRedrivenEventDetails()=default
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SFN_API MapRunRedrivenEventDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SFN_API MapRunRedrivenEventDetails(Aws::Utils::Json::JsonView jsonValue)
MapRunRedrivenEventDetails & WithRedriveCount(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue