7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ec2/EC2Request.h>
10#include <aws/ec2/EC2_EXPORTS.h>
11#include <aws/ec2/model/TagSpecification.h>
47 m_dryRunHasBeenSet =
true;
66 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
68 m_tagSpecificationsHasBeenSet =
true;
69 m_tagSpecifications = std::forward<TagSpecificationsT>(value);
71 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
76 template <
typename TagSpecificationsT = TagSpecification>
78 m_tagSpecificationsHasBeenSet =
true;
79 m_tagSpecifications.emplace_back(std::forward<TagSpecificationsT>(value));
94 template <
typename NetworkBorderGroupT = Aws::String>
96 m_networkBorderGroupHasBeenSet =
true;
97 m_networkBorderGroup = std::forward<NetworkBorderGroupT>(value);
99 template <
typename NetworkBorderGroupT = Aws::String>
106 bool m_dryRun{
false};
111 bool m_dryRunHasBeenSet =
false;
112 bool m_tagSpecificationsHasBeenSet =
false;
113 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