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 ServiceIdentifierT = Aws::String>
42 void SetServiceIdentifier(ServiceIdentifierT&& value) { m_serviceIdentifierHasBeenSet =
true; m_serviceIdentifier = std::forward<ServiceIdentifierT>(value); }
43 template<
typename ServiceIdentifierT = Aws::String>
49 bool m_serviceIdentifierHasBeenSet =
false;
void SetServiceIdentifier(ServiceIdentifierT &&value)
AWS_VPCLATTICE_API Aws::String SerializePayload() const override
AWS_VPCLATTICE_API GetServiceRequest()=default
GetServiceRequest & WithServiceIdentifier(ServiceIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
bool ServiceIdentifierHasBeenSet() const
const Aws::String & GetServiceIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String