7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/apprunner/model/ConnectionSummary.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
38 template <
typename ConnectionSummaryListT = Aws::Vector<ConnectionSummary>>
40 m_connectionSummaryListHasBeenSet =
true;
41 m_connectionSummaryList = std::forward<ConnectionSummaryListT>(value);
43 template <
typename ConnectionSummaryListT = Aws::Vector<ConnectionSummary>>
48 template <
typename ConnectionSummaryListT = ConnectionSummary>
50 m_connectionSummaryListHasBeenSet =
true;
51 m_connectionSummaryList.emplace_back(std::forward<ConnectionSummaryListT>(value));
62 template <
typename NextTokenT = Aws::String>
64 m_nextTokenHasBeenSet =
true;
65 m_nextToken = std::forward<NextTokenT>(value);
67 template <
typename NextTokenT = Aws::String>
77 template <
typename RequestIdT = Aws::String>
79 m_requestIdHasBeenSet =
true;
80 m_requestId = std::forward<RequestIdT>(value);
82 template <
typename RequestIdT = Aws::String>
94 bool m_connectionSummaryListHasBeenSet =
false;
95 bool m_nextTokenHasBeenSet =
false;
96 bool m_requestIdHasBeenSet =
false;
ListConnectionsResult & AddConnectionSummaryList(ConnectionSummaryListT &&value)
void SetConnectionSummaryList(ConnectionSummaryListT &&value)
const Aws::Vector< ConnectionSummary > & GetConnectionSummaryList() const
const Aws::String & GetNextToken() const
AWS_APPRUNNER_API ListConnectionsResult()=default
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
ListConnectionsResult & WithRequestId(RequestIdT &&value)
AWS_APPRUNNER_API ListConnectionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListConnectionsResult & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
AWS_APPRUNNER_API ListConnectionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListConnectionsResult & WithConnectionSummaryList(ConnectionSummaryListT &&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