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/IngressPointConfiguration.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/mailmanager/model/IngressPointType.h>
13#include <aws/mailmanager/model/Tag.h>
15#include <aws/core/utils/UUID.h>
51 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
78 inline void SetIngressPointName(
const char* value) { m_ingressPointNameHasBeenSet =
true; m_ingressPointName.assign(value); }
93 inline void SetRuleSetId(
const char* value) { m_ruleSetIdHasBeenSet =
true; m_ruleSetId.assign(value); }
123 inline void SetTrafficPolicyId(
const char* value) { m_trafficPolicyIdHasBeenSet =
true; m_trafficPolicyId.assign(value); }
143 bool m_clientTokenHasBeenSet =
false;
146 bool m_ingressPointConfigurationHasBeenSet =
false;
149 bool m_ingressPointNameHasBeenSet =
false;
152 bool m_ruleSetIdHasBeenSet =
false;
155 bool m_tagsHasBeenSet =
false;
158 bool m_trafficPolicyIdHasBeenSet =
false;
161 bool m_typeHasBeenSet =
false;
CreateIngressPointRequest & WithIngressPointName(Aws::String &&value)
const Aws::String & GetClientToken() const
CreateIngressPointRequest & WithTags(const Aws::Vector< Tag > &value)
CreateIngressPointRequest & AddTags(const Tag &value)
const Aws::String & GetIngressPointName() const
void SetRuleSetId(const char *value)
CreateIngressPointRequest & AddTags(Tag &&value)
bool TagsHasBeenSet() const
CreateIngressPointRequest & WithRuleSetId(Aws::String &&value)
CreateIngressPointRequest & WithClientToken(const Aws::String &value)
void SetTrafficPolicyId(const Aws::String &value)
AWS_MAILMANAGER_API Aws::String SerializePayload() const override
CreateIngressPointRequest & WithClientToken(const char *value)
CreateIngressPointRequest & WithTrafficPolicyId(const Aws::String &value)
const Aws::String & GetTrafficPolicyId() const
void SetClientToken(const Aws::String &value)
CreateIngressPointRequest & WithRuleSetId(const char *value)
void SetIngressPointConfiguration(const IngressPointConfiguration &value)
void SetRuleSetId(const Aws::String &value)
bool IngressPointNameHasBeenSet() const
const IngressPointType & GetType() const
CreateIngressPointRequest & WithClientToken(Aws::String &&value)
void SetRuleSetId(Aws::String &&value)
CreateIngressPointRequest & WithTrafficPolicyId(const char *value)
AWS_MAILMANAGER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetType(const IngressPointType &value)
const Aws::Vector< Tag > & GetTags() const
void SetType(IngressPointType &&value)
CreateIngressPointRequest & WithTags(Aws::Vector< Tag > &&value)
CreateIngressPointRequest & WithType(const IngressPointType &value)
bool RuleSetIdHasBeenSet() const
CreateIngressPointRequest & WithIngressPointName(const char *value)
void SetIngressPointName(Aws::String &&value)
void SetClientToken(Aws::String &&value)
CreateIngressPointRequest & WithTrafficPolicyId(Aws::String &&value)
CreateIngressPointRequest & WithType(IngressPointType &&value)
bool ClientTokenHasBeenSet() const
CreateIngressPointRequest & WithIngressPointConfiguration(const IngressPointConfiguration &value)
const IngressPointConfiguration & GetIngressPointConfiguration() const
void SetTrafficPolicyId(const char *value)
void SetIngressPointName(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetClientToken(const char *value)
CreateIngressPointRequest & WithIngressPointConfiguration(IngressPointConfiguration &&value)
CreateIngressPointRequest & WithRuleSetId(const Aws::String &value)
CreateIngressPointRequest & WithIngressPointName(const Aws::String &value)
const Aws::String & GetRuleSetId() const
bool TrafficPolicyIdHasBeenSet() const
void SetIngressPointConfiguration(IngressPointConfiguration &&value)
void SetTags(Aws::Vector< Tag > &&value)
void SetIngressPointName(const char *value)
AWS_MAILMANAGER_API CreateIngressPointRequest()
void SetTags(const Aws::Vector< Tag > &value)
bool TypeHasBeenSet() const
void SetTrafficPolicyId(Aws::String &&value)
bool IngressPointConfigurationHasBeenSet() const
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