7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
60 inline void SetResource(
const char* value) { m_resourceHasBeenSet =
true; m_resource.assign(value); }
75 inline void SetPrincipalArn(
const char* value) { m_principalArnHasBeenSet =
true; m_principalArn.assign(value); }
83 bool m_resourceHasBeenSet =
false;
86 bool m_principalArnHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String