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
47 template<
typename EmailIdentityT = Aws::String>
48 void SetEmailIdentity(EmailIdentityT&& value) { m_emailIdentityHasBeenSet =
true; m_emailIdentity = std::forward<EmailIdentityT>(value); }
49 template<
typename EmailIdentityT = Aws::String>
60 template<
typename TagsT = Aws::Vector<Tag>>
61 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
62 template<
typename TagsT = Aws::Vector<Tag>>
64 template<
typename TagsT = Tag>
70 bool m_emailIdentityHasBeenSet =
false;
73 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