7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
9#include <aws/geo-routes/model/RouteZoneCategory.h>
42 m_categoryHasBeenSet =
true;
57 template <
typename NameT = Aws::String>
59 m_nameHasBeenSet =
true;
60 m_name = std::forward<NameT>(value);
62 template <
typename NameT = Aws::String>
64 SetName(std::forward<NameT>(value));
72 bool m_categoryHasBeenSet =
false;
73 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