AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
MapRunRedrivenEventDetails.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/states/SFN_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SFN {
20namespace Model {
21
29 public:
30 AWS_SFN_API MapRunRedrivenEventDetails() = default;
34
36
39 inline const Aws::String& GetMapRunArn() const { return m_mapRunArn; }
40 inline bool MapRunArnHasBeenSet() const { return m_mapRunArnHasBeenSet; }
41 template <typename MapRunArnT = Aws::String>
42 void SetMapRunArn(MapRunArnT&& value) {
43 m_mapRunArnHasBeenSet = true;
44 m_mapRunArn = std::forward<MapRunArnT>(value);
45 }
46 template <typename MapRunArnT = Aws::String>
48 SetMapRunArn(std::forward<MapRunArnT>(value));
49 return *this;
50 }
52
54
59 inline int GetRedriveCount() const { return m_redriveCount; }
60 inline bool RedriveCountHasBeenSet() const { return m_redriveCountHasBeenSet; }
61 inline void SetRedriveCount(int value) {
62 m_redriveCountHasBeenSet = true;
63 m_redriveCount = value;
64 }
66 SetRedriveCount(value);
67 return *this;
68 }
70 private:
71 Aws::String m_mapRunArn;
72
73 int m_redriveCount{0};
74 bool m_mapRunArnHasBeenSet = false;
75 bool m_redriveCountHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace SFN
80} // 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