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/AWSVector.h>
12#include <aws/groundstation/model/ContactStatus.h>
17namespace GroundStation
61 inline void SetGroundStation(
const char* value) { m_groundStationHasBeenSet =
true; m_groundStation.assign(value); }
73 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
85 inline void SetMissionProfileArn(
const char* value) { m_missionProfileArnHasBeenSet =
true; m_missionProfileArn.assign(value); }
100 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
114 inline void SetSatelliteArn(
const char* value) { m_satelliteArnHasBeenSet =
true; m_satelliteArn.assign(value); }
148 bool m_endTimeHasBeenSet =
false;
151 bool m_groundStationHasBeenSet =
false;
154 bool m_maxResultsHasBeenSet =
false;
157 bool m_missionProfileArnHasBeenSet =
false;
160 bool m_nextTokenHasBeenSet =
false;
163 bool m_satelliteArnHasBeenSet =
false;
166 bool m_startTimeHasBeenSet =
false;
169 bool m_statusListHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector