7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/GroundStationRequest.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
16namespace GroundStation
60 inline void SetGroundStation(
const char* value) { m_groundStationHasBeenSet =
true; m_groundStation.assign(value); }
74 inline void SetMissionProfileArn(
const char* value) { m_missionProfileArnHasBeenSet =
true; m_missionProfileArn.assign(value); }
88 inline void SetSatelliteArn(
const char* value) { m_satelliteArnHasBeenSet =
true; m_satelliteArn.assign(value); }
127 bool m_endTimeHasBeenSet =
false;
130 bool m_groundStationHasBeenSet =
false;
133 bool m_missionProfileArnHasBeenSet =
false;
136 bool m_satelliteArnHasBeenSet =
false;
139 bool m_startTimeHasBeenSet =
false;
142 bool m_tagsHasBeenSet =
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