public final class ProjectionConfig extends java.lang.Object implements ToSmithyBuilder<ProjectionConfig>
SmithyBuildConfig
.Modifier and Type | Class and Description |
---|---|
static class |
ProjectionConfig.Builder
Builds a
ProjectionConfig . |
Modifier and Type | Method and Description |
---|---|
static ProjectionConfig.Builder |
builder() |
java.util.List<java.lang.String> |
getImports()
Gets the imports configured for the projection.
|
java.util.Map<java.lang.String,ObjectNode> |
getPlugins() |
java.util.List<TransformConfig> |
getTransforms() |
boolean |
isAbstract() |
ProjectionConfig.Builder |
toBuilder()
Take this object and create a builder that contains all of the
current property values of this object.
|
public static ProjectionConfig.Builder builder()
public ProjectionConfig.Builder toBuilder()
ToSmithyBuilder
toBuilder
in interface ToSmithyBuilder<ProjectionConfig>
public java.util.List<TransformConfig> getTransforms()
public java.util.Map<java.lang.String,ObjectNode> getPlugins()
public boolean isAbstract()
public java.util.List<java.lang.String> getImports()