Interface SmithyProjection
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,SmithyCommon
- All Known Implementing Classes:
SmithyProjection.Jsii$Proxy
@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-15T09:33:12.957Z") @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
-
-