@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)", date="2022-06-22T23:27:59.509Z") @Deprecated public class CfnModelV2 extends CfnResource implements IInspectable
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; CfnModelV2 cfnModelV2 = CfnModelV2.Builder.create(this, "MyCfnModelV2") .apiId("apiId") .name("name") .schema(schema) // the properties below are optional .contentType("contentType") .description("description") .build();
Modifier and Type | Class and Description |
---|---|
static class |
CfnModelV2.Builder
Deprecated.
|
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
IConstruct.Jsii$Default
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CFN_RESOURCE_TYPE_NAME
Deprecated.
|
Modifier | Constructor and Description |
---|---|
|
CfnModelV2(Construct scope,
java.lang.String id,
CfnModelV2Props props)
Deprecated.
|
protected |
CfnModelV2(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
CfnModelV2(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApiId()
Deprecated.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
getCfnProperties()
Deprecated.
|
java.lang.String |
getContentType()
Deprecated.
|
java.lang.String |
getDescription()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
|
java.lang.Object |
getSchema()
Deprecated.
|
void |
inspect(TreeInspector inspector)
Deprecated.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
renderProperties(java.util.Map<java.lang.String,java.lang.Object> props)
Deprecated.
|
void |
setApiId(java.lang.String value)
Deprecated.
|
void |
setContentType(java.lang.String value)
Deprecated.
|
void |
setDescription(java.lang.String value)
Deprecated.
|
void |
setName(java.lang.String value)
Deprecated.
|
void |
setSchema(java.lang.Object value)
Deprecated.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
getRef
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
@Deprecated public static final java.lang.String CFN_RESOURCE_TYPE_NAME
protected CfnModelV2(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnModelV2(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Deprecated public CfnModelV2(Construct scope, java.lang.String id, CfnModelV2Props props)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.props
- - resource properties. This parameter is required.@Deprecated public void inspect(TreeInspector inspector)
inspect
in interface IInspectable
inspector
- - tree inspector to collect and process attributes. This parameter is required.@Deprecated protected java.util.Map<java.lang.String,java.lang.Object> renderProperties(java.util.Map<java.lang.String,java.lang.Object> props)
renderProperties
in class CfnResource
props
- This parameter is required.@Deprecated protected java.util.Map<java.lang.String,java.lang.Object> getCfnProperties()
getCfnProperties
in class CfnResource
@Deprecated public java.lang.String getApiId()
@Deprecated public void setApiId(java.lang.String value)
@Deprecated public java.lang.String getName()
@Deprecated public void setName(java.lang.String value)
@Deprecated public java.lang.Object getSchema()
@Deprecated public void setSchema(java.lang.Object value)
@Deprecated public java.lang.String getContentType()
@Deprecated public void setContentType(java.lang.String value)
@Deprecated public java.lang.String getDescription()
@Deprecated public void setDescription(java.lang.String value)