7#include <aws/workmail/WorkMail_EXPORTS.h>
8#include <aws/workmail/WorkMailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/workmail/model/IdentityProviderAuthenticationMode.h>
11#include <aws/workmail/model/IdentityCenterConfiguration.h>
12#include <aws/workmail/model/PersonalAccessTokenConfiguration.h>
33 inline virtual const char*
GetServiceRequestName()
const override {
return "PutIdentityProviderConfiguration"; }
48 inline void SetOrganizationId(
const char* value) { m_organizationIdHasBeenSet =
true; m_organizationId.assign(value); }
92 bool m_organizationIdHasBeenSet =
false;
95 bool m_authenticationModeHasBeenSet =
false;
98 bool m_identityCenterConfigurationHasBeenSet =
false;
101 bool m_personalAccessTokenConfigurationHasBeenSet =
false;
const PersonalAccessTokenConfiguration & GetPersonalAccessTokenConfiguration() const
AWS_WORKMAIL_API Aws::String SerializePayload() const override
PutIdentityProviderConfigurationRequest & WithOrganizationId(Aws::String &&value)
void SetPersonalAccessTokenConfiguration(PersonalAccessTokenConfiguration &&value)
void SetPersonalAccessTokenConfiguration(const PersonalAccessTokenConfiguration &value)
void SetOrganizationId(const Aws::String &value)
PutIdentityProviderConfigurationRequest & WithOrganizationId(const char *value)
AWS_WORKMAIL_API PutIdentityProviderConfigurationRequest()
bool PersonalAccessTokenConfigurationHasBeenSet() const
void SetIdentityCenterConfiguration(const IdentityCenterConfiguration &value)
PutIdentityProviderConfigurationRequest & WithOrganizationId(const Aws::String &value)
bool IdentityCenterConfigurationHasBeenSet() const
PutIdentityProviderConfigurationRequest & WithPersonalAccessTokenConfiguration(PersonalAccessTokenConfiguration &&value)
PutIdentityProviderConfigurationRequest & WithPersonalAccessTokenConfiguration(const PersonalAccessTokenConfiguration &value)
void SetAuthenticationMode(IdentityProviderAuthenticationMode &&value)
AWS_WORKMAIL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
PutIdentityProviderConfigurationRequest & WithIdentityCenterConfiguration(const IdentityCenterConfiguration &value)
void SetAuthenticationMode(const IdentityProviderAuthenticationMode &value)
virtual const char * GetServiceRequestName() const override
void SetOrganizationId(const char *value)
void SetIdentityCenterConfiguration(IdentityCenterConfiguration &&value)
bool OrganizationIdHasBeenSet() const
const Aws::String & GetOrganizationId() const
bool AuthenticationModeHasBeenSet() const
const IdentityProviderAuthenticationMode & GetAuthenticationMode() const
PutIdentityProviderConfigurationRequest & WithIdentityCenterConfiguration(IdentityCenterConfiguration &&value)
PutIdentityProviderConfigurationRequest & WithAuthenticationMode(IdentityProviderAuthenticationMode &&value)
void SetOrganizationId(Aws::String &&value)
const IdentityCenterConfiguration & GetIdentityCenterConfiguration() const
PutIdentityProviderConfigurationRequest & WithAuthenticationMode(const IdentityProviderAuthenticationMode &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
IdentityProviderAuthenticationMode
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String