7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/states/SFN_EXPORTS.h>
9#include <aws/states/model/HistoryEventExecutionDataDetails.h>
42 template <
typename ResourceTypeT = Aws::String>
44 m_resourceTypeHasBeenSet =
true;
45 m_resourceType = std::forward<ResourceTypeT>(value);
47 template <
typename ResourceTypeT = Aws::String>
60 template <
typename ResourceT = Aws::String>
62 m_resourceHasBeenSet =
true;
63 m_resource = std::forward<ResourceT>(value);
65 template <
typename ResourceT = Aws::String>
79 template <
typename OutputT = Aws::String>
81 m_outputHasBeenSet =
true;
82 m_output = std::forward<OutputT>(value);
84 template <
typename OutputT = Aws::String>
97 template <
typename OutputDetailsT = HistoryEventExecutionDataDetails>
99 m_outputDetailsHasBeenSet =
true;
100 m_outputDetails = std::forward<OutputDetailsT>(value);
102 template <
typename OutputDetailsT = HistoryEventExecutionDataDetails>
116 bool m_resourceTypeHasBeenSet =
false;
117 bool m_resourceHasBeenSet =
false;
118 bool m_outputHasBeenSet =
false;
119 bool m_outputDetailsHasBeenSet =
false;
bool ResourceHasBeenSet() const
void SetOutputDetails(OutputDetailsT &&value)
TaskSubmittedEventDetails & WithResource(ResourceT &&value)
AWS_SFN_API TaskSubmittedEventDetails()=default
TaskSubmittedEventDetails & WithOutput(OutputT &&value)
void SetOutput(OutputT &&value)
bool OutputHasBeenSet() const
const Aws::String & GetResourceType() const
const HistoryEventExecutionDataDetails & GetOutputDetails() const
TaskSubmittedEventDetails & WithOutputDetails(OutputDetailsT &&value)
bool ResourceTypeHasBeenSet() const
const Aws::String & GetResource() const
AWS_SFN_API TaskSubmittedEventDetails(Aws::Utils::Json::JsonView jsonValue)
bool OutputDetailsHasBeenSet() const
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
TaskSubmittedEventDetails & WithResourceType(ResourceTypeT &&value)
const Aws::String & GetOutput() const
AWS_SFN_API TaskSubmittedEventDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetResourceType(ResourceTypeT &&value)
void SetResource(ResourceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue