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>
49 template<
typename ResourceT = Aws::String>
50 void SetResource(ResourceT&& value) { m_resourceHasBeenSet =
true; m_resource = std::forward<ResourceT>(value); }
51 template<
typename ResourceT = Aws::String>
62 template<
typename InputT = Aws::String>
63 void SetInput(InputT&& value) { m_inputHasBeenSet =
true; m_input = std::forward<InputT>(value); }
64 template<
typename InputT = Aws::String>
74 template<
typename InputDetailsT = HistoryEventExecutionDataDetails>
75 void SetInputDetails(InputDetailsT&& value) { m_inputDetailsHasBeenSet =
true; m_inputDetails = std::forward<InputDetailsT>(value); }
76 template<
typename InputDetailsT = HistoryEventExecutionDataDetails>
86 inline void SetTimeoutInSeconds(
long long value) { m_timeoutInSecondsHasBeenSet =
true; m_timeoutInSeconds = value; }
96 template<
typename TaskCredentialsT = TaskCredentials>
97 void SetTaskCredentials(TaskCredentialsT&& value) { m_taskCredentialsHasBeenSet =
true; m_taskCredentials = std::forward<TaskCredentialsT>(value); }
98 template<
typename TaskCredentialsT = TaskCredentials>
104 bool m_resourceHasBeenSet =
false;
107 bool m_inputHasBeenSet =
false;
110 bool m_inputDetailsHasBeenSet =
false;
112 long long m_timeoutInSeconds{0};
113 bool m_timeoutInSecondsHasBeenSet =
false;
115 TaskCredentials m_taskCredentials;
116 bool m_taskCredentialsHasBeenSet =
false;
LambdaFunctionScheduledEventDetails & WithResource(ResourceT &&value)
const Aws::String & GetResource() const
bool ResourceHasBeenSet() const
void SetResource(ResourceT &&value)
LambdaFunctionScheduledEventDetails & WithTaskCredentials(TaskCredentialsT &&value)
bool InputDetailsHasBeenSet() const
LambdaFunctionScheduledEventDetails & WithTimeoutInSeconds(long long value)
bool TaskCredentialsHasBeenSet() const
long long GetTimeoutInSeconds() const
bool TimeoutInSecondsHasBeenSet() const
void SetTaskCredentials(TaskCredentialsT &&value)
LambdaFunctionScheduledEventDetails & WithInput(InputT &&value)
LambdaFunctionScheduledEventDetails & WithInputDetails(InputDetailsT &&value)
const Aws::String & GetInput() const
AWS_SFN_API LambdaFunctionScheduledEventDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SFN_API LambdaFunctionScheduledEventDetails()=default
bool InputHasBeenSet() const
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SFN_API LambdaFunctionScheduledEventDetails(Aws::Utils::Json::JsonView jsonValue)
void SetTimeoutInSeconds(long long value)
void SetInput(InputT &&value)
void SetInputDetails(InputDetailsT &&value)
const HistoryEventExecutionDataDetails & GetInputDetails() const
const TaskCredentials & GetTaskCredentials() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue