7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/states/SFN_EXPORTS.h>
41 template <
typename MapRunArnT = Aws::String>
43 m_mapRunArnHasBeenSet =
true;
44 m_mapRunArn = std::forward<MapRunArnT>(value);
46 template <
typename MapRunArnT = Aws::String>
62 m_redriveCountHasBeenSet =
true;
63 m_redriveCount = value;
73 int m_redriveCount{0};
74 bool m_mapRunArnHasBeenSet =
false;
75 bool m_redriveCountHasBeenSet =
false;
MapRunRedrivenEventDetails & WithMapRunArn(MapRunArnT &&value)
AWS_SFN_API MapRunRedrivenEventDetails()=default
bool MapRunArnHasBeenSet() const
AWS_SFN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SFN_API MapRunRedrivenEventDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMapRunArn(MapRunArnT &&value)
bool RedriveCountHasBeenSet() const
const Aws::String & GetMapRunArn() const
AWS_SFN_API MapRunRedrivenEventDetails(Aws::Utils::Json::JsonView jsonValue)
int GetRedriveCount() const
MapRunRedrivenEventDetails & WithRedriveCount(int value)
void SetRedriveCount(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue