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/core/utils/memory/stl/AWSString.h>
11#include <aws/ec2/model/Filter.h>
50 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
60 template<
typename VpcIdsT = Aws::Vector<Aws::String>>
61 void SetVpcIds(VpcIdsT&& value) { m_vpcIdsHasBeenSet =
true; m_vpcIds = std::forward<VpcIdsT>(value); }
62 template<
typename VpcIdsT = Aws::Vector<Aws::String>>
64 template<
typename VpcIdsT = Aws::String>
83 template<
typename FiltersT = Aws::Vector<Filter>>
84 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
85 template<
typename FiltersT = Aws::Vector<Filter>>
87 template<
typename FiltersT = Filter>
93 bool m_dryRunHasBeenSet =
false;
96 bool m_vpcIdsHasBeenSet =
false;
99 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