@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:01.646Z") @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();
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html| 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()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid@Stability(value=Deprecated) @Deprecated @NotNull String getName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name@Stability(value=Deprecated) @Deprecated @NotNull Object getSchema()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema@Stability(value=Deprecated) @Deprecated @Nullable default String getContentType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-contenttype@Stability(value=Deprecated) @Deprecated @Nullable default String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-description@Stability(value=Deprecated) @Deprecated static CfnModelV2Props.Builder builder()
CfnModelV2Props.Builder of CfnModelV2PropsCopyright © 2022. All rights reserved.