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 FiltersT = Aws::Vector<Filter>>
64 m_filtersHasBeenSet =
true;
65 m_filters = std::forward<FiltersT>(value);
67 template <
typename FiltersT = Aws::Vector<Filter>>
72 template <
typename FiltersT = Filter>
74 m_filtersHasBeenSet =
true;
75 m_filters.emplace_back(std::forward<FiltersT>(value));
86 template <
typename VpcEncryptionControlIdsT = Aws::Vector<Aws::String>>
88 m_vpcEncryptionControlIdsHasBeenSet =
true;
89 m_vpcEncryptionControlIds = std::forward<VpcEncryptionControlIdsT>(value);
91 template <
typename VpcEncryptionControlIdsT = Aws::Vector<Aws::String>>
96 template <
typename VpcEncryptionControlIdsT = Aws::String>
98 m_vpcEncryptionControlIdsHasBeenSet =
true;
99 m_vpcEncryptionControlIds.emplace_back(std::forward<VpcEncryptionControlIdsT>(value));
110 template <
typename VpcIdsT = Aws::Vector<Aws::String>>
112 m_vpcIdsHasBeenSet =
true;
113 m_vpcIds = std::forward<VpcIdsT>(value);
115 template <
typename VpcIdsT = Aws::Vector<Aws::String>>
120 template <
typename VpcIdsT = Aws::String>
122 m_vpcIdsHasBeenSet =
true;
123 m_vpcIds.emplace_back(std::forward<VpcIdsT>(value));
135 template <
typename NextTokenT = Aws::String>
137 m_nextTokenHasBeenSet =
true;
138 m_nextToken = std::forward<NextTokenT>(value);
140 template <
typename NextTokenT = Aws::String>
157 m_maxResultsHasBeenSet =
true;
158 m_maxResults = value;
166 bool m_dryRun{
false};
177 bool m_dryRunHasBeenSet =
false;
178 bool m_filtersHasBeenSet =
false;
179 bool m_vpcEncryptionControlIdsHasBeenSet =
false;
180 bool m_vpcIdsHasBeenSet =
false;
181 bool m_nextTokenHasBeenSet =
false;
182 bool m_maxResultsHasBeenSet =
false;
AWS_EC2_API Aws::String SerializePayload() const override
DescribeVpcEncryptionControlsRequest & AddVpcEncryptionControlIds(VpcEncryptionControlIdsT &&value)
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeVpcEncryptionControlsRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
DescribeVpcEncryptionControlsRequest & WithVpcIds(VpcIdsT &&value)
DescribeVpcEncryptionControlsRequest & WithDryRun(bool value)
DescribeVpcEncryptionControlsRequest & AddFilters(FiltersT &&value)
const Aws::Vector< Aws::String > & GetVpcEncryptionControlIds() const
bool FiltersHasBeenSet() const
const Aws::Vector< Filter > & GetFilters() const
const Aws::Vector< Aws::String > & GetVpcIds() const
void SetDryRun(bool value)
bool MaxResultsHasBeenSet() const
void SetFilters(FiltersT &&value)
DescribeVpcEncryptionControlsRequest & WithFilters(FiltersT &&value)
bool DryRunHasBeenSet() const
void SetNextToken(NextTokenT &&value)
DescribeVpcEncryptionControlsRequest & WithVpcEncryptionControlIds(VpcEncryptionControlIdsT &&value)
int GetMaxResults() const
bool VpcEncryptionControlIdsHasBeenSet() const
DescribeVpcEncryptionControlsRequest & AddVpcIds(VpcIdsT &&value)
void SetVpcIds(VpcIdsT &&value)
AWS_EC2_API DescribeVpcEncryptionControlsRequest()=default
bool VpcIdsHasBeenSet() const
void SetVpcEncryptionControlIds(VpcEncryptionControlIdsT &&value)
DescribeVpcEncryptionControlsRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector