7#include <aws/es/ElasticsearchService_EXPORTS.h>
8#include <aws/es/model/AutomatedSnapshotPauseOptions.h>
9#include <aws/es/model/OptionStatus.h>
20namespace ElasticsearchService {
42 template <
typename OptionsT = AutomatedSnapshotPauseOptions>
44 m_optionsHasBeenSet =
true;
45 m_options = std::forward<OptionsT>(value);
47 template <
typename OptionsT = AutomatedSnapshotPauseOptions>
61 template <
typename StatusT = OptionStatus>
63 m_statusHasBeenSet =
true;
64 m_status = std::forward<StatusT>(value);
66 template <
typename StatusT = OptionStatus>
76 bool m_optionsHasBeenSet =
false;
77 bool m_statusHasBeenSet =
false;
bool OptionsHasBeenSet() const
const AutomatedSnapshotPauseOptions & GetOptions() const
void SetOptions(OptionsT &&value)
const OptionStatus & GetStatus() const
AWS_ELASTICSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ELASTICSEARCHSERVICE_API AutomatedSnapshotPauseOptionsStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
AutomatedSnapshotPauseOptionsStatus & WithStatus(StatusT &&value)
AWS_ELASTICSEARCHSERVICE_API AutomatedSnapshotPauseOptionsStatus()=default
bool StatusHasBeenSet() const
AutomatedSnapshotPauseOptionsStatus & WithOptions(OptionsT &&value)
AWS_ELASTICSEARCHSERVICE_API AutomatedSnapshotPauseOptionsStatus(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(StatusT &&value)
Aws::Utils::Json::JsonValue JsonValue