7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/opensearch/model/OptionStatus.h>
10#include <aws/opensearch/model/LogType.h>
11#include <aws/opensearch/model/LogPublishingOption.h>
24namespace OpenSearchService
74 bool m_optionsHasBeenSet =
false;
77 bool m_statusHasBeenSet =
false;
void SetOptions(Aws::Map< LogType, LogPublishingOption > &&value)
LogPublishingOptionsStatus & AddOptions(LogType &&key, const LogPublishingOption &value)
AWS_OPENSEARCHSERVICE_API LogPublishingOptionsStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< LogType, LogPublishingOption > & GetOptions() const
AWS_OPENSEARCHSERVICE_API LogPublishingOptionsStatus()
void SetStatus(const OptionStatus &value)
LogPublishingOptionsStatus & AddOptions(const LogType &key, LogPublishingOption &&value)
void SetOptions(const Aws::Map< LogType, LogPublishingOption > &value)
AWS_OPENSEARCHSERVICE_API LogPublishingOptionsStatus(Aws::Utils::Json::JsonView jsonValue)
LogPublishingOptionsStatus & AddOptions(LogType &&key, LogPublishingOption &&value)
bool OptionsHasBeenSet() const
void SetStatus(OptionStatus &&value)
LogPublishingOptionsStatus & AddOptions(const LogType &key, const LogPublishingOption &value)
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
LogPublishingOptionsStatus & WithStatus(const OptionStatus &value)
LogPublishingOptionsStatus & WithStatus(OptionStatus &&value)
LogPublishingOptionsStatus & WithOptions(Aws::Map< LogType, LogPublishingOption > &&value)
const OptionStatus & GetStatus() const
bool StatusHasBeenSet() const
LogPublishingOptionsStatus & WithOptions(const Aws::Map< LogType, LogPublishingOption > &value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue