7#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
8#include <aws/verifiedpermissions/VerifiedPermissionsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace VerifiedPermissions
46 inline void SetPolicyStoreId(
const char* value) { m_policyStoreIdHasBeenSet =
true; m_policyStoreId.assign(value); }
60 inline void SetIdentitySourceId(
const char* value) { m_identitySourceIdHasBeenSet =
true; m_identitySourceId.assign(value); }
68 bool m_policyStoreIdHasBeenSet =
false;
71 bool m_identitySourceIdHasBeenSet =
false;
void SetIdentitySourceId(Aws::String &&value)
const Aws::String & GetPolicyStoreId() const
GetIdentitySourceRequest & WithIdentitySourceId(Aws::String &&value)
AWS_VERIFIEDPERMISSIONS_API Aws::String SerializePayload() const override
GetIdentitySourceRequest & WithIdentitySourceId(const char *value)
GetIdentitySourceRequest & WithPolicyStoreId(const Aws::String &value)
void SetIdentitySourceId(const Aws::String &value)
void SetIdentitySourceId(const char *value)
GetIdentitySourceRequest & WithPolicyStoreId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
AWS_VERIFIEDPERMISSIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetIdentitySourceRequest & WithIdentitySourceId(const Aws::String &value)
void SetPolicyStoreId(const char *value)
bool IdentitySourceIdHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API GetIdentitySourceRequest()
GetIdentitySourceRequest & WithPolicyStoreId(const char *value)
const Aws::String & GetIdentitySourceId() const
void SetPolicyStoreId(const Aws::String &value)
bool PolicyStoreIdHasBeenSet() const
void SetPolicyStoreId(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String