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>
43 template <
typename LocalGatewayRouteTableIdT = Aws::String>
45 m_localGatewayRouteTableIdHasBeenSet =
true;
46 m_localGatewayRouteTableId = std::forward<LocalGatewayRouteTableIdT>(value);
48 template <
typename LocalGatewayRouteTableIdT = Aws::String>
61 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
63 m_tagSpecificationsHasBeenSet =
true;
64 m_tagSpecifications = std::forward<TagSpecificationsT>(value);
66 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
71 template <
typename TagSpecificationsT = TagSpecification>
73 m_tagSpecificationsHasBeenSet =
true;
74 m_tagSpecifications.emplace_back(std::forward<TagSpecificationsT>(value));
89 m_dryRunHasBeenSet =
true;
102 bool m_dryRun{
false};
103 bool m_localGatewayRouteTableIdHasBeenSet =
false;
104 bool m_tagSpecificationsHasBeenSet =
false;
105 bool m_dryRunHasBeenSet =
false;
AWS_EC2_API Aws::String SerializePayload() const override
bool DryRunHasBeenSet() const
CreateCoipPoolRequest & WithTagSpecifications(TagSpecificationsT &&value)
const Aws::Vector< TagSpecification > & GetTagSpecifications() const
CreateCoipPoolRequest & WithLocalGatewayRouteTableId(LocalGatewayRouteTableIdT &&value)
CreateCoipPoolRequest & AddTagSpecifications(TagSpecificationsT &&value)
AWS_EC2_API CreateCoipPoolRequest()=default
void SetLocalGatewayRouteTableId(LocalGatewayRouteTableIdT &&value)
void SetTagSpecifications(TagSpecificationsT &&value)
bool LocalGatewayRouteTableIdHasBeenSet() const
bool TagSpecificationsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetDryRun(bool value)
const Aws::String & GetLocalGatewayRouteTableId() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
CreateCoipPoolRequest & WithDryRun(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector