7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/location/model/DistanceUnit.h>
11#include <aws/location/model/SpeedUnit.h>
12#include <aws/location/model/ForecastedEvent.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
27namespace LocationService
44 template<
typename ForecastedEventsT = Aws::Vector<ForecastedEvent>>
45 void SetForecastedEvents(ForecastedEventsT&& value) { m_forecastedEventsHasBeenSet =
true; m_forecastedEvents = std::forward<ForecastedEventsT>(value); }
46 template<
typename ForecastedEventsT = Aws::Vector<ForecastedEvent>>
48 template<
typename ForecastedEventsT = ForecastedEvent>
58 template<
typename NextTokenT = Aws::String>
59 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
60 template<
typename NextTokenT = Aws::String>
85 template<
typename RequestIdT = Aws::String>
86 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
87 template<
typename RequestIdT = Aws::String>
93 bool m_forecastedEventsHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
99 bool m_distanceUnitHasBeenSet =
false;
102 bool m_speedUnitHasBeenSet =
false;
105 bool m_requestIdHasBeenSet =
false;
AWS_LOCATIONSERVICE_API ForecastGeofenceEventsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ForecastGeofenceEventsResult & WithNextToken(NextTokenT &&value)
ForecastGeofenceEventsResult & WithSpeedUnit(SpeedUnit value)
DistanceUnit GetDistanceUnit() const
const Aws::Vector< ForecastedEvent > & GetForecastedEvents() const
SpeedUnit GetSpeedUnit() const
const Aws::String & GetRequestId() const
void SetDistanceUnit(DistanceUnit value)
AWS_LOCATIONSERVICE_API ForecastGeofenceEventsResult()=default
ForecastGeofenceEventsResult & WithForecastedEvents(ForecastedEventsT &&value)
ForecastGeofenceEventsResult & WithDistanceUnit(DistanceUnit value)
void SetSpeedUnit(SpeedUnit value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
AWS_LOCATIONSERVICE_API ForecastGeofenceEventsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ForecastGeofenceEventsResult & AddForecastedEvents(ForecastedEventsT &&value)
ForecastGeofenceEventsResult & WithRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
void SetForecastedEvents(ForecastedEventsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue