7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pinpoint-email/model/TrackingOptions.h>
10#include <aws/pinpoint-email/model/DeliveryOptions.h>
11#include <aws/pinpoint-email/model/ReputationOptions.h>
12#include <aws/pinpoint-email/model/SendingOptions.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/pinpoint-email/model/Tag.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
29namespace PinpointEmail
51 template<
typename ConfigurationSetNameT = Aws::String>
52 void SetConfigurationSetName(ConfigurationSetNameT&& value) { m_configurationSetNameHasBeenSet =
true; m_configurationSetName = std::forward<ConfigurationSetNameT>(value); }
53 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>
75 template<
typename DeliveryOptionsT = DeliveryOptions>
76 void SetDeliveryOptions(DeliveryOptionsT&& value) { m_deliveryOptionsHasBeenSet =
true; m_deliveryOptions = std::forward<DeliveryOptionsT>(value); }
77 template<
typename DeliveryOptionsT = DeliveryOptions>
87 template<
typename ReputationOptionsT = ReputationOptions>
88 void SetReputationOptions(ReputationOptionsT&& value) { m_reputationOptionsHasBeenSet =
true; m_reputationOptions = std::forward<ReputationOptionsT>(value); }
89 template<
typename ReputationOptionsT = ReputationOptions>
99 template<
typename SendingOptionsT = SendingOptions>
100 void SetSendingOptions(SendingOptionsT&& value) { m_sendingOptionsHasBeenSet =
true; m_sendingOptions = std::forward<SendingOptionsT>(value); }
101 template<
typename SendingOptionsT = SendingOptions>
111 template<
typename TagsT = Aws::Vector<Tag>>
112 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
113 template<
typename TagsT = Aws::Vector<Tag>>
115 template<
typename TagsT = Tag>
122 template<
typename RequestIdT = Aws::String>
123 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
124 template<
typename RequestIdT = Aws::String>
130 bool m_configurationSetNameHasBeenSet =
false;
133 bool m_trackingOptionsHasBeenSet =
false;
136 bool m_deliveryOptionsHasBeenSet =
false;
139 bool m_reputationOptionsHasBeenSet =
false;
142 bool m_sendingOptionsHasBeenSet =
false;
145 bool m_tagsHasBeenSet =
false;
148 bool m_requestIdHasBeenSet =
false;
const SendingOptions & GetSendingOptions() const
const Aws::Vector< Tag > & GetTags() const
void SetRequestId(RequestIdT &&value)
GetConfigurationSetResult & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
void SetTrackingOptions(TrackingOptionsT &&value)
GetConfigurationSetResult & WithRequestId(RequestIdT &&value)
void SetReputationOptions(ReputationOptionsT &&value)
AWS_PINPOINTEMAIL_API GetConfigurationSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetConfigurationSetResult & WithSendingOptions(SendingOptionsT &&value)
GetConfigurationSetResult & WithDeliveryOptions(DeliveryOptionsT &&value)
void SetDeliveryOptions(DeliveryOptionsT &&value)
void SetSendingOptions(SendingOptionsT &&value)
GetConfigurationSetResult & WithTrackingOptions(TrackingOptionsT &&value)
AWS_PINPOINTEMAIL_API GetConfigurationSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetConfigurationSetResult & WithReputationOptions(ReputationOptionsT &&value)
void SetConfigurationSetName(ConfigurationSetNameT &&value)
GetConfigurationSetResult & WithConfigurationSetName(ConfigurationSetNameT &&value)
const ReputationOptions & GetReputationOptions() const
GetConfigurationSetResult & AddTags(TagsT &&value)
AWS_PINPOINTEMAIL_API GetConfigurationSetResult()=default
const Aws::String & GetRequestId() const
const Aws::String & GetConfigurationSetName() const
const DeliveryOptions & GetDeliveryOptions() const
const TrackingOptions & GetTrackingOptions() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue