7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/mailmanager/MailManagerRequest.h>
11#include <aws/mailmanager/MailManager_EXPORTS.h>
12#include <aws/mailmanager/model/IngressPointConfiguration.h>
13#include <aws/mailmanager/model/IngressPointType.h>
14#include <aws/mailmanager/model/NetworkConfiguration.h>
15#include <aws/mailmanager/model/Tag.h>
16#include <aws/mailmanager/model/TlsPolicy.h>
21namespace MailManager {
47 template <
typename ClientTokenT = Aws::String>
49 m_clientTokenHasBeenSet =
true;
50 m_clientToken = std::forward<ClientTokenT>(value);
52 template <
typename ClientTokenT = Aws::String>
65 template <
typename IngressPo
intNameT = Aws::String>
67 m_ingressPointNameHasBeenSet =
true;
68 m_ingressPointName = std::forward<IngressPointNameT>(value);
70 template <
typename IngressPo
intNameT = Aws::String>
84 m_typeHasBeenSet =
true;
100 template <
typename RuleSetIdT = Aws::String>
102 m_ruleSetIdHasBeenSet =
true;
103 m_ruleSetId = std::forward<RuleSetIdT>(value);
105 template <
typename RuleSetIdT = Aws::String>
119 template <
typename TrafficPolicyIdT = Aws::String>
121 m_trafficPolicyIdHasBeenSet =
true;
122 m_trafficPolicyId = std::forward<TrafficPolicyIdT>(value);
124 template <
typename TrafficPolicyIdT = Aws::String>
138 template <
typename IngressPo
intConfigurationT = IngressPo
intConfiguration>
140 m_ingressPointConfigurationHasBeenSet =
true;
141 m_ingressPointConfiguration = std::forward<IngressPointConfigurationT>(value);
143 template <
typename IngressPo
intConfigurationT = IngressPo
intConfiguration>
158 template <
typename NetworkConfigurationT = NetworkConfiguration>
160 m_networkConfigurationHasBeenSet =
true;
161 m_networkConfiguration = std::forward<NetworkConfigurationT>(value);
163 template <
typename NetworkConfigurationT = NetworkConfiguration>
178 m_tlsPolicyHasBeenSet =
true;
194 template <
typename TagsT = Aws::Vector<Tag>>
196 m_tagsHasBeenSet =
true;
197 m_tags = std::forward<TagsT>(value);
199 template <
typename TagsT = Aws::Vector<Tag>>
201 SetTags(std::forward<TagsT>(value));
204 template <
typename TagsT = Tag>
206 m_tagsHasBeenSet =
true;
207 m_tags.emplace_back(std::forward<TagsT>(value));
222 IngressPointConfiguration m_ingressPointConfiguration;
224 NetworkConfiguration m_networkConfiguration;
229 bool m_clientTokenHasBeenSet =
true;
230 bool m_ingressPointNameHasBeenSet =
false;
231 bool m_typeHasBeenSet =
false;
232 bool m_ruleSetIdHasBeenSet =
false;
233 bool m_trafficPolicyIdHasBeenSet =
false;
234 bool m_ingressPointConfigurationHasBeenSet =
false;
235 bool m_networkConfigurationHasBeenSet =
false;
236 bool m_tlsPolicyHasBeenSet =
false;
237 bool m_tagsHasBeenSet =
false;
const NetworkConfiguration & GetNetworkConfiguration() const
TlsPolicy GetTlsPolicy() const
bool NetworkConfigurationHasBeenSet() const
void SetType(IngressPointType value)
const Aws::String & GetClientToken() const
CreateIngressPointRequest & AddTags(TagsT &&value)
const Aws::String & GetIngressPointName() const
void SetRuleSetId(RuleSetIdT &&value)
bool TagsHasBeenSet() const
CreateIngressPointRequest & WithRuleSetId(RuleSetIdT &&value)
AWS_MAILMANAGER_API Aws::String SerializePayload() const override
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetTrafficPolicyId() const
void SetIngressPointName(IngressPointNameT &&value)
void SetTrafficPolicyId(TrafficPolicyIdT &&value)
AWS_MAILMANAGER_API CreateIngressPointRequest()=default
bool IngressPointNameHasBeenSet() const
CreateIngressPointRequest & WithTlsPolicy(TlsPolicy value)
CreateIngressPointRequest & WithTrafficPolicyId(TrafficPolicyIdT &&value)
void SetNetworkConfiguration(NetworkConfigurationT &&value)
AWS_MAILMANAGER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< Tag > & GetTags() const
void SetIngressPointConfiguration(IngressPointConfigurationT &&value)
void SetTlsPolicy(TlsPolicy value)
bool RuleSetIdHasBeenSet() const
CreateIngressPointRequest & WithTags(TagsT &&value)
CreateIngressPointRequest & WithIngressPointName(IngressPointNameT &&value)
bool ClientTokenHasBeenSet() const
CreateIngressPointRequest & WithIngressPointConfiguration(IngressPointConfigurationT &&value)
bool TlsPolicyHasBeenSet() const
const IngressPointConfiguration & GetIngressPointConfiguration() const
virtual const char * GetServiceRequestName() const override
CreateIngressPointRequest & WithClientToken(ClientTokenT &&value)
const Aws::String & GetRuleSetId() const
bool TrafficPolicyIdHasBeenSet() const
CreateIngressPointRequest & WithType(IngressPointType value)
void SetTags(TagsT &&value)
IngressPointType GetType() const
CreateIngressPointRequest & WithNetworkConfiguration(NetworkConfigurationT &&value)
bool TypeHasBeenSet() const
bool IngressPointConfigurationHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector