7#include <aws/es/ElasticsearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/es/model/OptionStatus.h>
10#include <aws/es/model/LogType.h>
11#include <aws/es/model/LogPublishingOption.h>
24namespace ElasticsearchService
75 bool m_optionsHasBeenSet =
false;
78 bool m_statusHasBeenSet =
false;
LogPublishingOptionsStatus & AddOptions(const LogType &key, const LogPublishingOption &value)
AWS_ELASTICSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
LogPublishingOptionsStatus & WithStatus(OptionStatus &&value)
LogPublishingOptionsStatus & AddOptions(LogType &&key, LogPublishingOption &&value)
AWS_ELASTICSEARCHSERVICE_API LogPublishingOptionsStatus(Aws::Utils::Json::JsonView jsonValue)
LogPublishingOptionsStatus & WithOptions(const Aws::Map< LogType, LogPublishingOption > &value)
void SetOptions(const Aws::Map< LogType, LogPublishingOption > &value)
bool StatusHasBeenSet() const
void SetStatus(const OptionStatus &value)
LogPublishingOptionsStatus & AddOptions(const LogType &key, LogPublishingOption &&value)
LogPublishingOptionsStatus & WithOptions(Aws::Map< LogType, LogPublishingOption > &&value)
LogPublishingOptionsStatus & WithStatus(const OptionStatus &value)
AWS_ELASTICSEARCHSERVICE_API LogPublishingOptionsStatus()
bool OptionsHasBeenSet() const
void SetStatus(OptionStatus &&value)
const Aws::Map< LogType, LogPublishingOption > & GetOptions() const
const OptionStatus & GetStatus() const
AWS_ELASTICSEARCHSERVICE_API LogPublishingOptionsStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
LogPublishingOptionsStatus & AddOptions(LogType &&key, const LogPublishingOption &value)
void SetOptions(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