7#include <aws/email/SES_EXPORTS.h>
8#include <aws/email/SESRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
56 template<
typename IdentityT = Aws::String>
57 void SetIdentity(IdentityT&& value) { m_identityHasBeenSet =
true; m_identity = std::forward<IdentityT>(value); }
58 template<
typename IdentityT = Aws::String>
68 template<
typename PolicyNameT = Aws::String>
69 void SetPolicyName(PolicyNameT&& value) { m_policyNameHasBeenSet =
true; m_policyName = std::forward<PolicyNameT>(value); }
70 template<
typename PolicyNameT = Aws::String>
76 bool m_identityHasBeenSet =
false;
79 bool m_policyNameHasBeenSet =
false;
void SetPolicyName(PolicyNameT &&value)
DeleteIdentityPolicyRequest & WithPolicyName(PolicyNameT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetIdentity() const
bool PolicyNameHasBeenSet() const
AWS_SES_API DeleteIdentityPolicyRequest()=default
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetPolicyName() const
AWS_SES_API Aws::String SerializePayload() const override
void SetIdentity(IdentityT &&value)
DeleteIdentityPolicyRequest & WithIdentity(IdentityT &&value)
bool IdentityHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String