7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/opensearch/OpenSearchService_EXPORTS.h>
9#include <aws/opensearch/model/ConnectionMode.h>
10#include <aws/opensearch/model/ConnectionProperties.h>
11#include <aws/opensearch/model/DomainInformationContainer.h>
12#include <aws/opensearch/model/OutboundConnectionStatus.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace OpenSearchService {
46 template <
typename LocalDomainInfoT = DomainInformationContainer>
48 m_localDomainInfoHasBeenSet =
true;
49 m_localDomainInfo = std::forward<LocalDomainInfoT>(value);
51 template <
typename LocalDomainInfoT = DomainInformationContainer>
63 template <
typename RemoteDomainInfoT = DomainInformationContainer>
65 m_remoteDomainInfoHasBeenSet =
true;
66 m_remoteDomainInfo = std::forward<RemoteDomainInfoT>(value);
68 template <
typename RemoteDomainInfoT = DomainInformationContainer>
80 template <
typename ConnectionAliasT = Aws::String>
82 m_connectionAliasHasBeenSet =
true;
83 m_connectionAlias = std::forward<ConnectionAliasT>(value);
85 template <
typename ConnectionAliasT = Aws::String>
97 template <
typename ConnectionStatusT = OutboundConnectionStatus>
99 m_connectionStatusHasBeenSet =
true;
100 m_connectionStatus = std::forward<ConnectionStatusT>(value);
102 template <
typename ConnectionStatusT = OutboundConnectionStatus>
115 template <
typename ConnectionIdT = Aws::String>
117 m_connectionIdHasBeenSet =
true;
118 m_connectionId = std::forward<ConnectionIdT>(value);
120 template <
typename ConnectionIdT = Aws::String>
133 m_connectionModeHasBeenSet =
true;
134 m_connectionMode = value;
147 template <
typename ConnectionPropertiesT = ConnectionProperties>
149 m_connectionPropertiesHasBeenSet =
true;
150 m_connectionProperties = std::forward<ConnectionPropertiesT>(value);
152 template <
typename ConnectionPropertiesT = ConnectionProperties>
162 template <
typename RequestIdT = Aws::String>
164 m_requestIdHasBeenSet =
true;
165 m_requestId = std::forward<RequestIdT>(value);
167 template <
typename RequestIdT = Aws::String>
186 ConnectionProperties m_connectionProperties;
189 bool m_localDomainInfoHasBeenSet =
false;
190 bool m_remoteDomainInfoHasBeenSet =
false;
191 bool m_connectionAliasHasBeenSet =
false;
192 bool m_connectionStatusHasBeenSet =
false;
193 bool m_connectionIdHasBeenSet =
false;
194 bool m_connectionModeHasBeenSet =
false;
195 bool m_connectionPropertiesHasBeenSet =
false;
196 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetConnectionId() const
CreateOutboundConnectionResult & WithRequestId(RequestIdT &&value)
CreateOutboundConnectionResult & WithRemoteDomainInfo(RemoteDomainInfoT &&value)
AWS_OPENSEARCHSERVICE_API CreateOutboundConnectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_OPENSEARCHSERVICE_API CreateOutboundConnectionResult()=default
CreateOutboundConnectionResult & WithConnectionProperties(ConnectionPropertiesT &&value)
CreateOutboundConnectionResult & WithConnectionId(ConnectionIdT &&value)
CreateOutboundConnectionResult & WithLocalDomainInfo(LocalDomainInfoT &&value)
const Aws::String & GetRequestId() const
void SetConnectionStatus(ConnectionStatusT &&value)
CreateOutboundConnectionResult & WithConnectionMode(ConnectionMode value)
const OutboundConnectionStatus & GetConnectionStatus() const
const ConnectionProperties & GetConnectionProperties() const
void SetConnectionProperties(ConnectionPropertiesT &&value)
void SetRequestId(RequestIdT &&value)
void SetConnectionMode(ConnectionMode value)
CreateOutboundConnectionResult & WithConnectionStatus(ConnectionStatusT &&value)
void SetConnectionId(ConnectionIdT &&value)
const DomainInformationContainer & GetLocalDomainInfo() const
const Aws::String & GetConnectionAlias() const
void SetConnectionAlias(ConnectionAliasT &&value)
void SetLocalDomainInfo(LocalDomainInfoT &&value)
ConnectionMode GetConnectionMode() const
CreateOutboundConnectionResult & WithConnectionAlias(ConnectionAliasT &&value)
void SetRemoteDomainInfo(RemoteDomainInfoT &&value)
const DomainInformationContainer & GetRemoteDomainInfo() const
AWS_OPENSEARCHSERVICE_API CreateOutboundConnectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue