Interface SmithyProjection
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,SmithyCommon
- All Known Implementing Classes:
SmithyProjection.Jsii$Proxy
@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-01T04:12:25.266Z") @Stability(Experimental) public interface SmithyProjection extends software.amazon.jsii.JsiiSerializable, SmithyCommon
(experimental) A smithy build projection.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSmithyProjection.BuilderA builder forSmithyProjectionstatic classSmithyProjection.Jsii$ProxyAn implementation forSmithyProjection
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static SmithyProjection.Builderbuilder()default BooleangetAbstractValue()(experimental) Whether or not the projection is abstract.default List<SmithyTransform>getTransforms()(experimental) Transforms to apply to the projection.-
Methods inherited from interface software.aws.awsprototypingsdk.openapigateway.SmithyCommon
getImports, getPlugins
-
-
-
-
Method Detail
-
getAbstractValue
@Stability(Experimental) @Nullable default Boolean getAbstractValue()
(experimental) Whether or not the projection is abstract.
-
getTransforms
@Stability(Experimental) @Nullable default List<SmithyTransform> getTransforms()
(experimental) Transforms to apply to the projection.
-
builder
@Stability(Experimental) static SmithyProjection.Builder builder()
- Returns:
- a
SmithyProjection.BuilderofSmithyProjection
-
-