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>
61 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
69 bool m_categoryHasBeenSet =
false;
72 bool m_nameHasBeenSet =
false;
RouteZone & WithName(const char *value)
void SetName(const char *value)
RouteZone & WithName(Aws::String &&value)
void SetCategory(RouteZoneCategory &&value)
AWS_GEOROUTES_API RouteZone()
bool CategoryHasBeenSet() const
AWS_GEOROUTES_API RouteZone(Aws::Utils::Json::JsonView jsonValue)
void SetCategory(const RouteZoneCategory &value)
RouteZone & WithCategory(RouteZoneCategory &&value)
const Aws::String & GetName() const
RouteZone & WithName(const Aws::String &value)
bool NameHasBeenSet() const
const RouteZoneCategory & GetCategory() const
AWS_GEOROUTES_API RouteZone & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(Aws::String &&value)
void SetName(const Aws::String &value)
RouteZone & WithCategory(const RouteZoneCategory &value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue