7#include <aws/apigatewayv2/ApiGatewayV2Request.h>
8#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ApiGatewayV2 {
41 template <
typename DescriptionT = Aws::String>
43 m_descriptionHasBeenSet =
true;
44 m_description = std::forward<DescriptionT>(value);
46 template <
typename DescriptionT = Aws::String>
59 template <
typename PortalIdT = Aws::String>
61 m_portalIdHasBeenSet =
true;
62 m_portalId = std::forward<PortalIdT>(value);
64 template <
typename PortalIdT = Aws::String>
74 bool m_descriptionHasBeenSet =
false;
75 bool m_portalIdHasBeenSet =
false;
void SetPortalId(PortalIdT &&value)
AWS_APIGATEWAYV2_API Aws::String SerializePayload() const override
PublishPortalRequest & WithDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
AWS_APIGATEWAYV2_API PublishPortalRequest()=default
const Aws::String & GetDescription() const
bool PortalIdHasBeenSet() const
void SetDescription(DescriptionT &&value)
PublishPortalRequest & WithPortalId(PortalIdT &&value)
const Aws::String & GetPortalId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String