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>
49 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
72 template<
typename ResourcesT = Aws::Vector<Aws::String>>
73 void SetResources(ResourcesT&& value) { m_resourcesHasBeenSet =
true; m_resources = std::forward<ResourcesT>(value); }
74 template<
typename ResourcesT = Aws::Vector<Aws::String>>
76 template<
typename ResourcesT = Aws::String>
87 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
97 template<
typename NextTokenT = Aws::String>
98 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
99 template<
typename NextTokenT = Aws::String>
104 bool m_dryRun{
false};
105 bool m_dryRunHasBeenSet =
false;
108 bool m_resourcesHasBeenSet =
false;
111 bool m_maxResultsHasBeenSet =
false;
114 bool m_nextTokenHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector