7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename LastCharacterT = Aws::String>
49 void SetLastCharacter(LastCharacterT&& value) { m_lastCharacterHasBeenSet =
true; m_lastCharacter = std::forward<LastCharacterT>(value); }
50 template<
typename LastCharacterT = Aws::String>
56 bool m_lastCharacterHasBeenSet =
false;
bool LastCharacterHasBeenSet() const
AWS_GEOROUTES_API RouteVehicleLicensePlate()=default
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetLastCharacter() const
RouteVehicleLicensePlate & WithLastCharacter(LastCharacterT &&value)
AWS_GEOROUTES_API RouteVehicleLicensePlate(Aws::Utils::Json::JsonView jsonValue)
void SetLastCharacter(LastCharacterT &&value)
AWS_GEOROUTES_API RouteVehicleLicensePlate & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue