7#include <aws/mailmanager/MailManager_EXPORTS.h>
8#include <aws/mailmanager/MailManagerRequest.h>
9#include <aws/mailmanager/model/IngressPointConfiguration.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/mailmanager/model/IngressPointStatusToUpdate.h>
60 inline void SetIngressPointId(
const char* value) { m_ingressPointIdHasBeenSet =
true; m_ingressPointId.assign(value); }
74 inline void SetIngressPointName(
const char* value) { m_ingressPointNameHasBeenSet =
true; m_ingressPointName.assign(value); }
89 inline void SetRuleSetId(
const char* value) { m_ruleSetIdHasBeenSet =
true; m_ruleSetId.assign(value); }
116 inline void SetTrafficPolicyId(
const char* value) { m_trafficPolicyIdHasBeenSet =
true; m_trafficPolicyId.assign(value); }
124 bool m_ingressPointConfigurationHasBeenSet =
false;
127 bool m_ingressPointIdHasBeenSet =
false;
130 bool m_ingressPointNameHasBeenSet =
false;
133 bool m_ruleSetIdHasBeenSet =
false;
136 bool m_statusToUpdateHasBeenSet =
false;
139 bool m_trafficPolicyIdHasBeenSet =
false;
UpdateIngressPointRequest & WithIngressPointId(const char *value)
bool TrafficPolicyIdHasBeenSet() const
UpdateIngressPointRequest & WithRuleSetId(const char *value)
UpdateIngressPointRequest & WithIngressPointId(Aws::String &&value)
UpdateIngressPointRequest & WithIngressPointName(const char *value)
void SetIngressPointId(Aws::String &&value)
UpdateIngressPointRequest & WithTrafficPolicyId(const char *value)
UpdateIngressPointRequest & WithRuleSetId(Aws::String &&value)
UpdateIngressPointRequest & WithRuleSetId(const Aws::String &value)
void SetStatusToUpdate(IngressPointStatusToUpdate &&value)
bool IngressPointIdHasBeenSet() const
const Aws::String & GetRuleSetId() const
const Aws::String & GetTrafficPolicyId() const
const IngressPointConfiguration & GetIngressPointConfiguration() const
virtual const char * GetServiceRequestName() const override
void SetStatusToUpdate(const IngressPointStatusToUpdate &value)
UpdateIngressPointRequest & WithStatusToUpdate(IngressPointStatusToUpdate &&value)
UpdateIngressPointRequest & WithStatusToUpdate(const IngressPointStatusToUpdate &value)
const IngressPointStatusToUpdate & GetStatusToUpdate() const
UpdateIngressPointRequest & WithIngressPointConfiguration(IngressPointConfiguration &&value)
UpdateIngressPointRequest & WithIngressPointName(const Aws::String &value)
void SetRuleSetId(const char *value)
UpdateIngressPointRequest & WithTrafficPolicyId(Aws::String &&value)
UpdateIngressPointRequest & WithIngressPointId(const Aws::String &value)
AWS_MAILMANAGER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool IngressPointConfigurationHasBeenSet() const
AWS_MAILMANAGER_API UpdateIngressPointRequest()
void SetIngressPointId(const Aws::String &value)
void SetTrafficPolicyId(const Aws::String &value)
const Aws::String & GetIngressPointId() const
UpdateIngressPointRequest & WithTrafficPolicyId(const Aws::String &value)
void SetTrafficPolicyId(const char *value)
bool RuleSetIdHasBeenSet() const
void SetIngressPointId(const char *value)
bool IngressPointNameHasBeenSet() const
const Aws::String & GetIngressPointName() const
UpdateIngressPointRequest & WithIngressPointName(Aws::String &&value)
bool StatusToUpdateHasBeenSet() const
AWS_MAILMANAGER_API Aws::String SerializePayload() const override
void SetRuleSetId(Aws::String &&value)
void SetTrafficPolicyId(Aws::String &&value)
void SetIngressPointName(Aws::String &&value)
void SetIngressPointConfiguration(IngressPointConfiguration &&value)
void SetIngressPointName(const Aws::String &value)
void SetIngressPointName(const char *value)
void SetRuleSetId(const Aws::String &value)
UpdateIngressPointRequest & WithIngressPointConfiguration(const IngressPointConfiguration &value)
void SetIngressPointConfiguration(const IngressPointConfiguration &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
IngressPointStatusToUpdate
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String