Class IGraphFilterPlanFocusConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.cdkgraph.IGraphFilterPlanFocusConfig.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,IGraphFilterPlanFocusConfig
- Enclosing interface:
- IGraphFilterPlanFocusConfig
@Stability(Experimental) @Internal public static final class IGraphFilterPlanFocusConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IGraphFilterPlanFocusConfig
An implementation forIGraphFilterPlanFocusConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.cdkgraph.IGraphFilterPlanFocusConfig
IGraphFilterPlanFocusConfig.Builder, IGraphFilterPlanFocusConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.protectedJsii$Proxy(IGraphFilterPlanFocusConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theIGraphFilterPlanFocusConfig.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetNode()(experimental) The node or resolver to determine the node to focus on.BooleangetNoHoist()(experimental) Indicates if ancestral containers are preserved (eg: Stages, Stack).inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(IGraphFilterPlanFocusConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theIGraphFilterPlanFocusConfig.Builder.
-
-
Method Detail
-
getNode
public final Object getNode()
Description copied from interface:IGraphFilterPlanFocusConfig(experimental) The node or resolver to determine the node to focus on.- Specified by:
getNodein interfaceIGraphFilterPlanFocusConfig
-
getNoHoist
public final Boolean getNoHoist()
Description copied from interface:IGraphFilterPlanFocusConfig(experimental) Indicates if ancestral containers are preserved (eg: Stages, Stack).If
false, the "focused node" will be hoisted to the graph root and all ancestors will be pruned. Iftrue, the "focused" will be left in-place, while all siblings and non-scope ancestors will be pruned.Default: true
- Specified by:
getNoHoistin interfaceIGraphFilterPlanFocusConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-