@Stability(value=Stable)
public static interface CfnFunction.RequestModelProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sam.*;
RequestModelProperty requestModelProperty = RequestModelProperty.builder()
.model("model")
// the properties below are optional
.required(false)
.validateBody(false)
.validateParameters(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.RequestModelProperty.Builder
A builder for
CfnFunction.RequestModelProperty |
static class |
CfnFunction.RequestModelProperty.Jsii$Proxy
An implementation for
CfnFunction.RequestModelProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.RequestModelProperty.Builder |
builder() |
String |
getModel()
`CfnFunction.RequestModelProperty.Model`.
|
default Object |
getRequired()
`CfnFunction.RequestModelProperty.Required`.
|
default Object |
getValidateBody()
`CfnFunction.RequestModelProperty.ValidateBody`.
|
default Object |
getValidateParameters()
`CfnFunction.RequestModelProperty.ValidateParameters`.
|
@Stability(value=Stable) @NotNull String getModel()
@Stability(value=Stable) @Nullable default Object getRequired()
@Stability(value=Stable) @Nullable default Object getValidateBody()
@Stability(value=Stable) @Nullable default Object getValidateParameters()
@Stability(value=Stable) static CfnFunction.RequestModelProperty.Builder builder()
Copyright © 2023. All rights reserved.