@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:02.490Z") @Stability(value=Stable) public interface CfnModelProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnModelProps.Builder
A builder for
CfnModelProps |
static class |
CfnModelProps.Jsii$Proxy
An implementation for
CfnModelProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnModelProps.Builder |
builder() |
String |
getApiId()
`AWS::ApiGatewayV2::Model.ApiId`.
|
default String |
getContentType()
`AWS::ApiGatewayV2::Model.ContentType`.
|
default String |
getDescription()
`AWS::ApiGatewayV2::Model.Description`.
|
String |
getName()
`AWS::ApiGatewayV2::Model.Name`.
|
Object |
getSchema()
`AWS::ApiGatewayV2::Model.Schema`.
|
@Stability(value=Stable) @NotNull String getApiId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid@Stability(value=Stable) @NotNull String getName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name@Stability(value=Stable) @NotNull Object getSchema()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema@Stability(value=Stable) @Nullable default String getContentType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-contenttype@Stability(value=Stable) @Nullable default String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-description@Stability(value=Stable) static CfnModelProps.Builder builder()
CfnModelProps.Builder of CfnModelPropsCopyright © 2020. All rights reserved.