7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/groundstation/GroundStation_EXPORTS.h>
11#include <aws/groundstation/model/ContactData.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace GroundStation {
43 template <
typename NextTokenT = Aws::String>
45 m_nextTokenHasBeenSet =
true;
46 m_nextToken = std::forward<NextTokenT>(value);
48 template <
typename NextTokenT = Aws::String>
60 template <
typename ContactListT = Aws::Vector<ContactData>>
62 m_contactListHasBeenSet =
true;
63 m_contactList = std::forward<ContactListT>(value);
65 template <
typename ContactListT = Aws::Vector<ContactData>>
70 template <
typename ContactListT = ContactData>
72 m_contactListHasBeenSet =
true;
73 m_contactList.emplace_back(std::forward<ContactListT>(value));
81 template <
typename RequestIdT = Aws::String>
83 m_requestIdHasBeenSet =
true;
84 m_requestId = std::forward<RequestIdT>(value);
86 template <
typename RequestIdT = Aws::String>
101 bool m_nextTokenHasBeenSet =
false;
102 bool m_contactListHasBeenSet =
false;
103 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue