7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mailmanager/MailManagerRequest.h>
9#include <aws/mailmanager/MailManager_EXPORTS.h>
10#include <aws/mailmanager/model/IngressPointConfiguration.h>
11#include <aws/mailmanager/model/IngressPointStatusToUpdate.h>
12#include <aws/mailmanager/model/TlsPolicy.h>
17namespace MailManager {
42 template <
typename IngressPo
intIdT = Aws::String>
44 m_ingressPointIdHasBeenSet =
true;
45 m_ingressPointId = std::forward<IngressPointIdT>(value);
47 template <
typename IngressPo
intIdT = Aws::String>
60 template <
typename IngressPo
intNameT = Aws::String>
62 m_ingressPointNameHasBeenSet =
true;
63 m_ingressPointName = std::forward<IngressPointNameT>(value);
65 template <
typename IngressPo
intNameT = Aws::String>
79 m_statusToUpdateHasBeenSet =
true;
80 m_statusToUpdate = value;
95 template <
typename RuleSetIdT = Aws::String>
97 m_ruleSetIdHasBeenSet =
true;
98 m_ruleSetId = std::forward<RuleSetIdT>(value);
100 template <
typename RuleSetIdT = Aws::String>
114 template <
typename TrafficPolicyIdT = Aws::String>
116 m_trafficPolicyIdHasBeenSet =
true;
117 m_trafficPolicyId = std::forward<TrafficPolicyIdT>(value);
119 template <
typename TrafficPolicyIdT = Aws::String>
133 template <
typename IngressPo
intConfigurationT = IngressPo
intConfiguration>
135 m_ingressPointConfigurationHasBeenSet =
true;
136 m_ingressPointConfiguration = std::forward<IngressPointConfigurationT>(value);
138 template <
typename IngressPo
intConfigurationT = IngressPo
intConfiguration>
154 m_tlsPolicyHasBeenSet =
true;
173 IngressPointConfiguration m_ingressPointConfiguration;
176 bool m_ingressPointIdHasBeenSet =
false;
177 bool m_ingressPointNameHasBeenSet =
false;
178 bool m_statusToUpdateHasBeenSet =
false;
179 bool m_ruleSetIdHasBeenSet =
false;
180 bool m_trafficPolicyIdHasBeenSet =
false;
181 bool m_ingressPointConfigurationHasBeenSet =
false;
182 bool m_tlsPolicyHasBeenSet =
false;
bool TrafficPolicyIdHasBeenSet() const
bool IngressPointIdHasBeenSet() const
const Aws::String & GetRuleSetId() const
const Aws::String & GetTrafficPolicyId() const
void SetIngressPointConfiguration(IngressPointConfigurationT &&value)
const IngressPointConfiguration & GetIngressPointConfiguration() const
virtual const char * GetServiceRequestName() const override
bool TlsPolicyHasBeenSet() const
IngressPointStatusToUpdate GetStatusToUpdate() const
UpdateIngressPointRequest & WithRuleSetId(RuleSetIdT &&value)
UpdateIngressPointRequest & WithTrafficPolicyId(TrafficPolicyIdT &&value)
void SetTlsPolicy(TlsPolicy value)
void SetIngressPointId(IngressPointIdT &&value)
AWS_MAILMANAGER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateIngressPointRequest & WithIngressPointConfiguration(IngressPointConfigurationT &&value)
void SetTrafficPolicyId(TrafficPolicyIdT &&value)
bool IngressPointConfigurationHasBeenSet() const
TlsPolicy GetTlsPolicy() const
const Aws::String & GetIngressPointId() const
bool RuleSetIdHasBeenSet() const
UpdateIngressPointRequest & WithIngressPointId(IngressPointIdT &&value)
bool IngressPointNameHasBeenSet() const
const Aws::String & GetIngressPointName() const
UpdateIngressPointRequest & WithIngressPointName(IngressPointNameT &&value)
bool StatusToUpdateHasBeenSet() const
AWS_MAILMANAGER_API Aws::String SerializePayload() const override
UpdateIngressPointRequest & WithTlsPolicy(TlsPolicy value)
void SetStatusToUpdate(IngressPointStatusToUpdate value)
void SetIngressPointName(IngressPointNameT &&value)
void SetRuleSetId(RuleSetIdT &&value)
UpdateIngressPointRequest & WithStatusToUpdate(IngressPointStatusToUpdate value)
AWS_MAILMANAGER_API UpdateIngressPointRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
IngressPointStatusToUpdate
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String