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 {
44 template <
typename NextTokenT = Aws::String>
46 m_nextTokenHasBeenSet =
true;
47 m_nextToken = std::forward<NextTokenT>(value);
49 template <
typename NextTokenT = Aws::String>
61 template <
typename ContactListT = Aws::Vector<ContactData>>
63 m_contactListHasBeenSet =
true;
64 m_contactList = std::forward<ContactListT>(value);
66 template <
typename ContactListT = Aws::Vector<ContactData>>
71 template <
typename ContactListT = ContactData>
73 m_contactListHasBeenSet =
true;
74 m_contactList.emplace_back(std::forward<ContactListT>(value));
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
102 bool m_nextTokenHasBeenSet =
false;
103 bool m_contactListHasBeenSet =
false;
104 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