7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/geo-routes/model/RouteZoneCategory.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
57 template<
typename NameT = Aws::String>
58 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
59 template<
typename NameT = Aws::String>
65 bool m_categoryHasBeenSet =
false;
68 bool m_nameHasBeenSet =
false;
RouteZone & WithCategory(RouteZoneCategory value)
bool CategoryHasBeenSet() const
AWS_GEOROUTES_API RouteZone(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
RouteZone & WithName(NameT &&value)
bool NameHasBeenSet() const
AWS_GEOROUTES_API RouteZone()=default
void SetCategory(RouteZoneCategory value)
AWS_GEOROUTES_API RouteZone & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
RouteZoneCategory GetCategory() const
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue