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 ResourceTypeT = Aws::String>
49 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
50 template<
typename ResourceTypeT = Aws::String>
60 template<
typename ResourceT = Aws::String>
61 void SetResource(ResourceT&& value) { m_resourceHasBeenSet =
true; m_resource = std::forward<ResourceT>(value); }
62 template<
typename ResourceT = Aws::String>
73 template<
typename OutputT = Aws::String>
74 void SetOutput(OutputT&& value) { m_outputHasBeenSet =
true; m_output = std::forward<OutputT>(value); }
75 template<
typename OutputT = Aws::String>
85 template<
typename OutputDetailsT = HistoryEventExecutionDataDetails>
86 void SetOutputDetails(OutputDetailsT&& value) { m_outputDetailsHasBeenSet =
true; m_outputDetails = std::forward<OutputDetailsT>(value); }
87 template<
typename OutputDetailsT = HistoryEventExecutionDataDetails>
93 bool m_resourceTypeHasBeenSet =
false;
96 bool m_resourceHasBeenSet =
false;
99 bool m_outputHasBeenSet =
false;
102 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