Interface ApiGatewayMethodResponseConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ApiGatewayMethodResponseConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.217Z") @Stability(Stable) public interface ApiGatewayMethodResponseConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApiGatewayMethodResponseConfig.BuilderA builder forApiGatewayMethodResponseConfigstatic classApiGatewayMethodResponseConfig.Jsii$ProxyAn implementation forApiGatewayMethodResponseConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ApiGatewayMethodResponseConfig.Builderbuilder()StringgetHttpMethod()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_method_response#http_method ApiGatewayMethodResponse#http_method}.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_method_response#id ApiGatewayMethodResponse#id}.StringgetResourceId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_method_response#resource_id ApiGatewayMethodResponse#resource_id}.default Map<String,String>getResponseModels()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_method_response#response_models ApiGatewayMethodResponse#response_models}.default Map<String,Object>getResponseParameters()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_method_response#response_parameters ApiGatewayMethodResponse#response_parameters}.StringgetRestApiId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_method_response#rest_api_id ApiGatewayMethodResponse#rest_api_id}.StringgetStatusCode()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_method_response#status_code ApiGatewayMethodResponse#status_code}.
-
-
-
Method Detail
-
getHttpMethod
@Stability(Stable) @NotNull String getHttpMethod()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_method_response#http_method ApiGatewayMethodResponse#http_method}.
-
getResourceId
@Stability(Stable) @NotNull String getResourceId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_method_response#resource_id ApiGatewayMethodResponse#resource_id}.
-
getRestApiId
@Stability(Stable) @NotNull String getRestApiId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_method_response#rest_api_id ApiGatewayMethodResponse#rest_api_id}.
-
getStatusCode
@Stability(Stable) @NotNull String getStatusCode()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_method_response#status_code ApiGatewayMethodResponse#status_code}.
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_method_response#id ApiGatewayMethodResponse#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getResponseModels
@Stability(Stable) @Nullable default Map<String,String> getResponseModels()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_method_response#response_models ApiGatewayMethodResponse#response_models}.
-
getResponseParameters
@Stability(Stable) @Nullable default Map<String,Object> getResponseParameters()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_method_response#response_parameters ApiGatewayMethodResponse#response_parameters}.
-
builder
@Stability(Stable) static ApiGatewayMethodResponseConfig.Builder builder()
-
-