7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
39 template <
typename PolicyHashConditionT = Aws::String>
41 m_policyHashConditionHasBeenSet =
true;
42 m_policyHashCondition = std::forward<PolicyHashConditionT>(value);
44 template <
typename PolicyHashConditionT = Aws::String>
57 template <
typename ResourceArnT = Aws::String>
59 m_resourceArnHasBeenSet =
true;
60 m_resourceArn = std::forward<ResourceArnT>(value);
62 template <
typename ResourceArnT = Aws::String>
70 bool m_policyHashConditionHasBeenSet =
false;
73 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