AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LambdaFunctionScheduledEventDetails.h
1
6#pragma once
7#include <aws/states/SFN_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/states/model/HistoryEventExecutionDataDetails.h>
10#include <aws/states/model/TaskCredentials.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace SFN
24{
25namespace Model
26{
27
35 {
36 public:
41
42
44
47 inline const Aws::String& GetResource() const{ return m_resource; }
48 inline bool ResourceHasBeenSet() const { return m_resourceHasBeenSet; }
49 inline void SetResource(const Aws::String& value) { m_resourceHasBeenSet = true; m_resource = value; }
50 inline void SetResource(Aws::String&& value) { m_resourceHasBeenSet = true; m_resource = std::move(value); }
51 inline void SetResource(const char* value) { m_resourceHasBeenSet = true; m_resource.assign(value); }
52 inline LambdaFunctionScheduledEventDetails& WithResource(const Aws::String& value) { SetResource(value); return *this;}
53 inline LambdaFunctionScheduledEventDetails& WithResource(Aws::String&& value) { SetResource(std::move(value)); return *this;}
54 inline LambdaFunctionScheduledEventDetails& WithResource(const char* value) { SetResource(value); return *this;}
56
58
62 inline const Aws::String& GetInput() const{ return m_input; }
63 inline bool InputHasBeenSet() const { return m_inputHasBeenSet; }
64 inline void SetInput(const Aws::String& value) { m_inputHasBeenSet = true; m_input = value; }
65 inline void SetInput(Aws::String&& value) { m_inputHasBeenSet = true; m_input = std::move(value); }
66 inline void SetInput(const char* value) { m_inputHasBeenSet = true; m_input.assign(value); }
67 inline LambdaFunctionScheduledEventDetails& WithInput(const Aws::String& value) { SetInput(value); return *this;}
68 inline LambdaFunctionScheduledEventDetails& WithInput(Aws::String&& value) { SetInput(std::move(value)); return *this;}
69 inline LambdaFunctionScheduledEventDetails& WithInput(const char* value) { SetInput(value); return *this;}
71
73
76 inline const HistoryEventExecutionDataDetails& GetInputDetails() const{ return m_inputDetails; }
77 inline bool InputDetailsHasBeenSet() const { return m_inputDetailsHasBeenSet; }
78 inline void SetInputDetails(const HistoryEventExecutionDataDetails& value) { m_inputDetailsHasBeenSet = true; m_inputDetails = value; }
79 inline void SetInputDetails(HistoryEventExecutionDataDetails&& value) { m_inputDetailsHasBeenSet = true; m_inputDetails = std::move(value); }
83
85
88 inline long long GetTimeoutInSeconds() const{ return m_timeoutInSeconds; }
89 inline bool TimeoutInSecondsHasBeenSet() const { return m_timeoutInSecondsHasBeenSet; }
90 inline void SetTimeoutInSeconds(long long value) { m_timeoutInSecondsHasBeenSet = true; m_timeoutInSeconds = value; }
91 inline LambdaFunctionScheduledEventDetails& WithTimeoutInSeconds(long long value) { SetTimeoutInSeconds(value); return *this;}
93
95
98 inline const TaskCredentials& GetTaskCredentials() const{ return m_taskCredentials; }
99 inline bool TaskCredentialsHasBeenSet() const { return m_taskCredentialsHasBeenSet; }
100 inline void SetTaskCredentials(const TaskCredentials& value) { m_taskCredentialsHasBeenSet = true; m_taskCredentials = value; }
101 inline void SetTaskCredentials(TaskCredentials&& value) { m_taskCredentialsHasBeenSet = true; m_taskCredentials = std::move(value); }
105 private:
106
107 Aws::String m_resource;
108 bool m_resourceHasBeenSet = false;
109
110 Aws::String m_input;
111 bool m_inputHasBeenSet = false;
112
114 bool m_inputDetailsHasBeenSet = false;
115
116 long long m_timeoutInSeconds;
117 bool m_timeoutInSecondsHasBeenSet = false;
118
119 TaskCredentials m_taskCredentials;
120 bool m_taskCredentialsHasBeenSet = false;
121 };
122
123} // namespace Model
124} // namespace SFN
125} // namespace Aws
void SetInputDetails(HistoryEventExecutionDataDetails &&value)
LambdaFunctionScheduledEventDetails & WithResource(const char *value)
LambdaFunctionScheduledEventDetails & WithInput(const Aws::String &value)
void SetInputDetails(const HistoryEventExecutionDataDetails &value)
LambdaFunctionScheduledEventDetails & WithTaskCredentials(TaskCredentials &&value)
LambdaFunctionScheduledEventDetails & WithTimeoutInSeconds(long long value)
LambdaFunctionScheduledEventDetails & WithResource(Aws::String &&value)
LambdaFunctionScheduledEventDetails & WithTaskCredentials(const TaskCredentials &value)
LambdaFunctionScheduledEventDetails & WithInputDetails(const HistoryEventExecutionDataDetails &value)
LambdaFunctionScheduledEventDetails & WithInput(Aws::String &&value)
AWS_SFN_API LambdaFunctionScheduledEventDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
LambdaFunctionScheduledEventDetails & WithInputDetails(HistoryEventExecutionDataDetails &&value)
AWS_SFN_API LambdaFunctionScheduledEventDetails(Aws::Utils::Json::JsonView jsonValue)
LambdaFunctionScheduledEventDetails & WithResource(const Aws::String &value)
LambdaFunctionScheduledEventDetails & WithInput(const char *value)
const HistoryEventExecutionDataDetails & GetInputDetails() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue