7#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
8#include <aws/verifiedpermissions/VerifiedPermissionsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/verifiedpermissions/model/UpdateConfiguration.h>
15namespace VerifiedPermissions
45 template<
typename PolicyStoreIdT = Aws::String>
46 void SetPolicyStoreId(PolicyStoreIdT&& value) { m_policyStoreIdHasBeenSet =
true; m_policyStoreId = std::forward<PolicyStoreIdT>(value); }
47 template<
typename PolicyStoreIdT = Aws::String>
57 template<
typename IdentitySourceIdT = Aws::String>
58 void SetIdentitySourceId(IdentitySourceIdT&& value) { m_identitySourceIdHasBeenSet =
true; m_identitySourceId = std::forward<IdentitySourceIdT>(value); }
59 template<
typename IdentitySourceIdT = Aws::String>
70 template<
typename UpdateConfigurationT = UpdateConfiguration>
71 void SetUpdateConfiguration(UpdateConfigurationT&& value) { m_updateConfigurationHasBeenSet =
true; m_updateConfiguration = std::forward<UpdateConfigurationT>(value); }
72 template<
typename UpdateConfigurationT = UpdateConfiguration>
83 template<
typename PrincipalEntityTypeT = Aws::String>
84 void SetPrincipalEntityType(PrincipalEntityTypeT&& value) { m_principalEntityTypeHasBeenSet =
true; m_principalEntityType = std::forward<PrincipalEntityTypeT>(value); }
85 template<
typename PrincipalEntityTypeT = Aws::String>
91 bool m_policyStoreIdHasBeenSet =
false;
94 bool m_identitySourceIdHasBeenSet =
false;
97 bool m_updateConfigurationHasBeenSet =
false;
100 bool m_principalEntityTypeHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const UpdateConfiguration & GetUpdateConfiguration() const
const Aws::String & GetIdentitySourceId() const
bool PrincipalEntityTypeHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetPolicyStoreId() const
AWS_VERIFIEDPERMISSIONS_API Aws::String SerializePayload() const override
void SetIdentitySourceId(IdentitySourceIdT &&value)
void SetUpdateConfiguration(UpdateConfigurationT &&value)
UpdateIdentitySourceRequest & WithPolicyStoreId(PolicyStoreIdT &&value)
bool PolicyStoreIdHasBeenSet() const
UpdateIdentitySourceRequest & WithIdentitySourceId(IdentitySourceIdT &&value)
AWS_VERIFIEDPERMISSIONS_API UpdateIdentitySourceRequest()=default
void SetPolicyStoreId(PolicyStoreIdT &&value)
bool UpdateConfigurationHasBeenSet() const
bool IdentitySourceIdHasBeenSet() const
const Aws::String & GetPrincipalEntityType() const
void SetPrincipalEntityType(PrincipalEntityTypeT &&value)
UpdateIdentitySourceRequest & WithUpdateConfiguration(UpdateConfigurationT &&value)
UpdateIdentitySourceRequest & WithPrincipalEntityType(PrincipalEntityTypeT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String