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/IngressPointStatusToUpdate.h>
11#include <aws/mailmanager/model/IngressPointConfiguration.h>
45 template<
typename IngressPo
intIdT = Aws::String>
46 void SetIngressPointId(IngressPointIdT&& value) { m_ingressPointIdHasBeenSet =
true; m_ingressPointId = std::forward<IngressPointIdT>(value); }
47 template<
typename IngressPo
intIdT = Aws::String>
57 template<
typename IngressPo
intNameT = Aws::String>
58 void SetIngressPointName(IngressPointNameT&& value) { m_ingressPointNameHasBeenSet =
true; m_ingressPointName = std::forward<IngressPointNameT>(value); }
59 template<
typename IngressPo
intNameT = Aws::String>
80 template<
typename RuleSetIdT = Aws::String>
81 void SetRuleSetId(RuleSetIdT&& value) { m_ruleSetIdHasBeenSet =
true; m_ruleSetId = std::forward<RuleSetIdT>(value); }
82 template<
typename RuleSetIdT = Aws::String>
93 template<
typename TrafficPolicyIdT = Aws::String>
94 void SetTrafficPolicyId(TrafficPolicyIdT&& value) { m_trafficPolicyIdHasBeenSet =
true; m_trafficPolicyId = std::forward<TrafficPolicyIdT>(value); }
95 template<
typename TrafficPolicyIdT = Aws::String>
106 template<
typename IngressPo
intConfigurationT = IngressPo
intConfiguration>
107 void SetIngressPointConfiguration(IngressPointConfigurationT&& value) { m_ingressPointConfigurationHasBeenSet =
true; m_ingressPointConfiguration = std::forward<IngressPointConfigurationT>(value); }
108 template<
typename IngressPo
intConfigurationT = IngressPo
intConfiguration>
114 bool m_ingressPointIdHasBeenSet =
false;
117 bool m_ingressPointNameHasBeenSet =
false;
120 bool m_statusToUpdateHasBeenSet =
false;
123 bool m_ruleSetIdHasBeenSet =
false;
126 bool m_trafficPolicyIdHasBeenSet =
false;
128 IngressPointConfiguration m_ingressPointConfiguration;
129 bool m_ingressPointConfigurationHasBeenSet =
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
IngressPointStatusToUpdate GetStatusToUpdate() const
UpdateIngressPointRequest & WithRuleSetId(RuleSetIdT &&value)
UpdateIngressPointRequest & WithTrafficPolicyId(TrafficPolicyIdT &&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
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
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