347 lines
13 KiB
C++
347 lines
13 KiB
C++
/**
|
|
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
* SPDX-License-Identifier: Apache-2.0.
|
|
*/
|
|
|
|
#pragma once
|
|
#include <aws/ec2/EC2_EXPORTS.h>
|
|
#include <aws/ec2/EC2Request.h>
|
|
#include <aws/core/utils/memory/stl/AWSString.h>
|
|
#include <aws/ec2/model/GatewayType.h>
|
|
#include <aws/core/utils/memory/stl/AWSVector.h>
|
|
#include <aws/ec2/model/TagSpecification.h>
|
|
#include <utility>
|
|
|
|
namespace Aws
|
|
{
|
|
namespace EC2
|
|
{
|
|
namespace Model
|
|
{
|
|
|
|
/**
|
|
* <p>Contains the parameters for CreateCustomerGateway.</p><p><h3>See Also:</h3>
|
|
* <a
|
|
* href="http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateCustomerGatewayRequest">AWS
|
|
* API Reference</a></p>
|
|
*/
|
|
class AWS_EC2_API CreateCustomerGatewayRequest : public EC2Request
|
|
{
|
|
public:
|
|
CreateCustomerGatewayRequest();
|
|
|
|
// Service request name is the Operation name which will send this request out,
|
|
// each operation should has unique request name, so that we can get operation's name from this request.
|
|
// Note: this is not true for response, multiple operations may have the same response name,
|
|
// so we can not get operation's name from response.
|
|
inline virtual const char* GetServiceRequestName() const override { return "CreateCustomerGateway"; }
|
|
|
|
Aws::String SerializePayload() const override;
|
|
|
|
protected:
|
|
void DumpBodyToUrl(Aws::Http::URI& uri ) const override;
|
|
|
|
public:
|
|
|
|
/**
|
|
* <p>For devices that support BGP, the customer gateway's BGP ASN.</p> <p>Default:
|
|
* 65000</p>
|
|
*/
|
|
inline int GetBgpAsn() const{ return m_bgpAsn; }
|
|
|
|
/**
|
|
* <p>For devices that support BGP, the customer gateway's BGP ASN.</p> <p>Default:
|
|
* 65000</p>
|
|
*/
|
|
inline bool BgpAsnHasBeenSet() const { return m_bgpAsnHasBeenSet; }
|
|
|
|
/**
|
|
* <p>For devices that support BGP, the customer gateway's BGP ASN.</p> <p>Default:
|
|
* 65000</p>
|
|
*/
|
|
inline void SetBgpAsn(int value) { m_bgpAsnHasBeenSet = true; m_bgpAsn = value; }
|
|
|
|
/**
|
|
* <p>For devices that support BGP, the customer gateway's BGP ASN.</p> <p>Default:
|
|
* 65000</p>
|
|
*/
|
|
inline CreateCustomerGatewayRequest& WithBgpAsn(int value) { SetBgpAsn(value); return *this;}
|
|
|
|
|
|
/**
|
|
* <p>The Internet-routable IP address for the customer gateway's outside
|
|
* interface. The address must be static.</p>
|
|
*/
|
|
inline const Aws::String& GetPublicIp() const{ return m_publicIp; }
|
|
|
|
/**
|
|
* <p>The Internet-routable IP address for the customer gateway's outside
|
|
* interface. The address must be static.</p>
|
|
*/
|
|
inline bool PublicIpHasBeenSet() const { return m_publicIpHasBeenSet; }
|
|
|
|
/**
|
|
* <p>The Internet-routable IP address for the customer gateway's outside
|
|
* interface. The address must be static.</p>
|
|
*/
|
|
inline void SetPublicIp(const Aws::String& value) { m_publicIpHasBeenSet = true; m_publicIp = value; }
|
|
|
|
/**
|
|
* <p>The Internet-routable IP address for the customer gateway's outside
|
|
* interface. The address must be static.</p>
|
|
*/
|
|
inline void SetPublicIp(Aws::String&& value) { m_publicIpHasBeenSet = true; m_publicIp = std::move(value); }
|
|
|
|
/**
|
|
* <p>The Internet-routable IP address for the customer gateway's outside
|
|
* interface. The address must be static.</p>
|
|
*/
|
|
inline void SetPublicIp(const char* value) { m_publicIpHasBeenSet = true; m_publicIp.assign(value); }
|
|
|
|
/**
|
|
* <p>The Internet-routable IP address for the customer gateway's outside
|
|
* interface. The address must be static.</p>
|
|
*/
|
|
inline CreateCustomerGatewayRequest& WithPublicIp(const Aws::String& value) { SetPublicIp(value); return *this;}
|
|
|
|
/**
|
|
* <p>The Internet-routable IP address for the customer gateway's outside
|
|
* interface. The address must be static.</p>
|
|
*/
|
|
inline CreateCustomerGatewayRequest& WithPublicIp(Aws::String&& value) { SetPublicIp(std::move(value)); return *this;}
|
|
|
|
/**
|
|
* <p>The Internet-routable IP address for the customer gateway's outside
|
|
* interface. The address must be static.</p>
|
|
*/
|
|
inline CreateCustomerGatewayRequest& WithPublicIp(const char* value) { SetPublicIp(value); return *this;}
|
|
|
|
|
|
/**
|
|
* <p>The Amazon Resource Name (ARN) for the customer gateway certificate.</p>
|
|
*/
|
|
inline const Aws::String& GetCertificateArn() const{ return m_certificateArn; }
|
|
|
|
/**
|
|
* <p>The Amazon Resource Name (ARN) for the customer gateway certificate.</p>
|
|
*/
|
|
inline bool CertificateArnHasBeenSet() const { return m_certificateArnHasBeenSet; }
|
|
|
|
/**
|
|
* <p>The Amazon Resource Name (ARN) for the customer gateway certificate.</p>
|
|
*/
|
|
inline void SetCertificateArn(const Aws::String& value) { m_certificateArnHasBeenSet = true; m_certificateArn = value; }
|
|
|
|
/**
|
|
* <p>The Amazon Resource Name (ARN) for the customer gateway certificate.</p>
|
|
*/
|
|
inline void SetCertificateArn(Aws::String&& value) { m_certificateArnHasBeenSet = true; m_certificateArn = std::move(value); }
|
|
|
|
/**
|
|
* <p>The Amazon Resource Name (ARN) for the customer gateway certificate.</p>
|
|
*/
|
|
inline void SetCertificateArn(const char* value) { m_certificateArnHasBeenSet = true; m_certificateArn.assign(value); }
|
|
|
|
/**
|
|
* <p>The Amazon Resource Name (ARN) for the customer gateway certificate.</p>
|
|
*/
|
|
inline CreateCustomerGatewayRequest& WithCertificateArn(const Aws::String& value) { SetCertificateArn(value); return *this;}
|
|
|
|
/**
|
|
* <p>The Amazon Resource Name (ARN) for the customer gateway certificate.</p>
|
|
*/
|
|
inline CreateCustomerGatewayRequest& WithCertificateArn(Aws::String&& value) { SetCertificateArn(std::move(value)); return *this;}
|
|
|
|
/**
|
|
* <p>The Amazon Resource Name (ARN) for the customer gateway certificate.</p>
|
|
*/
|
|
inline CreateCustomerGatewayRequest& WithCertificateArn(const char* value) { SetCertificateArn(value); return *this;}
|
|
|
|
|
|
/**
|
|
* <p>The type of VPN connection that this customer gateway supports
|
|
* (<code>ipsec.1</code>).</p>
|
|
*/
|
|
inline const GatewayType& GetType() const{ return m_type; }
|
|
|
|
/**
|
|
* <p>The type of VPN connection that this customer gateway supports
|
|
* (<code>ipsec.1</code>).</p>
|
|
*/
|
|
inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
|
|
|
|
/**
|
|
* <p>The type of VPN connection that this customer gateway supports
|
|
* (<code>ipsec.1</code>).</p>
|
|
*/
|
|
inline void SetType(const GatewayType& value) { m_typeHasBeenSet = true; m_type = value; }
|
|
|
|
/**
|
|
* <p>The type of VPN connection that this customer gateway supports
|
|
* (<code>ipsec.1</code>).</p>
|
|
*/
|
|
inline void SetType(GatewayType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); }
|
|
|
|
/**
|
|
* <p>The type of VPN connection that this customer gateway supports
|
|
* (<code>ipsec.1</code>).</p>
|
|
*/
|
|
inline CreateCustomerGatewayRequest& WithType(const GatewayType& value) { SetType(value); return *this;}
|
|
|
|
/**
|
|
* <p>The type of VPN connection that this customer gateway supports
|
|
* (<code>ipsec.1</code>).</p>
|
|
*/
|
|
inline CreateCustomerGatewayRequest& WithType(GatewayType&& value) { SetType(std::move(value)); return *this;}
|
|
|
|
|
|
/**
|
|
* <p>The tags to apply to the customer gateway.</p>
|
|
*/
|
|
inline const Aws::Vector<TagSpecification>& GetTagSpecifications() const{ return m_tagSpecifications; }
|
|
|
|
/**
|
|
* <p>The tags to apply to the customer gateway.</p>
|
|
*/
|
|
inline bool TagSpecificationsHasBeenSet() const { return m_tagSpecificationsHasBeenSet; }
|
|
|
|
/**
|
|
* <p>The tags to apply to the customer gateway.</p>
|
|
*/
|
|
inline void SetTagSpecifications(const Aws::Vector<TagSpecification>& value) { m_tagSpecificationsHasBeenSet = true; m_tagSpecifications = value; }
|
|
|
|
/**
|
|
* <p>The tags to apply to the customer gateway.</p>
|
|
*/
|
|
inline void SetTagSpecifications(Aws::Vector<TagSpecification>&& value) { m_tagSpecificationsHasBeenSet = true; m_tagSpecifications = std::move(value); }
|
|
|
|
/**
|
|
* <p>The tags to apply to the customer gateway.</p>
|
|
*/
|
|
inline CreateCustomerGatewayRequest& WithTagSpecifications(const Aws::Vector<TagSpecification>& value) { SetTagSpecifications(value); return *this;}
|
|
|
|
/**
|
|
* <p>The tags to apply to the customer gateway.</p>
|
|
*/
|
|
inline CreateCustomerGatewayRequest& WithTagSpecifications(Aws::Vector<TagSpecification>&& value) { SetTagSpecifications(std::move(value)); return *this;}
|
|
|
|
/**
|
|
* <p>The tags to apply to the customer gateway.</p>
|
|
*/
|
|
inline CreateCustomerGatewayRequest& AddTagSpecifications(const TagSpecification& value) { m_tagSpecificationsHasBeenSet = true; m_tagSpecifications.push_back(value); return *this; }
|
|
|
|
/**
|
|
* <p>The tags to apply to the customer gateway.</p>
|
|
*/
|
|
inline CreateCustomerGatewayRequest& AddTagSpecifications(TagSpecification&& value) { m_tagSpecificationsHasBeenSet = true; m_tagSpecifications.push_back(std::move(value)); return *this; }
|
|
|
|
|
|
/**
|
|
* <p>A name for the customer gateway device.</p> <p>Length Constraints: Up to 255
|
|
* characters.</p>
|
|
*/
|
|
inline const Aws::String& GetDeviceName() const{ return m_deviceName; }
|
|
|
|
/**
|
|
* <p>A name for the customer gateway device.</p> <p>Length Constraints: Up to 255
|
|
* characters.</p>
|
|
*/
|
|
inline bool DeviceNameHasBeenSet() const { return m_deviceNameHasBeenSet; }
|
|
|
|
/**
|
|
* <p>A name for the customer gateway device.</p> <p>Length Constraints: Up to 255
|
|
* characters.</p>
|
|
*/
|
|
inline void SetDeviceName(const Aws::String& value) { m_deviceNameHasBeenSet = true; m_deviceName = value; }
|
|
|
|
/**
|
|
* <p>A name for the customer gateway device.</p> <p>Length Constraints: Up to 255
|
|
* characters.</p>
|
|
*/
|
|
inline void SetDeviceName(Aws::String&& value) { m_deviceNameHasBeenSet = true; m_deviceName = std::move(value); }
|
|
|
|
/**
|
|
* <p>A name for the customer gateway device.</p> <p>Length Constraints: Up to 255
|
|
* characters.</p>
|
|
*/
|
|
inline void SetDeviceName(const char* value) { m_deviceNameHasBeenSet = true; m_deviceName.assign(value); }
|
|
|
|
/**
|
|
* <p>A name for the customer gateway device.</p> <p>Length Constraints: Up to 255
|
|
* characters.</p>
|
|
*/
|
|
inline CreateCustomerGatewayRequest& WithDeviceName(const Aws::String& value) { SetDeviceName(value); return *this;}
|
|
|
|
/**
|
|
* <p>A name for the customer gateway device.</p> <p>Length Constraints: Up to 255
|
|
* characters.</p>
|
|
*/
|
|
inline CreateCustomerGatewayRequest& WithDeviceName(Aws::String&& value) { SetDeviceName(std::move(value)); return *this;}
|
|
|
|
/**
|
|
* <p>A name for the customer gateway device.</p> <p>Length Constraints: Up to 255
|
|
* characters.</p>
|
|
*/
|
|
inline CreateCustomerGatewayRequest& WithDeviceName(const char* value) { SetDeviceName(value); return *this;}
|
|
|
|
|
|
/**
|
|
* <p>Checks whether you have the required permissions for the action, without
|
|
* actually making the request, and provides an error response. If you have the
|
|
* required permissions, the error response is <code>DryRunOperation</code>.
|
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
*/
|
|
inline bool GetDryRun() const{ return m_dryRun; }
|
|
|
|
/**
|
|
* <p>Checks whether you have the required permissions for the action, without
|
|
* actually making the request, and provides an error response. If you have the
|
|
* required permissions, the error response is <code>DryRunOperation</code>.
|
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
*/
|
|
inline bool DryRunHasBeenSet() const { return m_dryRunHasBeenSet; }
|
|
|
|
/**
|
|
* <p>Checks whether you have the required permissions for the action, without
|
|
* actually making the request, and provides an error response. If you have the
|
|
* required permissions, the error response is <code>DryRunOperation</code>.
|
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
*/
|
|
inline void SetDryRun(bool value) { m_dryRunHasBeenSet = true; m_dryRun = value; }
|
|
|
|
/**
|
|
* <p>Checks whether you have the required permissions for the action, without
|
|
* actually making the request, and provides an error response. If you have the
|
|
* required permissions, the error response is <code>DryRunOperation</code>.
|
|
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
*/
|
|
inline CreateCustomerGatewayRequest& WithDryRun(bool value) { SetDryRun(value); return *this;}
|
|
|
|
private:
|
|
|
|
int m_bgpAsn;
|
|
bool m_bgpAsnHasBeenSet;
|
|
|
|
Aws::String m_publicIp;
|
|
bool m_publicIpHasBeenSet;
|
|
|
|
Aws::String m_certificateArn;
|
|
bool m_certificateArnHasBeenSet;
|
|
|
|
GatewayType m_type;
|
|
bool m_typeHasBeenSet;
|
|
|
|
Aws::Vector<TagSpecification> m_tagSpecifications;
|
|
bool m_tagSpecificationsHasBeenSet;
|
|
|
|
Aws::String m_deviceName;
|
|
bool m_deviceNameHasBeenSet;
|
|
|
|
bool m_dryRun;
|
|
bool m_dryRunHasBeenSet;
|
|
};
|
|
|
|
} // namespace Model
|
|
} // namespace EC2
|
|
} // namespace Aws
|