7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/opensearch/OpenSearchService_EXPORTS.h>
9#include <aws/opensearch/model/InboundConnection.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace OpenSearchService {
42 template <
typename ConnectionT = InboundConnection>
44 m_connectionHasBeenSet =
true;
45 m_connection = std::forward<ConnectionT>(value);
47 template <
typename ConnectionT = InboundConnection>
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
72 bool m_connectionHasBeenSet =
false;
73 bool m_requestIdHasBeenSet =
false;
void SetConnection(ConnectionT &&value)
AWS_OPENSEARCHSERVICE_API AcceptInboundConnectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_OPENSEARCHSERVICE_API AcceptInboundConnectionResult()=default
AWS_OPENSEARCHSERVICE_API AcceptInboundConnectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AcceptInboundConnectionResult & WithConnection(ConnectionT &&value)
const Aws::String & GetRequestId() const
AcceptInboundConnectionResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
const InboundConnection & GetConnection() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue