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>
51 inline void SetResource(
const char* value) { m_resourceHasBeenSet =
true; m_resource.assign(value); }
66 inline void SetInput(
const char* value) { m_inputHasBeenSet =
true; m_input.assign(value); }
90 inline void SetTimeoutInSeconds(
long long value) { m_timeoutInSecondsHasBeenSet =
true; m_timeoutInSeconds = value; }
108 bool m_resourceHasBeenSet =
false;
111 bool m_inputHasBeenSet =
false;
114 bool m_inputDetailsHasBeenSet =
false;
116 long long m_timeoutInSeconds;
117 bool m_timeoutInSecondsHasBeenSet =
false;
120 bool m_taskCredentialsHasBeenSet =
false;
void SetInputDetails(HistoryEventExecutionDataDetails &&value)
void SetInput(const char *value)
void SetInput(Aws::String &&value)
const Aws::String & GetResource() const
bool ResourceHasBeenSet() const
void SetResource(const char *value)
AWS_SFN_API LambdaFunctionScheduledEventDetails()
LambdaFunctionScheduledEventDetails & WithResource(const char *value)
LambdaFunctionScheduledEventDetails & WithInput(const Aws::String &value)
bool InputDetailsHasBeenSet() const
void SetInputDetails(const HistoryEventExecutionDataDetails &value)
LambdaFunctionScheduledEventDetails & WithTaskCredentials(TaskCredentials &&value)
LambdaFunctionScheduledEventDetails & WithTimeoutInSeconds(long long value)
void SetResource(Aws::String &&value)
LambdaFunctionScheduledEventDetails & WithResource(Aws::String &&value)
LambdaFunctionScheduledEventDetails & WithTaskCredentials(const TaskCredentials &value)
bool TaskCredentialsHasBeenSet() const
long long GetTimeoutInSeconds() const
bool TimeoutInSecondsHasBeenSet() const
LambdaFunctionScheduledEventDetails & WithInputDetails(const HistoryEventExecutionDataDetails &value)
void SetInput(const Aws::String &value)
LambdaFunctionScheduledEventDetails & WithInput(Aws::String &&value)
void SetTaskCredentials(TaskCredentials &&value)
const Aws::String & GetInput() const
AWS_SFN_API LambdaFunctionScheduledEventDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool InputHasBeenSet() const
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)
void SetTimeoutInSeconds(long long value)
LambdaFunctionScheduledEventDetails & WithInput(const char *value)
void SetTaskCredentials(const TaskCredentials &value)
const HistoryEventExecutionDataDetails & GetInputDetails() const
const TaskCredentials & GetTaskCredentials() const
void SetResource(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue