7#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
8#include <aws/verifiedpermissions/VerifiedPermissionsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace VerifiedPermissions
44 template<
typename PolicyStoreIdT = Aws::String>
45 void SetPolicyStoreId(PolicyStoreIdT&& value) { m_policyStoreIdHasBeenSet =
true; m_policyStoreId = std::forward<PolicyStoreIdT>(value); }
46 template<
typename PolicyStoreIdT = Aws::String>
56 template<
typename IdentitySourceIdT = Aws::String>
57 void SetIdentitySourceId(IdentitySourceIdT&& value) { m_identitySourceIdHasBeenSet =
true; m_identitySourceId = std::forward<IdentitySourceIdT>(value); }
58 template<
typename IdentitySourceIdT = Aws::String>
64 bool m_policyStoreIdHasBeenSet =
false;
67 bool m_identitySourceIdHasBeenSet =
false;
const Aws::String & GetPolicyStoreId() const
AWS_VERIFIEDPERMISSIONS_API Aws::String SerializePayload() const override
void SetPolicyStoreId(PolicyStoreIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_VERIFIEDPERMISSIONS_API GetIdentitySourceRequest()=default
GetIdentitySourceRequest & WithIdentitySourceId(IdentitySourceIdT &&value)
AWS_VERIFIEDPERMISSIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool IdentitySourceIdHasBeenSet() const
void SetIdentitySourceId(IdentitySourceIdT &&value)
const Aws::String & GetIdentitySourceId() const
GetIdentitySourceRequest & WithPolicyStoreId(PolicyStoreIdT &&value)
bool PolicyStoreIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String