@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-28T21:34:26.783Z") @Deprecated public class CfnRouteResponseV2 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 responseModels; Object responseParameters; CfnRouteResponseV2 cfnRouteResponseV2 = CfnRouteResponseV2.Builder.create(this, "MyCfnRouteResponseV2") .apiId("apiId") .routeId("routeId") .routeResponseKey("routeResponseKey") // the properties below are optional .modelSelectionExpression("modelSelectionExpression") .responseModels(responseModels) .responseParameters(responseParameters) .build();
Modifier and Type | Class and Description |
---|---|
static class |
CfnRouteResponseV2.Builder
Deprecated.
|
static interface |
CfnRouteResponseV2.ParameterConstraintsProperty
Deprecated.
moved to package aws-apigatewayv2
|
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 |
---|---|
|
CfnRouteResponseV2(Construct scope,
java.lang.String id,
CfnRouteResponseV2Props props)
Deprecated.
|
protected |
CfnRouteResponseV2(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
CfnRouteResponseV2(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 |
getModelSelectionExpression()
Deprecated.
|
java.lang.Object |
getResponseModels()
Deprecated.
|
java.lang.Object |
getResponseParameters()
Deprecated.
|
java.lang.String |
getRouteId()
Deprecated.
|
java.lang.String |
getRouteResponseKey()
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 |
setModelSelectionExpression(java.lang.String value)
Deprecated.
|
void |
setResponseModels(java.lang.Object value)
Deprecated.
|
void |
setResponseParameters(java.lang.Object value)
Deprecated.
|
void |
setRouteId(java.lang.String value)
Deprecated.
|
void |
setRouteResponseKey(java.lang.String 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 CfnRouteResponseV2(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnRouteResponseV2(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Deprecated public CfnRouteResponseV2(Construct scope, java.lang.String id, CfnRouteResponseV2Props 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.Object getResponseModels()
@Deprecated public void setResponseModels(java.lang.Object value)
@Deprecated public java.lang.Object getResponseParameters()
@Deprecated public void setResponseParameters(java.lang.Object value)
@Deprecated public java.lang.String getRouteId()
@Deprecated public void setRouteId(java.lang.String value)
@Deprecated public java.lang.String getRouteResponseKey()
@Deprecated public void setRouteResponseKey(java.lang.String value)
@Deprecated public java.lang.String getModelSelectionExpression()
@Deprecated public void setModelSelectionExpression(java.lang.String value)