7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/opensearch/model/IdentityCenterOptions.h>
9#include <aws/opensearch/model/OptionStatus.h>
22namespace OpenSearchService
48 template<
typename OptionsT = IdentityCenterOptions>
49 void SetOptions(OptionsT&& value) { m_optionsHasBeenSet =
true; m_options = std::forward<OptionsT>(value); }
50 template<
typename OptionsT = IdentityCenterOptions>
60 template<
typename StatusT = OptionStatus>
61 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
62 template<
typename StatusT = OptionStatus>
68 bool m_optionsHasBeenSet =
false;
71 bool m_statusHasBeenSet =
false;
IdentityCenterOptionsStatus & WithOptions(OptionsT &&value)
AWS_OPENSEARCHSERVICE_API IdentityCenterOptionsStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
const IdentityCenterOptions & GetOptions() const
void SetOptions(OptionsT &&value)
AWS_OPENSEARCHSERVICE_API IdentityCenterOptionsStatus()=default
bool OptionsHasBeenSet() const
bool StatusHasBeenSet() const
const OptionStatus & GetStatus() const
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
IdentityCenterOptionsStatus & WithStatus(StatusT &&value)
AWS_OPENSEARCHSERVICE_API IdentityCenterOptionsStatus(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(StatusT &&value)
Aws::Utils::Json::JsonValue JsonValue