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/ec2/model/NewDhcpConfiguration.h>
11#include <aws/ec2/model/TagSpecification.h>
47 template<
typename DhcpConfigurationsT = Aws::Vector<NewDhcpConfiguration>>
48 void SetDhcpConfigurations(DhcpConfigurationsT&& value) { m_dhcpConfigurationsHasBeenSet =
true; m_dhcpConfigurations = std::forward<DhcpConfigurationsT>(value); }
49 template<
typename DhcpConfigurationsT = Aws::Vector<NewDhcpConfiguration>>
51 template<
typename DhcpConfigurationsT = NewDhcpConfiguration>
61 template<
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
62 void SetTagSpecifications(TagSpecificationsT&& value) { m_tagSpecificationsHasBeenSet =
true; m_tagSpecifications = std::forward<TagSpecificationsT>(value); }
63 template<
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
65 template<
typename TagSpecificationsT = TagSpecification>
78 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
84 bool m_dhcpConfigurationsHasBeenSet =
false;
87 bool m_tagSpecificationsHasBeenSet =
false;
90 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