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;
AWS_CODECATALYST_API WorkflowDefinitionSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_CODECATALYST_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetPath() const
AWS_CODECATALYST_API WorkflowDefinitionSummary()=default
bool PathHasBeenSet() const
void SetPath(PathT &&value)
WorkflowDefinitionSummary & WithPath(PathT &&value)
AWS_CODECATALYST_API WorkflowDefinitionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue