@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.827Z") @Stability(value=Stable) public interface CfnModelProps extends software.amazon.jsii.JsiiSerializable
| 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() |
default String |
getContentType()
`AWS::ApiGateway::Model.ContentType`.
|
default String |
getDescription()
`AWS::ApiGateway::Model.Description`.
|
default String |
getName()
`AWS::ApiGateway::Model.Name`.
|
String |
getRestApiId()
`AWS::ApiGateway::Model.RestApiId`.
|
default Object |
getSchema()
`AWS::ApiGateway::Model.Schema`.
|
@Stability(value=Stable) @NotNull String getRestApiId()
@Stability(value=Stable) @Nullable default String getContentType()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Object getSchema()
@Stability(value=Stable) static CfnModelProps.Builder builder()
CfnModelProps.Builder of CfnModelPropsCopyright © 2021. All rights reserved.