public sealed class CreateApiRequest : IMessage<CreateApiRequest>, IEquatable<CreateApiRequest>, IDeepCloneable<CreateApiRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API Gateway v1 API class CreateApiRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference and code samples for the `CreateApiRequest` class within the API Gateway v1 API."],["The latest version of `CreateApiRequest` is 2.4.0, and older versions are also accessible, ranging back to version 1.0.0."],["`CreateApiRequest` is a request message used for `ApiGatewayService.CreateApi` and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes constructors for creating instances and properties such as `Api`, `ApiId`, `Parent`, and `ParentAsLocationName` to define the API creation parameters."],["`CreateApiRequest`'s required properties include `Api`, `ApiId`, and `Parent`, which define the API resource, its unique identifier, and the parent resource's location."]]],[]]