Class PipelineParameter.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.circleci.PipelineParameter.Jsii$Proxy
-
- All Implemented Interfaces:
PipelineParameter,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PipelineParameter
@Stability(Experimental) @Internal public static final class PipelineParameter.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PipelineParameter
An implementation forPipelineParameter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.circleci.PipelineParameter
PipelineParameter.Builder, PipelineParameter.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PipelineParameter.Builder builder)Constructor that initializes the object based on literal property values passed by thePipelineParameter.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetDefaultValue()(experimental) The default value for the parameter.StringgetDescription()(experimental) Used to generate documentation for your orb.PipelineParameterTypegetType()(experimental) The parameter type, required.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(PipelineParameter.Builder builder)
Constructor that initializes the object based on literal property values passed by thePipelineParameter.Builder.
-
-
Method Detail
-
getType
public final PipelineParameterType getType()
Description copied from interface:PipelineParameter(experimental) The parameter type, required.- Specified by:
getTypein interfacePipelineParameter
-
getDefaultValue
public final Object getDefaultValue()
Description copied from interface:PipelineParameter(experimental) The default value for the parameter.If not present, the parameter is implied to be required.
- Specified by:
getDefaultValuein interfacePipelineParameter
-
getDescription
public final String getDescription()
Description copied from interface:PipelineParameter(experimental) Used to generate documentation for your orb.- Specified by:
getDescriptionin interfacePipelineParameter
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-