7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CodeCatalyst {
41 template <
typename PathT = Aws::String>
43 m_pathHasBeenSet =
true;
44 m_path = std::forward<PathT>(value);
46 template <
typename PathT = Aws::String>
48 SetPath(std::forward<PathT>(value));
54 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