7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/verifiedpermissions/VerifiedPermissionsRequest.h>
9#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
14namespace VerifiedPermissions {
45 template <
typename PolicyStoreIdT = Aws::String>
47 m_policyStoreIdHasBeenSet =
true;
48 m_policyStoreId = std::forward<PolicyStoreIdT>(value);
50 template <
typename PolicyStoreIdT = Aws::String>
63 template <
typename IdentitySourceIdT = Aws::String>
65 m_identitySourceIdHasBeenSet =
true;
66 m_identitySourceId = std::forward<IdentitySourceIdT>(value);
68 template <
typename IdentitySourceIdT = Aws::String>
78 bool m_policyStoreIdHasBeenSet =
false;
79 bool m_identitySourceIdHasBeenSet =
false;
DeleteIdentitySourceRequest & WithIdentitySourceId(IdentitySourceIdT &&value)
void SetIdentitySourceId(IdentitySourceIdT &&value)
bool PolicyStoreIdHasBeenSet() const
DeleteIdentitySourceRequest & WithPolicyStoreId(PolicyStoreIdT &&value)
AWS_VERIFIEDPERMISSIONS_API Aws::String SerializePayload() const override
AWS_VERIFIEDPERMISSIONS_API DeleteIdentitySourceRequest()=default
bool IdentitySourceIdHasBeenSet() const
void SetPolicyStoreId(PolicyStoreIdT &&value)
AWS_VERIFIEDPERMISSIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetPolicyStoreId() const
const Aws::String & GetIdentitySourceId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String