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>
12#include <aws/opensearchserverless/model/IamFederationConfigOptions.h>
25namespace OpenSearchServerless
51 template<
typename IdT = Aws::String>
52 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
53 template<
typename IdT = Aws::String>
73 template<
typename ConfigVersionT = Aws::String>
74 void SetConfigVersion(ConfigVersionT&& value) { m_configVersionHasBeenSet =
true; m_configVersion = std::forward<ConfigVersionT>(value); }
75 template<
typename ConfigVersionT = Aws::String>
85 template<
typename DescriptionT = Aws::String>
86 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
87 template<
typename DescriptionT = Aws::String>
98 template<
typename SamlOptionsT = SamlConfigOptions>
99 void SetSamlOptions(SamlOptionsT&& value) { m_samlOptionsHasBeenSet =
true; m_samlOptions = std::forward<SamlOptionsT>(value); }
100 template<
typename SamlOptionsT = SamlConfigOptions>
110 template<
typename IamIdentityCenterOptionsT = IamIdentityCenterConfigOptions>
111 void SetIamIdentityCenterOptions(IamIdentityCenterOptionsT&& value) { m_iamIdentityCenterOptionsHasBeenSet =
true; m_iamIdentityCenterOptions = std::forward<IamIdentityCenterOptionsT>(value); }
112 template<
typename IamIdentityCenterOptionsT = IamIdentityCenterConfigOptions>
124 template<
typename IamFederationOptionsT = IamFederationConfigOptions>
125 void SetIamFederationOptions(IamFederationOptionsT&& value) { m_iamFederationOptionsHasBeenSet =
true; m_iamFederationOptions = std::forward<IamFederationOptionsT>(value); }
126 template<
typename IamFederationOptionsT = IamFederationConfigOptions>
136 inline void SetCreatedDate(
long long value) { m_createdDateHasBeenSet =
true; m_createdDate = value; }
146 inline void SetLastModifiedDate(
long long value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = value; }
152 bool m_idHasBeenSet =
false;
155 bool m_typeHasBeenSet =
false;
158 bool m_configVersionHasBeenSet =
false;
161 bool m_descriptionHasBeenSet =
false;
163 SamlConfigOptions m_samlOptions;
164 bool m_samlOptionsHasBeenSet =
false;
166 IamIdentityCenterConfigOptions m_iamIdentityCenterOptions;
167 bool m_iamIdentityCenterOptionsHasBeenSet =
false;
169 IamFederationConfigOptions m_iamFederationOptions;
170 bool m_iamFederationOptionsHasBeenSet =
false;
172 long long m_createdDate{0};
173 bool m_createdDateHasBeenSet =
false;
175 long long m_lastModifiedDate{0};
176 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)
bool IamFederationOptionsHasBeenSet() const
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)
const IamFederationConfigOptions & GetIamFederationOptions() const
bool ConfigVersionHasBeenSet() const
SecurityConfigDetail & WithLastModifiedDate(long long value)
bool LastModifiedDateHasBeenSet() const
SecurityConfigDetail & WithIamFederationOptions(IamFederationOptionsT &&value)
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)
void SetIamFederationOptions(IamFederationOptionsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue