7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/groundstation/model/ContactStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/groundstation/model/Elevation.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
25namespace GroundStation
52 inline void SetContactId(
const char* value) { m_contactIdHasBeenSet =
true; m_contactId.assign(value); }
90 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
104 inline void SetGroundStation(
const char* value) { m_groundStationHasBeenSet =
true; m_groundStation.assign(value); }
130 inline void SetMissionProfileArn(
const char* value) { m_missionProfileArnHasBeenSet =
true; m_missionProfileArn.assign(value); }
170 inline void SetRegion(
const char* value) { m_regionHasBeenSet =
true; m_region.assign(value); }
184 inline void SetSatelliteArn(
const char* value) { m_satelliteArnHasBeenSet =
true; m_satelliteArn.assign(value); }
218 inline ContactData&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
257 bool m_contactIdHasBeenSet =
false;
260 bool m_contactStatusHasBeenSet =
false;
263 bool m_endTimeHasBeenSet =
false;
266 bool m_errorMessageHasBeenSet =
false;
269 bool m_groundStationHasBeenSet =
false;
272 bool m_maximumElevationHasBeenSet =
false;
275 bool m_missionProfileArnHasBeenSet =
false;
278 bool m_postPassEndTimeHasBeenSet =
false;
281 bool m_prePassStartTimeHasBeenSet =
false;
284 bool m_regionHasBeenSet =
false;
287 bool m_satelliteArnHasBeenSet =
false;
290 bool m_startTimeHasBeenSet =
false;
293 bool m_tagsHasBeenSet =
false;
296 bool m_visibilityEndTimeHasBeenSet =
false;
299 bool m_visibilityStartTimeHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue