7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename PathT = Aws::String>
48 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
49 template<
typename PathT = Aws::String>
55 bool m_pathHasBeenSet =
false;
WorkflowDefinition & WithPath(PathT &&value)
AWS_CODECATALYST_API WorkflowDefinition()=default
AWS_CODECATALYST_API WorkflowDefinition(Aws::Utils::Json::JsonView jsonValue)
AWS_CODECATALYST_API Aws::Utils::Json::JsonValue Jsonize() const
bool PathHasBeenSet() const
AWS_CODECATALYST_API WorkflowDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPath(PathT &&value)
const Aws::String & GetPath() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue