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>
16namespace MailManager {
41 template <
typename IngressPo
intIdT = Aws::String>
43 m_ingressPointIdHasBeenSet =
true;
44 m_ingressPointId = std::forward<IngressPointIdT>(value);
46 template <
typename IngressPo
intIdT = Aws::String>
59 template <
typename IngressPo
intNameT = Aws::String>
61 m_ingressPointNameHasBeenSet =
true;
62 m_ingressPointName = std::forward<IngressPointNameT>(value);
64 template <
typename IngressPo
intNameT = Aws::String>
78 m_statusToUpdateHasBeenSet =
true;
79 m_statusToUpdate = value;
94 template <
typename RuleSetIdT = Aws::String>
96 m_ruleSetIdHasBeenSet =
true;
97 m_ruleSetId = std::forward<RuleSetIdT>(value);
99 template <
typename RuleSetIdT = Aws::String>
113 template <
typename TrafficPolicyIdT = Aws::String>
115 m_trafficPolicyIdHasBeenSet =
true;
116 m_trafficPolicyId = std::forward<TrafficPolicyIdT>(value);
118 template <
typename TrafficPolicyIdT = Aws::String>
132 template <
typename IngressPo
intConfigurationT = IngressPo
intConfiguration>
134 m_ingressPointConfigurationHasBeenSet =
true;
135 m_ingressPointConfiguration = std::forward<IngressPointConfigurationT>(value);
137 template <
typename IngressPo
intConfigurationT = IngressPo
intConfiguration>
154 IngressPointConfiguration m_ingressPointConfiguration;
155 bool m_ingressPointIdHasBeenSet =
false;
156 bool m_ingressPointNameHasBeenSet =
false;
157 bool m_statusToUpdateHasBeenSet =
false;
158 bool m_ruleSetIdHasBeenSet =
false;
159 bool m_trafficPolicyIdHasBeenSet =
false;
160 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