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/DeliveryOptions.h>
12#include <aws/pinpoint-email/model/ReputationOptions.h>
13#include <aws/pinpoint-email/model/SendingOptions.h>
14#include <aws/pinpoint-email/model/Tag.h>
15#include <aws/pinpoint-email/model/TrackingOptions.h>
20namespace PinpointEmail {
46 template <
typename ConfigurationSetNameT = Aws::String>
48 m_configurationSetNameHasBeenSet =
true;
49 m_configurationSetName = std::forward<ConfigurationSetNameT>(value);
51 template <
typename ConfigurationSetNameT = Aws::String>
65 template <
typename TrackingOptionsT = TrackingOptions>
67 m_trackingOptionsHasBeenSet =
true;
68 m_trackingOptions = std::forward<TrackingOptionsT>(value);
70 template <
typename TrackingOptionsT = TrackingOptions>
84 template <
typename DeliveryOptionsT = DeliveryOptions>
86 m_deliveryOptionsHasBeenSet =
true;
87 m_deliveryOptions = std::forward<DeliveryOptionsT>(value);
89 template <
typename DeliveryOptionsT = DeliveryOptions>
103 template <
typename ReputationOptionsT = ReputationOptions>
105 m_reputationOptionsHasBeenSet =
true;
106 m_reputationOptions = std::forward<ReputationOptionsT>(value);
108 template <
typename ReputationOptionsT = ReputationOptions>
122 template <
typename SendingOptionsT = SendingOptions>
124 m_sendingOptionsHasBeenSet =
true;
125 m_sendingOptions = std::forward<SendingOptionsT>(value);
127 template <
typename SendingOptionsT = SendingOptions>
141 template <
typename TagsT = Aws::Vector<Tag>>
143 m_tagsHasBeenSet =
true;
144 m_tags = std::forward<TagsT>(value);
146 template <
typename TagsT = Aws::Vector<Tag>>
148 SetTags(std::forward<TagsT>(value));
151 template <
typename TagsT = Tag>
153 m_tagsHasBeenSet =
true;
154 m_tags.emplace_back(std::forward<TagsT>(value));
170 bool m_configurationSetNameHasBeenSet =
false;
171 bool m_trackingOptionsHasBeenSet =
false;
172 bool m_deliveryOptionsHasBeenSet =
false;
173 bool m_reputationOptionsHasBeenSet =
false;
174 bool m_sendingOptionsHasBeenSet =
false;
175 bool m_tagsHasBeenSet =
false;
bool ReputationOptionsHasBeenSet() const
const TrackingOptions & GetTrackingOptions() const
bool ConfigurationSetNameHasBeenSet() const
const SendingOptions & GetSendingOptions() const
const Aws::Vector< Tag > & GetTags() const
bool SendingOptionsHasBeenSet() const
CreateConfigurationSetRequest & AddTags(TagsT &&value)
void SetSendingOptions(SendingOptionsT &&value)
void SetReputationOptions(ReputationOptionsT &&value)
AWS_PINPOINTEMAIL_API CreateConfigurationSetRequest()=default
const Aws::String & GetConfigurationSetName() const
void SetDeliveryOptions(DeliveryOptionsT &&value)
const DeliveryOptions & GetDeliveryOptions() const
void SetConfigurationSetName(ConfigurationSetNameT &&value)
void SetTrackingOptions(TrackingOptionsT &&value)
CreateConfigurationSetRequest & WithConfigurationSetName(ConfigurationSetNameT &&value)
CreateConfigurationSetRequest & WithTags(TagsT &&value)
CreateConfigurationSetRequest & WithTrackingOptions(TrackingOptionsT &&value)
AWS_PINPOINTEMAIL_API Aws::String SerializePayload() const override
CreateConfigurationSetRequest & WithSendingOptions(SendingOptionsT &&value)
bool DeliveryOptionsHasBeenSet() const
bool TrackingOptionsHasBeenSet() const
void SetTags(TagsT &&value)
CreateConfigurationSetRequest & WithReputationOptions(ReputationOptionsT &&value)
const ReputationOptions & GetReputationOptions() const
CreateConfigurationSetRequest & WithDeliveryOptions(DeliveryOptionsT &&value)
virtual const char * GetServiceRequestName() const override
bool TagsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector