7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
61 inline void SetResource(
const char* value) { m_resourceHasBeenSet =
true; m_resource.assign(value); }
73 inline void SetUseLongIds(
bool value) { m_useLongIdsHasBeenSet =
true; m_useLongIds = value; }
79 bool m_resourceHasBeenSet =
false;
82 bool m_useLongIdsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String