7#include <aws/states/SFN_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/states/model/HistoryEventExecutionDataDetails.h>
48 template<
typename ResourceT = Aws::String>
49 void SetResource(ResourceT&& value) { m_resourceHasBeenSet =
true; m_resource = std::forward<ResourceT>(value); }
50 template<
typename ResourceT = Aws::String>
61 template<
typename InputT = Aws::String>
62 void SetInput(InputT&& value) { m_inputHasBeenSet =
true; m_input = std::forward<InputT>(value); }
63 template<
typename InputT = Aws::String>
73 template<
typename InputDetailsT = HistoryEventExecutionDataDetails>
74 void SetInputDetails(InputDetailsT&& value) { m_inputDetailsHasBeenSet =
true; m_inputDetails = std::forward<InputDetailsT>(value); }
75 template<
typename InputDetailsT = HistoryEventExecutionDataDetails>
85 inline void SetTimeoutInSeconds(
long long value) { m_timeoutInSecondsHasBeenSet =
true; m_timeoutInSeconds = value; }
96 inline void SetHeartbeatInSeconds(
long long value) { m_heartbeatInSecondsHasBeenSet =
true; m_heartbeatInSeconds = value; }
102 bool m_resourceHasBeenSet =
false;
105 bool m_inputHasBeenSet =
false;
108 bool m_inputDetailsHasBeenSet =
false;
110 long long m_timeoutInSeconds{0};
111 bool m_timeoutInSecondsHasBeenSet =
false;
113 long long m_heartbeatInSeconds{0};
114 bool m_heartbeatInSecondsHasBeenSet =
false;
bool ResourceHasBeenSet() const
const HistoryEventExecutionDataDetails & GetInputDetails() const
void SetHeartbeatInSeconds(long long value)
ActivityScheduledEventDetails & WithHeartbeatInSeconds(long long value)
ActivityScheduledEventDetails & WithResource(ResourceT &&value)
void SetInput(InputT &&value)
bool TimeoutInSecondsHasBeenSet() const
const Aws::String & GetResource() const
void SetTimeoutInSeconds(long long value)
ActivityScheduledEventDetails & WithInput(InputT &&value)
bool InputHasBeenSet() const
void SetInputDetails(InputDetailsT &&value)
AWS_SFN_API ActivityScheduledEventDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool InputDetailsHasBeenSet() const
ActivityScheduledEventDetails & WithTimeoutInSeconds(long long value)
AWS_SFN_API ActivityScheduledEventDetails()=default
long long GetHeartbeatInSeconds() const
AWS_SFN_API ActivityScheduledEventDetails(Aws::Utils::Json::JsonView jsonValue)
void SetResource(ResourceT &&value)
bool HeartbeatInSecondsHasBeenSet() const
long long GetTimeoutInSeconds() const
const Aws::String & GetInput() const
ActivityScheduledEventDetails & WithInputDetails(InputDetailsT &&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