7#include <aws/apigatewayv2/ApiGatewayV2Request.h>
8#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ApiGatewayV2 {
37 template <
typename PortalIdT = Aws::String>
39 m_portalIdHasBeenSet =
true;
40 m_portalId = std::forward<PortalIdT>(value);
42 template <
typename PortalIdT = Aws::String>
50 bool m_portalIdHasBeenSet =
false;
const Aws::String & GetPortalId() const
AWS_APIGATEWAYV2_API DeletePortalRequest()=default
virtual const char * GetServiceRequestName() const override
AWS_APIGATEWAYV2_API Aws::String SerializePayload() const override
DeletePortalRequest & WithPortalId(PortalIdT &&value)
void SetPortalId(PortalIdT &&value)
bool PortalIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String