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>
80 template <
typename OutputT = Aws::String>
82 m_outputHasBeenSet =
true;
83 m_output = std::forward<OutputT>(value);
85 template <
typename OutputT = Aws::String>
98 template <
typename OutputDetailsT = HistoryEventExecutionDataDetails>
100 m_outputDetailsHasBeenSet =
true;
101 m_outputDetails = std::forward<OutputDetailsT>(value);
103 template <
typename OutputDetailsT = HistoryEventExecutionDataDetails>
117 bool m_resourceTypeHasBeenSet =
false;
118 bool m_resourceHasBeenSet =
false;
119 bool m_outputHasBeenSet =
false;
120 bool m_outputDetailsHasBeenSet =
false;
void SetResourceType(ResourceTypeT &&value)
bool ResourceTypeHasBeenSet() const
AWS_SFN_API TaskSucceededEventDetails()=default
AWS_SFN_API TaskSucceededEventDetails(Aws::Utils::Json::JsonView jsonValue)
TaskSucceededEventDetails & WithResourceType(ResourceTypeT &&value)
TaskSucceededEventDetails & WithOutput(OutputT &&value)
bool OutputDetailsHasBeenSet() const
const Aws::String & GetResourceType() const
bool ResourceHasBeenSet() const
const Aws::String & GetResource() const
TaskSucceededEventDetails & WithOutputDetails(OutputDetailsT &&value)
const Aws::String & GetOutput() const
const HistoryEventExecutionDataDetails & GetOutputDetails() const
void SetResource(ResourceT &&value)
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
bool OutputHasBeenSet() const
void SetOutput(OutputT &&value)
void SetOutputDetails(OutputDetailsT &&value)
AWS_SFN_API TaskSucceededEventDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
TaskSucceededEventDetails & WithResource(ResourceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue