7#include <aws/mailmanager/MailManager_EXPORTS.h>
8#include <aws/mailmanager/MailManagerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mailmanager/model/IngressPointType.h>
11#include <aws/mailmanager/model/IngressPointConfiguration.h>
12#include <aws/mailmanager/model/NetworkConfiguration.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/mailmanager/model/Tag.h>
16#include <aws/core/utils/UUID.h>
50 template<
typename ClientTokenT = Aws::String>
51 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
52 template<
typename ClientTokenT = Aws::String>
62 template<
typename IngressPo
intNameT = Aws::String>
63 void SetIngressPointName(IngressPointNameT&& value) { m_ingressPointNameHasBeenSet =
true; m_ingressPointName = std::forward<IngressPointNameT>(value); }
64 template<
typename IngressPo
intNameT = Aws::String>
85 template<
typename RuleSetIdT = Aws::String>
86 void SetRuleSetId(RuleSetIdT&& value) { m_ruleSetIdHasBeenSet =
true; m_ruleSetId = std::forward<RuleSetIdT>(value); }
87 template<
typename RuleSetIdT = Aws::String>
98 template<
typename TrafficPolicyIdT = Aws::String>
99 void SetTrafficPolicyId(TrafficPolicyIdT&& value) { m_trafficPolicyIdHasBeenSet =
true; m_trafficPolicyId = std::forward<TrafficPolicyIdT>(value); }
100 template<
typename TrafficPolicyIdT = Aws::String>
111 template<
typename IngressPo
intConfigurationT = IngressPo
intConfiguration>
112 void SetIngressPointConfiguration(IngressPointConfigurationT&& value) { m_ingressPointConfigurationHasBeenSet =
true; m_ingressPointConfiguration = std::forward<IngressPointConfigurationT>(value); }
113 template<
typename IngressPo
intConfigurationT = IngressPo
intConfiguration>
125 template<
typename NetworkConfigurationT = NetworkConfiguration>
126 void SetNetworkConfiguration(NetworkConfigurationT&& value) { m_networkConfigurationHasBeenSet =
true; m_networkConfiguration = std::forward<NetworkConfigurationT>(value); }
127 template<
typename NetworkConfigurationT = NetworkConfiguration>
138 template<
typename TagsT = Aws::Vector<Tag>>
139 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
140 template<
typename TagsT = Aws::Vector<Tag>>
142 template<
typename TagsT = Tag>
148 bool m_clientTokenHasBeenSet =
true;
151 bool m_ingressPointNameHasBeenSet =
false;
154 bool m_typeHasBeenSet =
false;
157 bool m_ruleSetIdHasBeenSet =
false;
160 bool m_trafficPolicyIdHasBeenSet =
false;
162 IngressPointConfiguration m_ingressPointConfiguration;
163 bool m_ingressPointConfigurationHasBeenSet =
false;
165 NetworkConfiguration m_networkConfiguration;
166 bool m_networkConfigurationHasBeenSet =
false;
169 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