7#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/verifiedpermissions/model/UpdateOpenIdConnectGroupConfiguration.h>
10#include <aws/verifiedpermissions/model/UpdateOpenIdConnectTokenSelection.h>
23namespace VerifiedPermissions
57 template<
typename IssuerT = Aws::String>
58 void SetIssuer(IssuerT&& value) { m_issuerHasBeenSet =
true; m_issuer = std::forward<IssuerT>(value); }
59 template<
typename IssuerT = Aws::String>
72 template<
typename EntityIdPrefixT = Aws::String>
73 void SetEntityIdPrefix(EntityIdPrefixT&& value) { m_entityIdPrefixHasBeenSet =
true; m_entityIdPrefix = std::forward<EntityIdPrefixT>(value); }
74 template<
typename EntityIdPrefixT = Aws::String>
87 template<
typename GroupConfigurationT = UpdateOpenIdConnectGroupConfiguration>
88 void SetGroupConfiguration(GroupConfigurationT&& value) { m_groupConfigurationHasBeenSet =
true; m_groupConfiguration = std::forward<GroupConfigurationT>(value); }
89 template<
typename GroupConfigurationT = UpdateOpenIdConnectGroupConfiguration>
101 template<
typename TokenSelectionT = UpdateOpenIdConnectTokenSelection>
102 void SetTokenSelection(TokenSelectionT&& value) { m_tokenSelectionHasBeenSet =
true; m_tokenSelection = std::forward<TokenSelectionT>(value); }
103 template<
typename TokenSelectionT = UpdateOpenIdConnectTokenSelection>
109 bool m_issuerHasBeenSet =
false;
112 bool m_entityIdPrefixHasBeenSet =
false;
115 bool m_groupConfigurationHasBeenSet =
false;
118 bool m_tokenSelectionHasBeenSet =
false;
UpdateOpenIdConnectConfiguration & WithEntityIdPrefix(EntityIdPrefixT &&value)
void SetTokenSelection(TokenSelectionT &&value)
bool TokenSelectionHasBeenSet() const
void SetIssuer(IssuerT &&value)
const UpdateOpenIdConnectGroupConfiguration & GetGroupConfiguration() const
AWS_VERIFIEDPERMISSIONS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetEntityIdPrefix() const
bool GroupConfigurationHasBeenSet() const
void SetEntityIdPrefix(EntityIdPrefixT &&value)
UpdateOpenIdConnectConfiguration & WithTokenSelection(TokenSelectionT &&value)
AWS_VERIFIEDPERMISSIONS_API UpdateOpenIdConnectConfiguration()=default
bool IssuerHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API UpdateOpenIdConnectConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetGroupConfiguration(GroupConfigurationT &&value)
bool EntityIdPrefixHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API UpdateOpenIdConnectConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const UpdateOpenIdConnectTokenSelection & GetTokenSelection() const
UpdateOpenIdConnectConfiguration & WithIssuer(IssuerT &&value)
UpdateOpenIdConnectConfiguration & WithGroupConfiguration(GroupConfigurationT &&value)
const Aws::String & GetIssuer() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue