7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.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 ConnectionT = InboundConnection>
45 m_connectionHasBeenSet =
true;
46 m_connection = std::forward<ConnectionT>(value);
48 template <
typename ConnectionT = InboundConnection>
58 template <
typename RequestIdT = Aws::String>
60 m_requestIdHasBeenSet =
true;
61 m_requestId = std::forward<RequestIdT>(value);
63 template <
typename RequestIdT = Aws::String>
76 bool m_connectionHasBeenSet =
false;
77 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetConnection(ConnectionT &&value)
RejectInboundConnectionResult & WithRequestId(RequestIdT &&value)
AWS_OPENSEARCHSERVICE_API RejectInboundConnectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
RejectInboundConnectionResult & WithConnection(ConnectionT &&value)
const Aws::String & GetRequestId() const
const InboundConnection & GetConnection() const
AWS_OPENSEARCHSERVICE_API RejectInboundConnectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_OPENSEARCHSERVICE_API RejectInboundConnectionResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue