7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/verifiedpermissions/VerifiedPermissionsRequest.h>
9#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
14namespace VerifiedPermissions {
40 template <
typename PolicyStoreIdT = Aws::String>
42 m_policyStoreIdHasBeenSet =
true;
43 m_policyStoreId = std::forward<PolicyStoreIdT>(value);
45 template <
typename PolicyStoreIdT = Aws::String>
58 template <
typename IdentitySourceIdT = Aws::String>
60 m_identitySourceIdHasBeenSet =
true;
61 m_identitySourceId = std::forward<IdentitySourceIdT>(value);
63 template <
typename IdentitySourceIdT = Aws::String>
73 bool m_policyStoreIdHasBeenSet =
false;
74 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