7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/pinpoint-email/PinpointEmailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/pinpoint-email/model/Tag.h>
16namespace PinpointEmail
49 inline void SetEmailIdentity(
const char* value) { m_emailIdentityHasBeenSet =
true; m_emailIdentity.assign(value); }
72 bool m_emailIdentityHasBeenSet =
false;
75 bool m_tagsHasBeenSet =
false;
void SetEmailIdentity(Aws::String &&value)
bool EmailIdentityHasBeenSet() const
bool TagsHasBeenSet() const
CreateEmailIdentityRequest & WithEmailIdentity(const Aws::String &value)
AWS_PINPOINTEMAIL_API Aws::String SerializePayload() const override
CreateEmailIdentityRequest & WithEmailIdentity(Aws::String &&value)
void SetTags(Aws::Vector< Tag > &&value)
CreateEmailIdentityRequest & WithTags(Aws::Vector< Tag > &&value)
CreateEmailIdentityRequest & WithEmailIdentity(const char *value)
void SetEmailIdentity(const Aws::String &value)
CreateEmailIdentityRequest & AddTags(Tag &&value)
CreateEmailIdentityRequest & AddTags(const Tag &value)
AWS_PINPOINTEMAIL_API CreateEmailIdentityRequest()
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetEmailIdentity() const
virtual const char * GetServiceRequestName() const override
CreateEmailIdentityRequest & WithTags(const Aws::Vector< Tag > &value)
void SetEmailIdentity(const char *value)
void SetTags(const Aws::Vector< Tag > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector