7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/opensearch/OpenSearchService_EXPORTS.h>
10#include <aws/opensearch/model/InboundConnection.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace OpenSearchService {
43 template <
typename ConnectionsT = Aws::Vector<InboundConnection>>
45 m_connectionsHasBeenSet =
true;
46 m_connections = std::forward<ConnectionsT>(value);
48 template <
typename ConnectionsT = Aws::Vector<InboundConnection>>
53 template <
typename ConnectionsT = InboundConnection>
55 m_connectionsHasBeenSet =
true;
56 m_connections.emplace_back(std::forward<ConnectionsT>(value));
68 template <
typename NextTokenT = Aws::String>
70 m_nextTokenHasBeenSet =
true;
71 m_nextToken = std::forward<NextTokenT>(value);
73 template <
typename NextTokenT = Aws::String>
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
100 bool m_connectionsHasBeenSet =
false;
101 bool m_nextTokenHasBeenSet =
false;
102 bool m_requestIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
DescribeInboundConnectionsResult & WithConnections(ConnectionsT &&value)
DescribeInboundConnectionsResult & WithNextToken(NextTokenT &&value)
AWS_OPENSEARCHSERVICE_API DescribeInboundConnectionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeInboundConnectionsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_OPENSEARCHSERVICE_API DescribeInboundConnectionsResult()=default
void SetConnections(ConnectionsT &&value)
AWS_OPENSEARCHSERVICE_API DescribeInboundConnectionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< InboundConnection > & GetConnections() const
const Aws::String & GetNextToken() const
DescribeInboundConnectionsResult & AddConnections(ConnectionsT &&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