7#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
8#include <aws/verifiedpermissions/VerifiedPermissionsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace VerifiedPermissions
43 template<
typename PolicyStoreIdT = Aws::String>
44 void SetPolicyStoreId(PolicyStoreIdT&& value) { m_policyStoreIdHasBeenSet =
true; m_policyStoreId = std::forward<PolicyStoreIdT>(value); }
45 template<
typename PolicyStoreIdT = Aws::String>
57 inline bool GetTags()
const {
return m_tags; }
59 inline void SetTags(
bool value) { m_tagsHasBeenSet =
true; m_tags = value; }
65 bool m_policyStoreIdHasBeenSet =
false;
68 bool m_tagsHasBeenSet =
false;
AWS_VERIFIEDPERMISSIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
bool TagsHasBeenSet() const
GetPolicyStoreRequest & WithTags(bool value)
GetPolicyStoreRequest & WithPolicyStoreId(PolicyStoreIdT &&value)
AWS_VERIFIEDPERMISSIONS_API Aws::String SerializePayload() const override
AWS_VERIFIEDPERMISSIONS_API GetPolicyStoreRequest()=default
bool PolicyStoreIdHasBeenSet() const
void SetPolicyStoreId(PolicyStoreIdT &&value)
const Aws::String & GetPolicyStoreId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String