/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include See Also:
AWS
* API Reference
Next token that can be supplied in the next call to get the next page of * satellites.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *Next token that can be supplied in the next call to get the next page of * satellites.
*/ inline void SetNextToken(const Aws::String& value) { m_nextToken = value; } /** *Next token that can be supplied in the next call to get the next page of * satellites.
*/ inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); } /** *Next token that can be supplied in the next call to get the next page of * satellites.
*/ inline void SetNextToken(const char* value) { m_nextToken.assign(value); } /** *Next token that can be supplied in the next call to get the next page of * satellites.
*/ inline ListSatellitesResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *Next token that can be supplied in the next call to get the next page of * satellites.
*/ inline ListSatellitesResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *Next token that can be supplied in the next call to get the next page of * satellites.
*/ inline ListSatellitesResult& WithNextToken(const char* value) { SetNextToken(value); return *this;} /** *List of satellites.
*/ inline const Aws::VectorList of satellites.
*/ inline void SetSatellites(const Aws::VectorList of satellites.
*/ inline void SetSatellites(Aws::VectorList of satellites.
*/ inline ListSatellitesResult& WithSatellites(const Aws::VectorList of satellites.
*/ inline ListSatellitesResult& WithSatellites(Aws::VectorList of satellites.
*/ inline ListSatellitesResult& AddSatellites(const SatelliteListItem& value) { m_satellites.push_back(value); return *this; } /** *List of satellites.
*/ inline ListSatellitesResult& AddSatellites(SatelliteListItem&& value) { m_satellites.push_back(std::move(value)); return *this; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline ListSatellitesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline ListSatellitesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline ListSatellitesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_nextToken; Aws::Vector