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; }
87 inline void SetPrincipalArn(
const char* value) { m_principalArnHasBeenSet =
true; m_principalArn.assign(value); }
95 bool m_resourceHasBeenSet =
false;
98 bool m_useLongIdsHasBeenSet =
false;
101 bool m_principalArnHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String