7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
10#include <aws/ec2/model/NewDhcpConfiguration.h>
11#include <aws/ec2/model/TagSpecification.h>
43 template <
typename DhcpConfigurationsT = Aws::Vector<NewDhcpConfiguration>>
45 m_dhcpConfigurationsHasBeenSet =
true;
46 m_dhcpConfigurations = std::forward<DhcpConfigurationsT>(value);
48 template <
typename DhcpConfigurationsT = Aws::Vector<NewDhcpConfiguration>>
53 template <
typename DhcpConfigurationsT = NewDhcpConfiguration>
55 m_dhcpConfigurationsHasBeenSet =
true;
56 m_dhcpConfigurations.emplace_back(std::forward<DhcpConfigurationsT>(value));
67 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
69 m_tagSpecificationsHasBeenSet =
true;
70 m_tagSpecifications = std::forward<TagSpecificationsT>(value);
72 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
77 template <
typename TagSpecificationsT = TagSpecification>
79 m_tagSpecificationsHasBeenSet =
true;
80 m_tagSpecifications.emplace_back(std::forward<TagSpecificationsT>(value));
95 m_dryRunHasBeenSet =
true;
108 bool m_dryRun{
false};
109 bool m_dhcpConfigurationsHasBeenSet =
false;
110 bool m_tagSpecificationsHasBeenSet =
false;
111 bool m_dryRunHasBeenSet =
false;
void SetDhcpConfigurations(DhcpConfigurationsT &&value)
void SetDryRun(bool value)
bool TagSpecificationsHasBeenSet() const
CreateDhcpOptionsRequest & AddTagSpecifications(TagSpecificationsT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
bool DhcpConfigurationsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateDhcpOptionsRequest & AddDhcpConfigurations(DhcpConfigurationsT &&value)
const Aws::Vector< NewDhcpConfiguration > & GetDhcpConfigurations() const
CreateDhcpOptionsRequest & WithDryRun(bool value)
bool DryRunHasBeenSet() const
void SetTagSpecifications(TagSpecificationsT &&value)
const Aws::Vector< TagSpecification > & GetTagSpecifications() const
CreateDhcpOptionsRequest & WithDhcpConfigurations(DhcpConfigurationsT &&value)
CreateDhcpOptionsRequest & WithTagSpecifications(TagSpecificationsT &&value)
AWS_EC2_API CreateDhcpOptionsRequest()=default
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector