7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.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>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
28namespace PinpointEmail {
46 template <
typename ConfigurationSetNameT = Aws::String>
48 m_configurationSetNameHasBeenSet =
true;
49 m_configurationSetName = std::forward<ConfigurationSetNameT>(value);
51 template <
typename ConfigurationSetNameT = Aws::String>
64 template <
typename TrackingOptionsT = TrackingOptions>
66 m_trackingOptionsHasBeenSet =
true;
67 m_trackingOptions = std::forward<TrackingOptionsT>(value);
69 template <
typename TrackingOptionsT = TrackingOptions>
82 template <
typename DeliveryOptionsT = DeliveryOptions>
84 m_deliveryOptionsHasBeenSet =
true;
85 m_deliveryOptions = std::forward<DeliveryOptionsT>(value);
87 template <
typename DeliveryOptionsT = DeliveryOptions>
100 template <
typename ReputationOptionsT = ReputationOptions>
102 m_reputationOptionsHasBeenSet =
true;
103 m_reputationOptions = std::forward<ReputationOptionsT>(value);
105 template <
typename ReputationOptionsT = ReputationOptions>
118 template <
typename SendingOptionsT = SendingOptions>
120 m_sendingOptionsHasBeenSet =
true;
121 m_sendingOptions = std::forward<SendingOptionsT>(value);
123 template <
typename SendingOptionsT = SendingOptions>
136 template <
typename TagsT = Aws::Vector<Tag>>
138 m_tagsHasBeenSet =
true;
139 m_tags = std::forward<TagsT>(value);
141 template <
typename TagsT = Aws::Vector<Tag>>
143 SetTags(std::forward<TagsT>(value));
146 template <
typename TagsT = Tag>
148 m_tagsHasBeenSet =
true;
149 m_tags.emplace_back(std::forward<TagsT>(value));
157 template <
typename RequestIdT = Aws::String>
159 m_requestIdHasBeenSet =
true;
160 m_requestId = std::forward<RequestIdT>(value);
162 template <
typename RequestIdT = Aws::String>
185 bool m_configurationSetNameHasBeenSet =
false;
186 bool m_trackingOptionsHasBeenSet =
false;
187 bool m_deliveryOptionsHasBeenSet =
false;
188 bool m_reputationOptionsHasBeenSet =
false;
189 bool m_sendingOptionsHasBeenSet =
false;
190 bool m_tagsHasBeenSet =
false;
191 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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