7#include <aws/opensearchserverless/OpenSearchServerless_EXPORTS.h>
8#include <aws/opensearchserverless/OpenSearchServerlessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/opensearchserverless/model/SamlConfigOptions.h>
11#include <aws/opensearchserverless/model/UpdateIamIdentityCenterConfigOptions.h>
12#include <aws/opensearchserverless/model/IamFederationConfigOptions.h>
14#include <aws/core/utils/UUID.h>
18namespace OpenSearchServerless
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
63 template<
typename ConfigVersionT = Aws::String>
64 void SetConfigVersion(ConfigVersionT&& value) { m_configVersionHasBeenSet =
true; m_configVersion = std::forward<ConfigVersionT>(value); }
65 template<
typename ConfigVersionT = Aws::String>
75 template<
typename DescriptionT = Aws::String>
76 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
77 template<
typename DescriptionT = Aws::String>
87 template<
typename SamlOptionsT = SamlConfigOptions>
88 void SetSamlOptions(SamlOptionsT&& value) { m_samlOptionsHasBeenSet =
true; m_samlOptions = std::forward<SamlOptionsT>(value); }
89 template<
typename SamlOptionsT = SamlConfigOptions>
99 template<
typename IamIdentityCenterOptionsUpdatesT = UpdateIamIdentityCenterConfigOptions>
100 void SetIamIdentityCenterOptionsUpdates(IamIdentityCenterOptionsUpdatesT&& value) { m_iamIdentityCenterOptionsUpdatesHasBeenSet =
true; m_iamIdentityCenterOptionsUpdates = std::forward<IamIdentityCenterOptionsUpdatesT>(value); }
101 template<
typename IamIdentityCenterOptionsUpdatesT = UpdateIamIdentityCenterConfigOptions>
113 template<
typename IamFederationOptionsT = IamFederationConfigOptions>
114 void SetIamFederationOptions(IamFederationOptionsT&& value) { m_iamFederationOptionsHasBeenSet =
true; m_iamFederationOptions = std::forward<IamFederationOptionsT>(value); }
115 template<
typename IamFederationOptionsT = IamFederationConfigOptions>
125 template<
typename ClientTokenT = Aws::String>
126 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
127 template<
typename ClientTokenT = Aws::String>
133 bool m_idHasBeenSet =
false;
136 bool m_configVersionHasBeenSet =
false;
139 bool m_descriptionHasBeenSet =
false;
142 bool m_samlOptionsHasBeenSet =
false;
145 bool m_iamIdentityCenterOptionsUpdatesHasBeenSet =
false;
148 bool m_iamFederationOptionsHasBeenSet =
false;
151 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