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/pinpoint-email/model/TrackingOptions.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/core/utils/memory/stl/AWSVector.h>
15#include <aws/pinpoint-email/model/Tag.h>
20namespace PinpointEmail
50 template<
typename ConfigurationSetNameT = Aws::String>
51 void SetConfigurationSetName(ConfigurationSetNameT&& value) { m_configurationSetNameHasBeenSet =
true; m_configurationSetName = std::forward<ConfigurationSetNameT>(value); }
52 template<
typename ConfigurationSetNameT = Aws::String>
63 template<
typename TrackingOptionsT = TrackingOptions>
64 void SetTrackingOptions(TrackingOptionsT&& value) { m_trackingOptionsHasBeenSet =
true; m_trackingOptions = std::forward<TrackingOptionsT>(value); }
65 template<
typename TrackingOptionsT = TrackingOptions>
76 template<
typename DeliveryOptionsT = DeliveryOptions>
77 void SetDeliveryOptions(DeliveryOptionsT&& value) { m_deliveryOptionsHasBeenSet =
true; m_deliveryOptions = std::forward<DeliveryOptionsT>(value); }
78 template<
typename DeliveryOptionsT = DeliveryOptions>
89 template<
typename ReputationOptionsT = ReputationOptions>
90 void SetReputationOptions(ReputationOptionsT&& value) { m_reputationOptionsHasBeenSet =
true; m_reputationOptions = std::forward<ReputationOptionsT>(value); }
91 template<
typename ReputationOptionsT = ReputationOptions>
102 template<
typename SendingOptionsT = SendingOptions>
103 void SetSendingOptions(SendingOptionsT&& value) { m_sendingOptionsHasBeenSet =
true; m_sendingOptions = std::forward<SendingOptionsT>(value); }
104 template<
typename SendingOptionsT = SendingOptions>
115 template<
typename TagsT = Aws::Vector<Tag>>
116 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
117 template<
typename TagsT = Aws::Vector<Tag>>
119 template<
typename TagsT = Tag>
125 bool m_configurationSetNameHasBeenSet =
false;
128 bool m_trackingOptionsHasBeenSet =
false;
131 bool m_deliveryOptionsHasBeenSet =
false;
134 bool m_reputationOptionsHasBeenSet =
false;
137 bool m_sendingOptionsHasBeenSet =
false;
140 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