7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/opensearch/model/AppConfigType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace OpenSearchService
62 template<
typename ValueT = Aws::String>
63 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
64 template<
typename ValueT = Aws::String>
70 bool m_keyHasBeenSet =
false;
73 bool m_valueHasBeenSet =
false;
bool ValueHasBeenSet() const
AppConfig & WithValue(ValueT &&value)
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetValue(ValueT &&value)
AppConfigType GetKey() const
bool KeyHasBeenSet() const
AppConfig & WithKey(AppConfigType value)
const Aws::String & GetValue() const
AWS_OPENSEARCHSERVICE_API AppConfig()=default
AWS_OPENSEARCHSERVICE_API AppConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_OPENSEARCHSERVICE_API AppConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKey(AppConfigType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue