7#include <aws/email/SES_EXPORTS.h>
8#include <aws/email/SESRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
58 inline void SetIdentity(
const char* value) { m_identityHasBeenSet =
true; m_identity.assign(value); }
73 inline void SetPolicyName(
const char* value) { m_policyNameHasBeenSet =
true; m_policyName.assign(value); }
91 inline void SetPolicy(
const char* value) { m_policyHasBeenSet =
true; m_policy.assign(value); }
99 bool m_identityHasBeenSet =
false;
102 bool m_policyNameHasBeenSet =
false;
105 bool m_policyHasBeenSet =
false;
const Aws::String & GetPolicyName() const
void SetPolicyName(Aws::String &&value)
const Aws::String & GetPolicy() const
void SetPolicy(const char *value)
PutIdentityPolicyRequest & WithPolicy(const Aws::String &value)
void SetPolicy(const Aws::String &value)
PutIdentityPolicyRequest & WithIdentity(const Aws::String &value)
PutIdentityPolicyRequest & WithIdentity(Aws::String &&value)
PutIdentityPolicyRequest & WithPolicyName(const char *value)
void SetPolicyName(const char *value)
PutIdentityPolicyRequest & WithPolicy(const char *value)
const Aws::String & GetIdentity() const
void SetIdentity(const char *value)
void SetIdentity(const Aws::String &value)
bool IdentityHasBeenSet() const
bool PolicyHasBeenSet() const
void SetPolicy(Aws::String &&value)
PutIdentityPolicyRequest & WithPolicyName(const Aws::String &value)
PutIdentityPolicyRequest & WithIdentity(const char *value)
PutIdentityPolicyRequest & WithPolicy(Aws::String &&value)
PutIdentityPolicyRequest & WithPolicyName(Aws::String &&value)
AWS_SES_API Aws::String SerializePayload() const override
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
void SetPolicyName(const Aws::String &value)
AWS_SES_API PutIdentityPolicyRequest()
bool PolicyNameHasBeenSet() const
void SetIdentity(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String