AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
StepFunctionsAction.h
1
6#pragma once
7#include <aws/iot/IoT_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 IoT
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_IOT_API StepFunctionsAction();
39
40
42
47 inline const Aws::String& GetExecutionNamePrefix() const{ return m_executionNamePrefix; }
48 inline bool ExecutionNamePrefixHasBeenSet() const { return m_executionNamePrefixHasBeenSet; }
49 inline void SetExecutionNamePrefix(const Aws::String& value) { m_executionNamePrefixHasBeenSet = true; m_executionNamePrefix = value; }
50 inline void SetExecutionNamePrefix(Aws::String&& value) { m_executionNamePrefixHasBeenSet = true; m_executionNamePrefix = std::move(value); }
51 inline void SetExecutionNamePrefix(const char* value) { m_executionNamePrefixHasBeenSet = true; m_executionNamePrefix.assign(value); }
53 inline StepFunctionsAction& WithExecutionNamePrefix(Aws::String&& value) { SetExecutionNamePrefix(std::move(value)); return *this;}
54 inline StepFunctionsAction& WithExecutionNamePrefix(const char* value) { SetExecutionNamePrefix(value); return *this;}
56
58
62 inline const Aws::String& GetStateMachineName() const{ return m_stateMachineName; }
63 inline bool StateMachineNameHasBeenSet() const { return m_stateMachineNameHasBeenSet; }
64 inline void SetStateMachineName(const Aws::String& value) { m_stateMachineNameHasBeenSet = true; m_stateMachineName = value; }
65 inline void SetStateMachineName(Aws::String&& value) { m_stateMachineNameHasBeenSet = true; m_stateMachineName = std::move(value); }
66 inline void SetStateMachineName(const char* value) { m_stateMachineNameHasBeenSet = true; m_stateMachineName.assign(value); }
67 inline StepFunctionsAction& WithStateMachineName(const Aws::String& value) { SetStateMachineName(value); return *this;}
68 inline StepFunctionsAction& WithStateMachineName(Aws::String&& value) { SetStateMachineName(std::move(value)); return *this;}
69 inline StepFunctionsAction& WithStateMachineName(const char* value) { SetStateMachineName(value); return *this;}
71
73
77 inline const Aws::String& GetRoleArn() const{ return m_roleArn; }
78 inline bool RoleArnHasBeenSet() const { return m_roleArnHasBeenSet; }
79 inline void SetRoleArn(const Aws::String& value) { m_roleArnHasBeenSet = true; m_roleArn = value; }
80 inline void SetRoleArn(Aws::String&& value) { m_roleArnHasBeenSet = true; m_roleArn = std::move(value); }
81 inline void SetRoleArn(const char* value) { m_roleArnHasBeenSet = true; m_roleArn.assign(value); }
82 inline StepFunctionsAction& WithRoleArn(const Aws::String& value) { SetRoleArn(value); return *this;}
83 inline StepFunctionsAction& WithRoleArn(Aws::String&& value) { SetRoleArn(std::move(value)); return *this;}
84 inline StepFunctionsAction& WithRoleArn(const char* value) { SetRoleArn(value); return *this;}
86 private:
87
88 Aws::String m_executionNamePrefix;
89 bool m_executionNamePrefixHasBeenSet = false;
90
91 Aws::String m_stateMachineName;
92 bool m_stateMachineNameHasBeenSet = false;
93
94 Aws::String m_roleArn;
95 bool m_roleArnHasBeenSet = false;
96 };
97
98} // namespace Model
99} // namespace IoT
100} // namespace Aws
StepFunctionsAction & WithRoleArn(const Aws::String &value)
StepFunctionsAction & WithRoleArn(const char *value)
StepFunctionsAction & WithStateMachineName(Aws::String &&value)
StepFunctionsAction & WithExecutionNamePrefix(Aws::String &&value)
const Aws::String & GetRoleArn() const
const Aws::String & GetStateMachineName() const
void SetStateMachineName(const char *value)
StepFunctionsAction & WithRoleArn(Aws::String &&value)
void SetExecutionNamePrefix(const Aws::String &value)
AWS_IOT_API StepFunctionsAction & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetExecutionNamePrefix(const char *value)
AWS_IOT_API StepFunctionsAction(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetExecutionNamePrefix(Aws::String &&value)
StepFunctionsAction & WithExecutionNamePrefix(const char *value)
void SetStateMachineName(const Aws::String &value)
StepFunctionsAction & WithStateMachineName(const Aws::String &value)
StepFunctionsAction & WithExecutionNamePrefix(const Aws::String &value)
void SetStateMachineName(Aws::String &&value)
void SetRoleArn(const Aws::String &value)
const Aws::String & GetExecutionNamePrefix() const
StepFunctionsAction & WithStateMachineName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue