7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/verifiedpermissions/VerifiedPermissionsRequest.h>
9#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
10#include <aws/verifiedpermissions/model/UpdateConfiguration.h>
15namespace VerifiedPermissions {
41 template <
typename PolicyStoreIdT = Aws::String>
43 m_policyStoreIdHasBeenSet =
true;
44 m_policyStoreId = std::forward<PolicyStoreIdT>(value);
46 template <
typename PolicyStoreIdT = Aws::String>
59 template <
typename IdentitySourceIdT = Aws::String>
61 m_identitySourceIdHasBeenSet =
true;
62 m_identitySourceId = std::forward<IdentitySourceIdT>(value);
64 template <
typename IdentitySourceIdT = Aws::String>
78 template <
typename UpdateConfigurationT = UpdateConfiguration>
80 m_updateConfigurationHasBeenSet =
true;
81 m_updateConfiguration = std::forward<UpdateConfigurationT>(value);
83 template <
typename UpdateConfigurationT = UpdateConfiguration>
97 template <
typename PrincipalEntityTypeT = Aws::String>
99 m_principalEntityTypeHasBeenSet =
true;
100 m_principalEntityType = std::forward<PrincipalEntityTypeT>(value);
102 template <
typename PrincipalEntityTypeT = Aws::String>
116 bool m_policyStoreIdHasBeenSet =
false;
117 bool m_identitySourceIdHasBeenSet =
false;
118 bool m_updateConfigurationHasBeenSet =
false;
119 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