7#include <aws/states/SFN_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/states/model/HistoryEventExecutionDataDetails.h>
50 inline void SetResource(
const char* value) { m_resourceHasBeenSet =
true; m_resource.assign(value); }
65 inline void SetInput(
const char* value) { m_inputHasBeenSet =
true; m_input.assign(value); }
89 inline void SetTimeoutInSeconds(
long long value) { m_timeoutInSecondsHasBeenSet =
true; m_timeoutInSeconds = value; }
100 inline void SetHeartbeatInSeconds(
long long value) { m_heartbeatInSecondsHasBeenSet =
true; m_heartbeatInSeconds = value; }
106 bool m_resourceHasBeenSet =
false;
109 bool m_inputHasBeenSet =
false;
112 bool m_inputDetailsHasBeenSet =
false;
114 long long m_timeoutInSeconds;
115 bool m_timeoutInSecondsHasBeenSet =
false;
117 long long m_heartbeatInSeconds;
118 bool m_heartbeatInSecondsHasBeenSet =
false;
void SetInputDetails(const HistoryEventExecutionDataDetails &value)
void SetInput(Aws::String &&value)
ActivityScheduledEventDetails & WithInput(const char *value)
bool ResourceHasBeenSet() const
const HistoryEventExecutionDataDetails & GetInputDetails() const
void SetHeartbeatInSeconds(long long value)
ActivityScheduledEventDetails & WithHeartbeatInSeconds(long long value)
void SetInput(const Aws::String &value)
ActivityScheduledEventDetails & WithInputDetails(HistoryEventExecutionDataDetails &&value)
void SetResource(const char *value)
bool TimeoutInSecondsHasBeenSet() const
const Aws::String & GetResource() const
void SetTimeoutInSeconds(long long value)
ActivityScheduledEventDetails & WithInput(Aws::String &&value)
void SetInput(const char *value)
bool InputHasBeenSet() const
void SetResource(const Aws::String &value)
AWS_SFN_API ActivityScheduledEventDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool InputDetailsHasBeenSet() const
ActivityScheduledEventDetails & WithTimeoutInSeconds(long long value)
ActivityScheduledEventDetails & WithInputDetails(const HistoryEventExecutionDataDetails &value)
void SetInputDetails(HistoryEventExecutionDataDetails &&value)
AWS_SFN_API ActivityScheduledEventDetails()
long long GetHeartbeatInSeconds() const
AWS_SFN_API ActivityScheduledEventDetails(Aws::Utils::Json::JsonView jsonValue)
ActivityScheduledEventDetails & WithResource(Aws::String &&value)
ActivityScheduledEventDetails & WithInput(const Aws::String &value)
ActivityScheduledEventDetails & WithResource(const char *value)
ActivityScheduledEventDetails & WithResource(const Aws::String &value)
bool HeartbeatInSecondsHasBeenSet() const
long long GetTimeoutInSeconds() const
const Aws::String & GetInput() const
void SetResource(Aws::String &&value)
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue