7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename PolicyHashConditionT = Aws::String>
44 void SetPolicyHashCondition(PolicyHashConditionT&& value) { m_policyHashConditionHasBeenSet =
true; m_policyHashCondition = std::forward<PolicyHashConditionT>(value); }
45 template<
typename PolicyHashConditionT = Aws::String>
55 template<
typename ResourceArnT = Aws::String>
56 void SetResourceArn(ResourceArnT&& value) { m_resourceArnHasBeenSet =
true; m_resourceArn = std::forward<ResourceArnT>(value); }
57 template<
typename ResourceArnT = Aws::String>
63 bool m_policyHashConditionHasBeenSet =
false;
66 bool m_resourceArnHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_GLUE_API Aws::String SerializePayload() const override
void SetResourceArn(ResourceArnT &&value)
const Aws::String & GetResourceArn() const
void SetPolicyHashCondition(PolicyHashConditionT &&value)
AWS_GLUE_API DeleteResourcePolicyRequest()=default
bool PolicyHashConditionHasBeenSet() const
DeleteResourcePolicyRequest & WithPolicyHashCondition(PolicyHashConditionT &&value)
DeleteResourcePolicyRequest & WithResourceArn(ResourceArnT &&value)
bool ResourceArnHasBeenSet() const
const Aws::String & GetPolicyHashCondition() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String