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 {
42 template <
typename PoolNameT = Aws::String>
44 m_poolNameHasBeenSet =
true;
45 m_poolName = std::forward<PoolNameT>(value);
47 template <
typename PoolNameT = Aws::String>
61 template <
typename TagsT = Aws::Vector<Tag>>
63 m_tagsHasBeenSet =
true;
64 m_tags = std::forward<TagsT>(value);
66 template <
typename TagsT = Aws::Vector<Tag>>
68 SetTags(std::forward<TagsT>(value));
71 template <
typename TagsT = Tag>
73 m_tagsHasBeenSet =
true;
74 m_tags.emplace_back(std::forward<TagsT>(value));
82 bool m_poolNameHasBeenSet =
false;
83 bool m_tagsHasBeenSet =
false;
const Aws::Vector< Tag > & GetTags() const
virtual const char * GetServiceRequestName() const override
AWS_PINPOINTEMAIL_API Aws::String SerializePayload() const override
AWS_PINPOINTEMAIL_API CreateDedicatedIpPoolRequest()=default
const Aws::String & GetPoolName() const
CreateDedicatedIpPoolRequest & WithPoolName(PoolNameT &&value)
void SetPoolName(PoolNameT &&value)
bool TagsHasBeenSet() const
CreateDedicatedIpPoolRequest & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
bool PoolNameHasBeenSet() const
CreateDedicatedIpPoolRequest & AddTags(TagsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector