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>
13#include <aws/core/utils/UUID.h>
17namespace OpenSearchServerless
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
62 template<
typename ConfigVersionT = Aws::String>
63 void SetConfigVersion(ConfigVersionT&& value) { m_configVersionHasBeenSet =
true; m_configVersion = std::forward<ConfigVersionT>(value); }
64 template<
typename ConfigVersionT = Aws::String>
74 template<
typename DescriptionT = Aws::String>
75 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
76 template<
typename DescriptionT = Aws::String>
86 template<
typename SamlOptionsT = SamlConfigOptions>
87 void SetSamlOptions(SamlOptionsT&& value) { m_samlOptionsHasBeenSet =
true; m_samlOptions = std::forward<SamlOptionsT>(value); }
88 template<
typename SamlOptionsT = SamlConfigOptions>
98 template<
typename IamIdentityCenterOptionsUpdatesT = UpdateIamIdentityCenterConfigOptions>
99 void SetIamIdentityCenterOptionsUpdates(IamIdentityCenterOptionsUpdatesT&& value) { m_iamIdentityCenterOptionsUpdatesHasBeenSet =
true; m_iamIdentityCenterOptionsUpdates = std::forward<IamIdentityCenterOptionsUpdatesT>(value); }
100 template<
typename IamIdentityCenterOptionsUpdatesT = UpdateIamIdentityCenterConfigOptions>
110 template<
typename ClientTokenT = Aws::String>
111 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
112 template<
typename ClientTokenT = Aws::String>
118 bool m_idHasBeenSet =
false;
121 bool m_configVersionHasBeenSet =
false;
124 bool m_descriptionHasBeenSet =
false;
127 bool m_samlOptionsHasBeenSet =
false;
130 bool m_iamIdentityCenterOptionsUpdatesHasBeenSet =
false;
133 bool m_clientTokenHasBeenSet =
true;
bool IdHasBeenSet() const
AWS_OPENSEARCHSERVERLESS_API Aws::String SerializePayload() const override
UpdateSecurityConfigRequest & WithIamIdentityCenterOptionsUpdates(IamIdentityCenterOptionsUpdatesT &&value)
bool IamIdentityCenterOptionsUpdatesHasBeenSet() const
UpdateSecurityConfigRequest & WithConfigVersion(ConfigVersionT &&value)
UpdateSecurityConfigRequest & WithId(IdT &&value)
const SamlConfigOptions & GetSamlOptions() const
const Aws::String & GetConfigVersion() const
bool DescriptionHasBeenSet() const
const UpdateIamIdentityCenterConfigOptions & GetIamIdentityCenterOptionsUpdates() const
UpdateSecurityConfigRequest & WithSamlOptions(SamlOptionsT &&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