AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
39
40
42
45 inline const Aws::String& GetMapRunArn() const{ return m_mapRunArn; }
46 inline bool MapRunArnHasBeenSet() const { return m_mapRunArnHasBeenSet; }
47 inline void SetMapRunArn(const Aws::String& value) { m_mapRunArnHasBeenSet = true; m_mapRunArn = value; }
48 inline void SetMapRunArn(Aws::String&& value) { m_mapRunArnHasBeenSet = true; m_mapRunArn = std::move(value); }
49 inline void SetMapRunArn(const char* value) { m_mapRunArnHasBeenSet = true; m_mapRunArn.assign(value); }
50 inline MapRunRedrivenEventDetails& WithMapRunArn(const Aws::String& value) { SetMapRunArn(value); return *this;}
51 inline MapRunRedrivenEventDetails& WithMapRunArn(Aws::String&& value) { SetMapRunArn(std::move(value)); return *this;}
52 inline MapRunRedrivenEventDetails& WithMapRunArn(const char* value) { SetMapRunArn(value); return *this;}
54
56
61 inline int GetRedriveCount() const{ return m_redriveCount; }
62 inline bool RedriveCountHasBeenSet() const { return m_redriveCountHasBeenSet; }
63 inline void SetRedriveCount(int value) { m_redriveCountHasBeenSet = true; m_redriveCount = value; }
64 inline MapRunRedrivenEventDetails& WithRedriveCount(int value) { SetRedriveCount(value); return *this;}
66 private:
67
68 Aws::String m_mapRunArn;
69 bool m_mapRunArnHasBeenSet = false;
70
71 int m_redriveCount;
72 bool m_redriveCountHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace SFN
77} // namespace Aws
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SFN_API MapRunRedrivenEventDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
MapRunRedrivenEventDetails & WithMapRunArn(const char *value)
MapRunRedrivenEventDetails & WithMapRunArn(const Aws::String &value)
MapRunRedrivenEventDetails & WithMapRunArn(Aws::String &&value)
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