7#include <aws/ssm-incidents/SSMIncidents_EXPORTS.h>
8#include <aws/ssm-incidents/SSMIncidentsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename PolicyIdT = Aws::String>
42 void SetPolicyId(PolicyIdT&& value) { m_policyIdHasBeenSet =
true; m_policyId = std::forward<PolicyIdT>(value); }
43 template<
typename PolicyIdT = Aws::String>
54 template<
typename ResourceArnT = Aws::String>
55 void SetResourceArn(ResourceArnT&& value) { m_resourceArnHasBeenSet =
true; m_resourceArn = std::forward<ResourceArnT>(value); }
56 template<
typename ResourceArnT = Aws::String>
62 bool m_policyIdHasBeenSet =
false;
65 bool m_resourceArnHasBeenSet =
false;
const Aws::String & GetResourceArn() const
AWS_SSMINCIDENTS_API Aws::String SerializePayload() const override
const Aws::String & GetPolicyId() const
bool ResourceArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetResourceArn(ResourceArnT &&value)
AWS_SSMINCIDENTS_API DeleteResourcePolicyRequest()=default
DeleteResourcePolicyRequest & WithResourceArn(ResourceArnT &&value)
bool PolicyIdHasBeenSet() const
DeleteResourcePolicyRequest & WithPolicyId(PolicyIdT &&value)
void SetPolicyId(PolicyIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String