7#include <aws/states/SFN_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename MapRunArnT = Aws::String>
48 void SetMapRunArn(MapRunArnT&& value) { m_mapRunArnHasBeenSet =
true; m_mapRunArn = std::forward<MapRunArnT>(value); }
49 template<
typename MapRunArnT = Aws::String>
61 inline void SetRedriveCount(
int value) { m_redriveCountHasBeenSet =
true; m_redriveCount = value; }
67 bool m_mapRunArnHasBeenSet =
false;
69 int m_redriveCount{0};
70 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