7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ProfileT = Aws::String>
49 void SetProfile(ProfileT&& value) { m_profileHasBeenSet =
true; m_profile = std::forward<ProfileT>(value); }
50 template<
typename ProfileT = Aws::String>
56 bool m_profileHasBeenSet =
false;
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetProfile() const
void SetProfile(ProfileT &&value)
WaypointOptimizationRestProfile & WithProfile(ProfileT &&value)
AWS_GEOROUTES_API WaypointOptimizationRestProfile(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API WaypointOptimizationRestProfile()=default
bool ProfileHasBeenSet() const
AWS_GEOROUTES_API WaypointOptimizationRestProfile & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue