7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/pinpoint-email/PinpointEmailRequest.h>
10#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
11#include <aws/pinpoint-email/model/Tag.h>
16namespace PinpointEmail {
43 template <
typename EmailIdentityT = Aws::String>
45 m_emailIdentityHasBeenSet =
true;
46 m_emailIdentity = std::forward<EmailIdentityT>(value);
48 template <
typename EmailIdentityT = Aws::String>
62 template <
typename TagsT = Aws::Vector<Tag>>
64 m_tagsHasBeenSet =
true;
65 m_tags = std::forward<TagsT>(value);
67 template <
typename TagsT = Aws::Vector<Tag>>
69 SetTags(std::forward<TagsT>(value));
72 template <
typename TagsT = Tag>
74 m_tagsHasBeenSet =
true;
75 m_tags.emplace_back(std::forward<TagsT>(value));
83 bool m_emailIdentityHasBeenSet =
false;
84 bool m_tagsHasBeenSet =
false;
bool EmailIdentityHasBeenSet() const
bool TagsHasBeenSet() const
CreateEmailIdentityRequest & AddTags(TagsT &&value)
AWS_PINPOINTEMAIL_API Aws::String SerializePayload() const override
void SetEmailIdentity(EmailIdentityT &&value)
void SetTags(TagsT &&value)
AWS_PINPOINTEMAIL_API CreateEmailIdentityRequest()=default
CreateEmailIdentityRequest & WithTags(TagsT &&value)
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetEmailIdentity() const
CreateEmailIdentityRequest & WithEmailIdentity(EmailIdentityT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector