7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/groundstation/GroundStation_EXPORTS.h>
10#include <aws/groundstation/model/ConfigListItem.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace GroundStation {
42 template <
typename NextTokenT = Aws::String>
44 m_nextTokenHasBeenSet =
true;
45 m_nextToken = std::forward<NextTokenT>(value);
47 template <
typename NextTokenT = Aws::String>
59 template <
typename ConfigListT = Aws::Vector<ConfigListItem>>
61 m_configListHasBeenSet =
true;
62 m_configList = std::forward<ConfigListT>(value);
64 template <
typename ConfigListT = Aws::Vector<ConfigListItem>>
69 template <
typename ConfigListT = ConfigListItem>
71 m_configListHasBeenSet =
true;
72 m_configList.emplace_back(std::forward<ConfigListT>(value));
80 template <
typename RequestIdT = Aws::String>
82 m_requestIdHasBeenSet =
true;
83 m_requestId = std::forward<RequestIdT>(value);
85 template <
typename RequestIdT = Aws::String>
93 bool m_nextTokenHasBeenSet =
false;
96 bool m_configListHasBeenSet =
false;
99 bool m_requestIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
AWS_GROUNDSTATION_API ListConfigsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
ListConfigsResult & WithRequestId(RequestIdT &&value)
ListConfigsResult & WithNextToken(NextTokenT &&value)
AWS_GROUNDSTATION_API ListConfigsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GROUNDSTATION_API ListConfigsResult()=default
ListConfigsResult & WithConfigList(ConfigListT &&value)
const Aws::Vector< ConfigListItem > & GetConfigList() const
const Aws::String & GetRequestId() const
const Aws::String & GetNextToken() const
ListConfigsResult & AddConfigList(ConfigListT &&value)
void SetConfigList(ConfigListT &&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