7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ec2/model/GatewayType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/ec2/model/TagSpecification.h>
57 inline void SetBgpAsn(
int value) { m_bgpAsnHasBeenSet =
true; m_bgpAsn = value; }
70 inline void SetPublicIp(
const char* value) { m_publicIpHasBeenSet =
true; m_publicIp.assign(value); }
84 inline void SetCertificateArn(
const char* value) { m_certificateArnHasBeenSet =
true; m_certificateArn.assign(value); }
126 inline void SetDeviceName(
const char* value) { m_deviceNameHasBeenSet =
true; m_deviceName.assign(value); }
144 inline void SetIpAddress(
const char* value) { m_ipAddressHasBeenSet =
true; m_ipAddress.assign(value); }
160 inline void SetBgpAsnExtended(
long long value) { m_bgpAsnExtendedHasBeenSet =
true; m_bgpAsnExtended = value; }
173 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
179 bool m_bgpAsnHasBeenSet =
false;
182 bool m_publicIpHasBeenSet =
false;
185 bool m_certificateArnHasBeenSet =
false;
188 bool m_typeHasBeenSet =
false;
191 bool m_tagSpecificationsHasBeenSet =
false;
194 bool m_deviceNameHasBeenSet =
false;
197 bool m_ipAddressHasBeenSet =
false;
199 long long m_bgpAsnExtended;
200 bool m_bgpAsnExtendedHasBeenSet =
false;
203 bool m_dryRunHasBeenSet =
false;
CreateCustomerGatewayRequest & WithType(GatewayType &&value)
CreateCustomerGatewayRequest & WithIpAddress(const char *value)
bool DryRunHasBeenSet() const
CreateCustomerGatewayRequest & WithPublicIp(const char *value)
CreateCustomerGatewayRequest & AddTagSpecifications(const TagSpecification &value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool TypeHasBeenSet() const
AWS_EC2_API CreateCustomerGatewayRequest()
void SetPublicIp(const Aws::String &value)
void SetCertificateArn(const char *value)
CreateCustomerGatewayRequest & WithDeviceName(const Aws::String &value)
const Aws::String & GetCertificateArn() const
bool DeviceNameHasBeenSet() const
void SetDeviceName(const char *value)
CreateCustomerGatewayRequest & WithTagSpecifications(const Aws::Vector< TagSpecification > &value)
long long GetBgpAsnExtended() const
const GatewayType & GetType() const
CreateCustomerGatewayRequest & WithDeviceName(const char *value)
CreateCustomerGatewayRequest & WithIpAddress(const Aws::String &value)
CreateCustomerGatewayRequest & WithIpAddress(Aws::String &&value)
const Aws::Vector< TagSpecification > & GetTagSpecifications() const
void SetType(const GatewayType &value)
CreateCustomerGatewayRequest & WithDeviceName(Aws::String &&value)
CreateCustomerGatewayRequest & WithPublicIp(Aws::String &&value)
void SetIpAddress(const char *value)
CreateCustomerGatewayRequest & WithCertificateArn(Aws::String &&value)
CreateCustomerGatewayRequest & WithBgpAsn(int value)
virtual const char * GetServiceRequestName() const override
void SetBgpAsn(int value)
void SetCertificateArn(Aws::String &&value)
void SetTagSpecifications(Aws::Vector< TagSpecification > &&value)
bool BgpAsnExtendedHasBeenSet() const
bool IpAddressHasBeenSet() const
const Aws::String & GetIpAddress() const
CreateCustomerGatewayRequest & WithPublicIp(const Aws::String &value)
void SetDeviceName(const Aws::String &value)
CreateCustomerGatewayRequest & AddTagSpecifications(TagSpecification &&value)
const Aws::String & GetDeviceName() const
void SetTagSpecifications(const Aws::Vector< TagSpecification > &value)
AWS_EC2_API Aws::String SerializePayload() const override
void SetPublicIp(const char *value)
void SetCertificateArn(const Aws::String &value)
bool TagSpecificationsHasBeenSet() const
CreateCustomerGatewayRequest & WithType(const GatewayType &value)
CreateCustomerGatewayRequest & WithCertificateArn(const char *value)
void SetDryRun(bool value)
CreateCustomerGatewayRequest & WithBgpAsnExtended(long long value)
void SetType(GatewayType &&value)
void SetIpAddress(Aws::String &&value)
bool PublicIpHasBeenSet() const
CreateCustomerGatewayRequest & WithCertificateArn(const Aws::String &value)
void SetIpAddress(const Aws::String &value)
bool CertificateArnHasBeenSet() const
CreateCustomerGatewayRequest & WithDryRun(bool value)
void SetDeviceName(Aws::String &&value)
const Aws::String & GetPublicIp() const
void SetBgpAsnExtended(long long value)
CreateCustomerGatewayRequest & WithTagSpecifications(Aws::Vector< TagSpecification > &&value)
void SetPublicIp(Aws::String &&value)
bool BgpAsnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector