7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename ResourceArnT = Aws::String>
45 void SetResourceArn(ResourceArnT&& value) { m_resourceArnHasBeenSet =
true; m_resourceArn = std::forward<ResourceArnT>(value); }
46 template<
typename ResourceArnT = Aws::String>
56 template<
typename PolicyIdT = Aws::String>
57 void SetPolicyId(PolicyIdT&& value) { m_policyIdHasBeenSet =
true; m_policyId = std::forward<PolicyIdT>(value); }
58 template<
typename PolicyIdT = Aws::String>
69 template<
typename PolicyHashT = Aws::String>
70 void SetPolicyHash(PolicyHashT&& value) { m_policyHashHasBeenSet =
true; m_policyHash = std::forward<PolicyHashT>(value); }
71 template<
typename PolicyHashT = Aws::String>
77 bool m_resourceArnHasBeenSet =
false;
80 bool m_policyIdHasBeenSet =
false;
83 bool m_policyHashHasBeenSet =
false;
void SetResourceArn(ResourceArnT &&value)
AWS_SSM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetPolicyId() const
void SetPolicyId(PolicyIdT &&value)
AWS_SSM_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetPolicyHash() const
bool PolicyIdHasBeenSet() const
const Aws::String & GetResourceArn() const
DeleteResourcePolicyRequest & WithPolicyHash(PolicyHashT &&value)
AWS_SSM_API DeleteResourcePolicyRequest()=default
DeleteResourcePolicyRequest & WithResourceArn(ResourceArnT &&value)
void SetPolicyHash(PolicyHashT &&value)
bool PolicyHashHasBeenSet() const
bool ResourceArnHasBeenSet() const
DeleteResourcePolicyRequest & WithPolicyId(PolicyIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String