7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/opensearchserverless/OpenSearchServerlessRequest.h>
10#include <aws/opensearchserverless/OpenSearchServerless_EXPORTS.h>
11#include <aws/opensearchserverless/model/IamFederationConfigOptions.h>
12#include <aws/opensearchserverless/model/SamlConfigOptions.h>
13#include <aws/opensearchserverless/model/UpdateIamIdentityCenterConfigOptions.h>
18namespace OpenSearchServerless {
45 template <
typename IdT = Aws::String>
47 m_idHasBeenSet =
true;
48 m_id = std::forward<IdT>(value);
50 template <
typename IdT = Aws::String>
52 SetId(std::forward<IdT>(value));
65 template <
typename ConfigVersionT = Aws::String>
67 m_configVersionHasBeenSet =
true;
68 m_configVersion = std::forward<ConfigVersionT>(value);
70 template <
typename ConfigVersionT = Aws::String>
83 template <
typename DescriptionT = Aws::String>
85 m_descriptionHasBeenSet =
true;
86 m_description = std::forward<DescriptionT>(value);
88 template <
typename DescriptionT = Aws::String>
101 template <
typename SamlOptionsT = SamlConfigOptions>
103 m_samlOptionsHasBeenSet =
true;
104 m_samlOptions = std::forward<SamlOptionsT>(value);
106 template <
typename SamlOptionsT = SamlConfigOptions>
118 return m_iamIdentityCenterOptionsUpdates;
121 template <
typename IamIdentityCenterOptionsUpdatesT = UpdateIamIdentityCenterConfigOptions>
123 m_iamIdentityCenterOptionsUpdatesHasBeenSet =
true;
124 m_iamIdentityCenterOptionsUpdates = std::forward<IamIdentityCenterOptionsUpdatesT>(value);
126 template <
typename IamIdentityCenterOptionsUpdatesT = UpdateIamIdentityCenterConfigOptions>
141 template <
typename IamFederationOptionsT = IamFederationConfigOptions>
143 m_iamFederationOptionsHasBeenSet =
true;
144 m_iamFederationOptions = std::forward<IamFederationOptionsT>(value);
146 template <
typename IamFederationOptionsT = IamFederationConfigOptions>
159 template <
typename ClientTokenT = Aws::String>
161 m_clientTokenHasBeenSet =
true;
162 m_clientToken = std::forward<ClientTokenT>(value);
164 template <
typename ClientTokenT = Aws::String>
184 bool m_idHasBeenSet =
false;
185 bool m_configVersionHasBeenSet =
false;
186 bool m_descriptionHasBeenSet =
false;
187 bool m_samlOptionsHasBeenSet =
false;
188 bool m_iamIdentityCenterOptionsUpdatesHasBeenSet =
false;
189 bool m_iamFederationOptionsHasBeenSet =
false;
190 bool m_clientTokenHasBeenSet =
true;
const IamFederationConfigOptions & GetIamFederationOptions() const
bool IdHasBeenSet() const
AWS_OPENSEARCHSERVERLESS_API Aws::String SerializePayload() const override
UpdateSecurityConfigRequest & WithIamIdentityCenterOptionsUpdates(IamIdentityCenterOptionsUpdatesT &&value)
bool IamFederationOptionsHasBeenSet() const
bool IamIdentityCenterOptionsUpdatesHasBeenSet() const
UpdateSecurityConfigRequest & WithConfigVersion(ConfigVersionT &&value)
UpdateSecurityConfigRequest & WithId(IdT &&value)
const SamlConfigOptions & GetSamlOptions() const
const Aws::String & GetConfigVersion() const
bool DescriptionHasBeenSet() const
void SetIamFederationOptions(IamFederationOptionsT &&value)
const UpdateIamIdentityCenterConfigOptions & GetIamIdentityCenterOptionsUpdates() const
UpdateSecurityConfigRequest & WithSamlOptions(SamlOptionsT &&value)
UpdateSecurityConfigRequest & WithIamFederationOptions(IamFederationOptionsT &&value)
const Aws::String & GetId() const
bool SamlOptionsHasBeenSet() const
const Aws::String & GetClientToken() const
UpdateSecurityConfigRequest & WithClientToken(ClientTokenT &&value)
AWS_OPENSEARCHSERVERLESS_API UpdateSecurityConfigRequest()=default
UpdateSecurityConfigRequest & WithDescription(DescriptionT &&value)
AWS_OPENSEARCHSERVERLESS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetIamIdentityCenterOptionsUpdates(IamIdentityCenterOptionsUpdatesT &&value)
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetDescription() const
void SetSamlOptions(SamlOptionsT &&value)
bool ClientTokenHasBeenSet() const
bool ConfigVersionHasBeenSet() const
void SetConfigVersion(ConfigVersionT &&value)
virtual const char * GetServiceRequestName() const override
void SetDescription(DescriptionT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String