@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:46:59.435Z") @Stability(value=Deprecated) @Deprecated public interface CfnModelV2Props extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigateway.*;
Object schema;
CfnModelV2Props cfnModelV2Props = CfnModelV2Props.builder()
.apiId("apiId")
.name("name")
.schema(schema)
// the properties below are optional
.contentType("contentType")
.description("description")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnModelV2Props.Builder
Deprecated.
|
static class |
CfnModelV2Props.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnModelV2Props.Builder |
builder()
Deprecated.
|
String |
getApiId()
Deprecated.
|
default String |
getContentType()
Deprecated.
|
default String |
getDescription()
Deprecated.
|
String |
getName()
Deprecated.
|
Object |
getSchema()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull String getApiId()
@Stability(value=Deprecated) @Deprecated @NotNull String getName()
@Stability(value=Deprecated) @Deprecated @NotNull Object getSchema()
@Stability(value=Deprecated) @Deprecated @Nullable default String getContentType()
@Stability(value=Deprecated) @Deprecated @Nullable default String getDescription()
@Stability(value=Deprecated) @Deprecated static CfnModelV2Props.Builder builder()
CfnModelV2Props.Builder of CfnModelV2PropsCopyright © 2022. All rights reserved.