7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/states/SFN_EXPORTS.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
57 inline int GetIndex()
const {
return m_index; }
60 m_indexHasBeenSet =
true;
72 bool m_nameHasBeenSet =
false;
73 bool m_indexHasBeenSet =
false;
void SetName(NameT &&value)
AWS_SFN_API MapIterationEventDetails(Aws::Utils::Json::JsonView jsonValue)
bool IndexHasBeenSet() const
MapIterationEventDetails & WithIndex(int value)
bool NameHasBeenSet() const
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
MapIterationEventDetails & WithName(NameT &&value)
const Aws::String & GetName() const
AWS_SFN_API MapIterationEventDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SFN_API MapIterationEventDetails()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue