7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/opensearch/model/DomainInformationContainer.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/opensearch/model/InboundConnectionStatus.h>
11#include <aws/opensearch/model/ConnectionMode.h>
24namespace OpenSearchService
78 inline void SetConnectionId(
const char* value) { m_connectionIdHasBeenSet =
true; m_connectionId.assign(value); }
110 bool m_localDomainInfoHasBeenSet =
false;
113 bool m_remoteDomainInfoHasBeenSet =
false;
116 bool m_connectionIdHasBeenSet =
false;
119 bool m_connectionStatusHasBeenSet =
false;
122 bool m_connectionModeHasBeenSet =
false;
InboundConnection & WithConnectionMode(const ConnectionMode &value)
const DomainInformationContainer & GetLocalDomainInfo() const
InboundConnection & WithConnectionId(Aws::String &&value)
void SetLocalDomainInfo(const DomainInformationContainer &value)
void SetConnectionId(const char *value)
bool RemoteDomainInfoHasBeenSet() const
InboundConnection & WithConnectionId(const char *value)
void SetConnectionMode(const ConnectionMode &value)
InboundConnection & WithLocalDomainInfo(const DomainInformationContainer &value)
bool ConnectionModeHasBeenSet() const
bool ConnectionStatusHasBeenSet() const
bool ConnectionIdHasBeenSet() const
AWS_OPENSEARCHSERVICE_API InboundConnection & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetConnectionId(const Aws::String &value)
AWS_OPENSEARCHSERVICE_API InboundConnection(Aws::Utils::Json::JsonView jsonValue)
void SetRemoteDomainInfo(const DomainInformationContainer &value)
InboundConnection & WithRemoteDomainInfo(DomainInformationContainer &&value)
void SetConnectionStatus(const InboundConnectionStatus &value)
void SetConnectionMode(ConnectionMode &&value)
InboundConnection & WithLocalDomainInfo(DomainInformationContainer &&value)
const InboundConnectionStatus & GetConnectionStatus() const
void SetConnectionId(Aws::String &&value)
InboundConnection & WithConnectionId(const Aws::String &value)
InboundConnection & WithConnectionMode(ConnectionMode &&value)
InboundConnection & WithConnectionStatus(const InboundConnectionStatus &value)
InboundConnection & WithConnectionStatus(InboundConnectionStatus &&value)
const DomainInformationContainer & GetRemoteDomainInfo() const
bool LocalDomainInfoHasBeenSet() const
InboundConnection & WithRemoteDomainInfo(const DomainInformationContainer &value)
AWS_OPENSEARCHSERVICE_API InboundConnection()
void SetLocalDomainInfo(DomainInformationContainer &&value)
void SetConnectionStatus(InboundConnectionStatus &&value)
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetConnectionId() const
void SetRemoteDomainInfo(DomainInformationContainer &&value)
const ConnectionMode & GetConnectionMode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue