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>
20namespace MailManager {
46 template <
typename ClientTokenT = Aws::String>
48 m_clientTokenHasBeenSet =
true;
49 m_clientToken = std::forward<ClientTokenT>(value);
51 template <
typename ClientTokenT = Aws::String>
64 template <
typename IngressPo
intNameT = Aws::String>
66 m_ingressPointNameHasBeenSet =
true;
67 m_ingressPointName = std::forward<IngressPointNameT>(value);
69 template <
typename IngressPo
intNameT = Aws::String>
83 m_typeHasBeenSet =
true;
99 template <
typename RuleSetIdT = Aws::String>
101 m_ruleSetIdHasBeenSet =
true;
102 m_ruleSetId = std::forward<RuleSetIdT>(value);
104 template <
typename RuleSetIdT = Aws::String>
118 template <
typename TrafficPolicyIdT = Aws::String>
120 m_trafficPolicyIdHasBeenSet =
true;
121 m_trafficPolicyId = std::forward<TrafficPolicyIdT>(value);
123 template <
typename TrafficPolicyIdT = Aws::String>
137 template <
typename IngressPo
intConfigurationT = IngressPo
intConfiguration>
139 m_ingressPointConfigurationHasBeenSet =
true;
140 m_ingressPointConfiguration = std::forward<IngressPointConfigurationT>(value);
142 template <
typename IngressPo
intConfigurationT = IngressPo
intConfiguration>
157 template <
typename NetworkConfigurationT = NetworkConfiguration>
159 m_networkConfigurationHasBeenSet =
true;
160 m_networkConfiguration = std::forward<NetworkConfigurationT>(value);
162 template <
typename NetworkConfigurationT = NetworkConfiguration>
176 template <
typename TagsT = Aws::Vector<Tag>>
178 m_tagsHasBeenSet =
true;
179 m_tags = std::forward<TagsT>(value);
181 template <
typename TagsT = Aws::Vector<Tag>>
183 SetTags(std::forward<TagsT>(value));
186 template <
typename TagsT = Tag>
188 m_tagsHasBeenSet =
true;
189 m_tags.emplace_back(std::forward<TagsT>(value));
204 IngressPointConfiguration m_ingressPointConfiguration;
206 NetworkConfiguration m_networkConfiguration;
209 bool m_clientTokenHasBeenSet =
true;
210 bool m_ingressPointNameHasBeenSet =
false;
211 bool m_typeHasBeenSet =
false;
212 bool m_ruleSetIdHasBeenSet =
false;
213 bool m_trafficPolicyIdHasBeenSet =
false;
214 bool m_ingressPointConfigurationHasBeenSet =
false;
215 bool m_networkConfigurationHasBeenSet =
false;
216 bool m_tagsHasBeenSet =
false;
const NetworkConfiguration & GetNetworkConfiguration() 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 & 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)
bool RuleSetIdHasBeenSet() const
CreateIngressPointRequest & WithTags(TagsT &&value)
CreateIngressPointRequest & WithIngressPointName(IngressPointNameT &&value)
bool ClientTokenHasBeenSet() const
CreateIngressPointRequest & WithIngressPointConfiguration(IngressPointConfigurationT &&value)
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