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/Filter.h>
47 m_dryRunHasBeenSet =
true;
62 template <
typename VpcIdsT = Aws::Vector<Aws::String>>
64 m_vpcIdsHasBeenSet =
true;
65 m_vpcIds = std::forward<VpcIdsT>(value);
67 template <
typename VpcIdsT = Aws::Vector<Aws::String>>
72 template <
typename VpcIdsT = Aws::String>
74 m_vpcIdsHasBeenSet =
true;
75 m_vpcIds.emplace_back(std::forward<VpcIdsT>(value));
95 template <
typename FiltersT = Aws::Vector<Filter>>
97 m_filtersHasBeenSet =
true;
98 m_filters = std::forward<FiltersT>(value);
100 template <
typename FiltersT = Aws::Vector<Filter>>
105 template <
typename FiltersT = Filter>
107 m_filtersHasBeenSet =
true;
108 m_filters.emplace_back(std::forward<FiltersT>(value));
113 bool m_dryRun{
false};
118 bool m_dryRunHasBeenSet =
false;
119 bool m_vpcIdsHasBeenSet =
false;
120 bool m_filtersHasBeenSet =
false;
DescribeVpcClassicLinkRequest & WithFilters(FiltersT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
bool DryRunHasBeenSet() const
const Aws::Vector< Filter > & GetFilters() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool VpcIdsHasBeenSet() const
DescribeVpcClassicLinkRequest & WithVpcIds(VpcIdsT &&value)
AWS_EC2_API DescribeVpcClassicLinkRequest()=default
DescribeVpcClassicLinkRequest & WithDryRun(bool value)
const Aws::Vector< Aws::String > & GetVpcIds() const
void SetVpcIds(VpcIdsT &&value)
bool FiltersHasBeenSet() const
DescribeVpcClassicLinkRequest & AddFilters(FiltersT &&value)
void SetDryRun(bool value)
void SetFilters(FiltersT &&value)
virtual const char * GetServiceRequestName() const override
DescribeVpcClassicLinkRequest & AddVpcIds(VpcIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector