7#include <aws/opensearchserverless/OpenSearchServerless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/opensearchserverless/model/SecurityConfigType.h>
10#include <aws/opensearchserverless/model/SamlConfigOptions.h>
11#include <aws/opensearchserverless/model/IamIdentityCenterConfigOptions.h>
24namespace OpenSearchServerless
50 template<
typename IdT = Aws::String>
51 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
52 template<
typename IdT = Aws::String>
72 template<
typename ConfigVersionT = Aws::String>
73 void SetConfigVersion(ConfigVersionT&& value) { m_configVersionHasBeenSet =
true; m_configVersion = std::forward<ConfigVersionT>(value); }
74 template<
typename ConfigVersionT = Aws::String>
84 template<
typename DescriptionT = Aws::String>
85 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
86 template<
typename DescriptionT = Aws::String>
97 template<
typename SamlOptionsT = SamlConfigOptions>
98 void SetSamlOptions(SamlOptionsT&& value) { m_samlOptionsHasBeenSet =
true; m_samlOptions = std::forward<SamlOptionsT>(value); }
99 template<
typename SamlOptionsT = SamlConfigOptions>
109 template<
typename IamIdentityCenterOptionsT = IamIdentityCenterConfigOptions>
110 void SetIamIdentityCenterOptions(IamIdentityCenterOptionsT&& value) { m_iamIdentityCenterOptionsHasBeenSet =
true; m_iamIdentityCenterOptions = std::forward<IamIdentityCenterOptionsT>(value); }
111 template<
typename IamIdentityCenterOptionsT = IamIdentityCenterConfigOptions>
121 inline void SetCreatedDate(
long long value) { m_createdDateHasBeenSet =
true; m_createdDate = value; }
131 inline void SetLastModifiedDate(
long long value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = value; }
137 bool m_idHasBeenSet =
false;
140 bool m_typeHasBeenSet =
false;
143 bool m_configVersionHasBeenSet =
false;
146 bool m_descriptionHasBeenSet =
false;
148 SamlConfigOptions m_samlOptions;
149 bool m_samlOptionsHasBeenSet =
false;
151 IamIdentityCenterConfigOptions m_iamIdentityCenterOptions;
152 bool m_iamIdentityCenterOptionsHasBeenSet =
false;
154 long long m_createdDate{0};
155 bool m_createdDateHasBeenSet =
false;
157 long long m_lastModifiedDate{0};
158 bool m_lastModifiedDateHasBeenSet =
false;
void SetSamlOptions(SamlOptionsT &&value)
void SetType(SecurityConfigType value)
bool TypeHasBeenSet() const
AWS_OPENSEARCHSERVERLESS_API SecurityConfigDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
SecurityConfigType GetType() const
bool IamIdentityCenterOptionsHasBeenSet() const
SecurityConfigDetail & WithConfigVersion(ConfigVersionT &&value)
const IamIdentityCenterConfigOptions & GetIamIdentityCenterOptions() const
SecurityConfigDetail & WithId(IdT &&value)
SecurityConfigDetail & WithCreatedDate(long long value)
bool IdHasBeenSet() const
AWS_OPENSEARCHSERVERLESS_API SecurityConfigDetail()=default
const Aws::String & GetId() const
bool CreatedDateHasBeenSet() const
AWS_OPENSEARCHSERVERLESS_API SecurityConfigDetail(Aws::Utils::Json::JsonView jsonValue)
long long GetCreatedDate() const
SecurityConfigDetail & WithType(SecurityConfigType value)
bool ConfigVersionHasBeenSet() const
SecurityConfigDetail & WithLastModifiedDate(long long value)
bool LastModifiedDateHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetConfigVersion() const
SecurityConfigDetail & WithIamIdentityCenterOptions(IamIdentityCenterOptionsT &&value)
const SamlConfigOptions & GetSamlOptions() const
void SetCreatedDate(long long value)
SecurityConfigDetail & WithSamlOptions(SamlOptionsT &&value)
long long GetLastModifiedDate() const
bool SamlOptionsHasBeenSet() const
SecurityConfigDetail & WithDescription(DescriptionT &&value)
AWS_OPENSEARCHSERVERLESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIamIdentityCenterOptions(IamIdentityCenterOptionsT &&value)
void SetConfigVersion(ConfigVersionT &&value)
void SetLastModifiedDate(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue