7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
58 template<
typename ResourceT = Aws::String>
59 void SetResource(ResourceT&& value) { m_resourceHasBeenSet =
true; m_resource = std::forward<ResourceT>(value); }
60 template<
typename ResourceT = Aws::String>
71 template<
typename PrincipalArnT = Aws::String>
72 void SetPrincipalArn(PrincipalArnT&& value) { m_principalArnHasBeenSet =
true; m_principalArn = std::forward<PrincipalArnT>(value); }
73 template<
typename PrincipalArnT = Aws::String>
79 bool m_resourceHasBeenSet =
false;
82 bool m_principalArnHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String