7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/opensearch/model/InboundConnectionStatusCode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace OpenSearchService
68 template<
typename MessageT = Aws::String>
69 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
70 template<
typename MessageT = Aws::String>
76 bool m_statusCodeHasBeenSet =
false;
79 bool m_messageHasBeenSet =
false;
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStatusCode(InboundConnectionStatusCode value)
void SetMessage(MessageT &&value)
InboundConnectionStatus & WithStatusCode(InboundConnectionStatusCode value)
const Aws::String & GetMessage() const
InboundConnectionStatus & WithMessage(MessageT &&value)
AWS_OPENSEARCHSERVICE_API InboundConnectionStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_OPENSEARCHSERVICE_API InboundConnectionStatus(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
bool StatusCodeHasBeenSet() const
InboundConnectionStatusCode GetStatusCode() const
AWS_OPENSEARCHSERVICE_API InboundConnectionStatus()=default
InboundConnectionStatusCode
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue