7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/groundstation/model/GroundStationData.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace GroundStation
63 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
74 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetNextToken(Aws::String &&value)
ListGroundStationsResult & WithRequestId(const Aws::String &value)
ListGroundStationsResult & WithRequestId(const char *value)
ListGroundStationsResult & WithRequestId(Aws::String &&value)
ListGroundStationsResult & WithNextToken(const char *value)
ListGroundStationsResult & WithGroundStationList(Aws::Vector< GroundStationData > &&value)
ListGroundStationsResult & WithNextToken(const Aws::String &value)
void SetNextToken(const char *value)
ListGroundStationsResult & WithNextToken(Aws::String &&value)
const Aws::String & GetRequestId() const
ListGroundStationsResult & WithGroundStationList(const Aws::Vector< GroundStationData > &value)
ListGroundStationsResult & AddGroundStationList(const GroundStationData &value)
void SetRequestId(const Aws::String &value)
const Aws::Vector< GroundStationData > & GetGroundStationList() const
void SetRequestId(Aws::String &&value)
void SetRequestId(const char *value)
void SetNextToken(const Aws::String &value)
ListGroundStationsResult & AddGroundStationList(GroundStationData &&value)
void SetGroundStationList(const Aws::Vector< GroundStationData > &value)
AWS_GROUNDSTATION_API ListGroundStationsResult()
const Aws::String & GetNextToken() const
AWS_GROUNDSTATION_API ListGroundStationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GROUNDSTATION_API ListGroundStationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetGroundStationList(Aws::Vector< GroundStationData > &&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