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
47 inline void SetPolicyStoreId(
const char* value) { m_policyStoreIdHasBeenSet =
true; m_policyStoreId.assign(value); }
61 inline void SetIdentitySourceId(
const char* value) { m_identitySourceIdHasBeenSet =
true; m_identitySourceId.assign(value); }
89 inline void SetPrincipalEntityType(
const char* value) { m_principalEntityTypeHasBeenSet =
true; m_principalEntityType.assign(value); }
97 bool m_policyStoreIdHasBeenSet =
false;
100 bool m_identitySourceIdHasBeenSet =
false;
103 bool m_updateConfigurationHasBeenSet =
false;
106 bool m_principalEntityTypeHasBeenSet =
false;
void SetIdentitySourceId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
const UpdateConfiguration & GetUpdateConfiguration() const
const Aws::String & GetIdentitySourceId() const
UpdateIdentitySourceRequest & WithIdentitySourceId(const char *value)
UpdateIdentitySourceRequest & WithPrincipalEntityType(const Aws::String &value)
AWS_VERIFIEDPERMISSIONS_API UpdateIdentitySourceRequest()
bool PrincipalEntityTypeHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetPrincipalEntityType(const char *value)
void SetPolicyStoreId(Aws::String &&value)
const Aws::String & GetPolicyStoreId() const
AWS_VERIFIEDPERMISSIONS_API Aws::String SerializePayload() const override
UpdateIdentitySourceRequest & WithUpdateConfiguration(const UpdateConfiguration &value)
void SetIdentitySourceId(Aws::String &&value)
UpdateIdentitySourceRequest & WithPrincipalEntityType(Aws::String &&value)
UpdateIdentitySourceRequest & WithIdentitySourceId(const Aws::String &value)
void SetUpdateConfiguration(const UpdateConfiguration &value)
bool PolicyStoreIdHasBeenSet() const
UpdateIdentitySourceRequest & WithIdentitySourceId(Aws::String &&value)
void SetUpdateConfiguration(UpdateConfiguration &&value)
void SetPolicyStoreId(const char *value)
UpdateIdentitySourceRequest & WithPrincipalEntityType(const char *value)
void SetIdentitySourceId(const char *value)
bool UpdateConfigurationHasBeenSet() const
bool IdentitySourceIdHasBeenSet() const
void SetPrincipalEntityType(Aws::String &&value)
const Aws::String & GetPrincipalEntityType() const
UpdateIdentitySourceRequest & WithPolicyStoreId(const Aws::String &value)
UpdateIdentitySourceRequest & WithUpdateConfiguration(UpdateConfiguration &&value)
void SetPolicyStoreId(const Aws::String &value)
void SetPrincipalEntityType(const Aws::String &value)
UpdateIdentitySourceRequest & WithPolicyStoreId(Aws::String &&value)
UpdateIdentitySourceRequest & WithPolicyStoreId(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String