7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/location/LocationService_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace LocationService {
35 template <
typename GeofenceIdT = Aws::String>
37 m_geofenceIdHasBeenSet =
true;
38 m_geofenceId = std::forward<GeofenceIdT>(value);
40 template <
typename GeofenceIdT = Aws::String>
54 template <
typename CreateTimeT = Aws::Utils::DateTime>
56 m_createTimeHasBeenSet =
true;
57 m_createTime = std::forward<CreateTimeT>(value);
59 template <
typename CreateTimeT = Aws::Utils::DateTime>
73 template <
typename UpdateTimeT = Aws::Utils::DateTime>
75 m_updateTimeHasBeenSet =
true;
76 m_updateTime = std::forward<UpdateTimeT>(value);
78 template <
typename UpdateTimeT = Aws::Utils::DateTime>
88 template <
typename RequestIdT = Aws::String>
90 m_requestIdHasBeenSet =
true;
91 m_requestId = std::forward<RequestIdT>(value);
93 template <
typename RequestIdT = Aws::String>
107 bool m_geofenceIdHasBeenSet =
false;
108 bool m_createTimeHasBeenSet =
false;
109 bool m_updateTimeHasBeenSet =
false;
110 bool m_requestIdHasBeenSet =
false;
void SetUpdateTime(UpdateTimeT &&value)
const Aws::String & GetGeofenceId() const
PutGeofenceResult & WithGeofenceId(GeofenceIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_LOCATIONSERVICE_API PutGeofenceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetCreateTime() const
void SetCreateTime(CreateTimeT &&value)
PutGeofenceResult & WithCreateTime(CreateTimeT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
PutGeofenceResult & WithUpdateTime(UpdateTimeT &&value)
PutGeofenceResult & WithRequestId(RequestIdT &&value)
void SetGeofenceId(GeofenceIdT &&value)
AWS_LOCATIONSERVICE_API PutGeofenceResult()=default
const Aws::String & GetRequestId() const
AWS_LOCATIONSERVICE_API PutGeofenceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue