7#include <aws/opensearchserverless/OpenSearchServerless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/opensearchserverless/model/IamIdentityCenterConfigOptions.h>
10#include <aws/opensearchserverless/model/SamlConfigOptions.h>
11#include <aws/opensearchserverless/model/SecurityConfigType.h>
24namespace OpenSearchServerless
52 inline void SetConfigVersion(
const char* value) { m_configVersionHasBeenSet =
true; m_configVersion.assign(value); }
64 inline void SetCreatedDate(
long long value) { m_createdDateHasBeenSet =
true; m_createdDate = value; }
76 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
102 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
114 inline void SetLastModifiedDate(
long long value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = value; }
145 bool m_configVersionHasBeenSet =
false;
147 long long m_createdDate;
148 bool m_createdDateHasBeenSet =
false;
151 bool m_descriptionHasBeenSet =
false;
154 bool m_iamIdentityCenterOptionsHasBeenSet =
false;
157 bool m_idHasBeenSet =
false;
159 long long m_lastModifiedDate;
160 bool m_lastModifiedDateHasBeenSet =
false;
163 bool m_samlOptionsHasBeenSet =
false;
166 bool m_typeHasBeenSet =
false;
bool TypeHasBeenSet() const
void SetIamIdentityCenterOptions(IamIdentityCenterConfigOptions &&value)
AWS_OPENSEARCHSERVERLESS_API SecurityConfigDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(const SecurityConfigType &value)
SecurityConfigDetail & WithDescription(const char *value)
bool IamIdentityCenterOptionsHasBeenSet() const
AWS_OPENSEARCHSERVERLESS_API SecurityConfigDetail()
SecurityConfigDetail & WithDescription(const Aws::String &value)
const IamIdentityCenterConfigOptions & GetIamIdentityCenterOptions() const
SecurityConfigDetail & WithCreatedDate(long long value)
bool IdHasBeenSet() const
SecurityConfigDetail & WithId(const char *value)
const Aws::String & GetId() const
void SetId(Aws::String &&value)
SecurityConfigDetail & WithIamIdentityCenterOptions(const IamIdentityCenterConfigOptions &value)
void SetSamlOptions(SamlConfigOptions &&value)
SecurityConfigDetail & WithType(SecurityConfigType &&value)
bool CreatedDateHasBeenSet() const
AWS_OPENSEARCHSERVERLESS_API SecurityConfigDetail(Aws::Utils::Json::JsonView jsonValue)
void SetConfigVersion(const Aws::String &value)
void SetDescription(const char *value)
void SetId(const char *value)
SecurityConfigDetail & WithConfigVersion(Aws::String &&value)
long long GetCreatedDate() const
bool ConfigVersionHasBeenSet() const
SecurityConfigDetail & WithDescription(Aws::String &&value)
SecurityConfigDetail & WithLastModifiedDate(long long value)
bool LastModifiedDateHasBeenSet() const
SecurityConfigDetail & WithType(const SecurityConfigType &value)
void SetSamlOptions(const SamlConfigOptions &value)
SecurityConfigDetail & WithConfigVersion(const char *value)
bool DescriptionHasBeenSet() const
void SetDescription(const Aws::String &value)
SecurityConfigDetail & WithConfigVersion(const Aws::String &value)
void SetConfigVersion(const char *value)
const Aws::String & GetDescription() const
const Aws::String & GetConfigVersion() const
SecurityConfigDetail & WithIamIdentityCenterOptions(IamIdentityCenterConfigOptions &&value)
const SecurityConfigType & GetType() const
const SamlConfigOptions & GetSamlOptions() const
void SetIamIdentityCenterOptions(const IamIdentityCenterConfigOptions &value)
SecurityConfigDetail & WithId(Aws::String &&value)
void SetId(const Aws::String &value)
void SetCreatedDate(long long value)
long long GetLastModifiedDate() const
bool SamlOptionsHasBeenSet() const
AWS_OPENSEARCHSERVERLESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(SecurityConfigType &&value)
SecurityConfigDetail & WithSamlOptions(const SamlConfigOptions &value)
SecurityConfigDetail & WithId(const Aws::String &value)
void SetConfigVersion(Aws::String &&value)
void SetLastModifiedDate(long long value)
void SetDescription(Aws::String &&value)
SecurityConfigDetail & WithSamlOptions(SamlConfigOptions &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue