7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/ec2/model/TagSpecification.h>
50 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
64 template<
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
65 void SetTagSpecifications(TagSpecificationsT&& value) { m_tagSpecificationsHasBeenSet =
true; m_tagSpecifications = std::forward<TagSpecificationsT>(value); }
66 template<
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
68 template<
typename TagSpecificationsT = TagSpecification>
82 template<
typename NetworkBorderGroupT = Aws::String>
83 void SetNetworkBorderGroup(NetworkBorderGroupT&& value) { m_networkBorderGroupHasBeenSet =
true; m_networkBorderGroup = std::forward<NetworkBorderGroupT>(value); }
84 template<
typename NetworkBorderGroupT = Aws::String>
90 bool m_dryRunHasBeenSet =
false;
93 bool m_tagSpecificationsHasBeenSet =
false;
96 bool m_networkBorderGroupHasBeenSet =
false;
void SetTagSpecifications(TagSpecificationsT &&value)
bool NetworkBorderGroupHasBeenSet() const
bool TagSpecificationsHasBeenSet() const
const Aws::Vector< TagSpecification > & GetTagSpecifications() const
void SetDryRun(bool value)
CreatePublicIpv4PoolRequest & WithDryRun(bool value)
CreatePublicIpv4PoolRequest & AddTagSpecifications(TagSpecificationsT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
bool DryRunHasBeenSet() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNetworkBorderGroup() const
void SetNetworkBorderGroup(NetworkBorderGroupT &&value)
CreatePublicIpv4PoolRequest & WithTagSpecifications(TagSpecificationsT &&value)
AWS_EC2_API CreatePublicIpv4PoolRequest()=default
CreatePublicIpv4PoolRequest & WithNetworkBorderGroup(NetworkBorderGroupT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector