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
46 template<
typename PoolNameT = Aws::String>
47 void SetPoolName(PoolNameT&& value) { m_poolNameHasBeenSet =
true; m_poolName = std::forward<PoolNameT>(value); }
48 template<
typename PoolNameT = Aws::String>
59 template<
typename TagsT = Aws::Vector<Tag>>
60 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
61 template<
typename TagsT = Aws::Vector<Tag>>
63 template<
typename TagsT = Tag>
69 bool m_poolNameHasBeenSet =
false;
72 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