C# 클래스 Amazon.APIGateway.Model.CreateModelResponse

Represents the data structure of a method's request or response payload.

A request model defines the data structure of the client-supplied request payload. A response model defines the data structure of the response payload returned by the back end. Although not required, models are useful for mapping payloads between the front end and back end.

A model is used for generating an API's SDK, validating the input request body, and creating a skeletal mapping template.

상속: Amazon.Runtime.AmazonWebServiceResponse
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

비공개 메소드들

메소드 설명
IsSetContentType ( ) : bool
IsSetDescription ( ) : bool
IsSetId ( ) : bool
IsSetName ( ) : bool
IsSetSchema ( ) : bool