7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/vpc-lattice/VPCLatticeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename ResourceIdentifierT = Aws::String>
42 void SetResourceIdentifier(ResourceIdentifierT&& value) { m_resourceIdentifierHasBeenSet =
true; m_resourceIdentifier = std::forward<ResourceIdentifierT>(value); }
43 template<
typename ResourceIdentifierT = Aws::String>
49 bool m_resourceIdentifierHasBeenSet =
false;
AWS_VPCLATTICE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
GetAuthPolicyRequest & WithResourceIdentifier(ResourceIdentifierT &&value)
bool ResourceIdentifierHasBeenSet() const
AWS_VPCLATTICE_API GetAuthPolicyRequest()=default
void SetResourceIdentifier(ResourceIdentifierT &&value)
const Aws::String & GetResourceIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String