Package io.github.cdklabs.projen
Class SampleReadmeProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.SampleReadmeProps.Jsii$Proxy
-
- All Implemented Interfaces:
SampleReadmeProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SampleReadmeProps
@Stability(Experimental) @Internal public static final class SampleReadmeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SampleReadmeProps
An implementation forSampleReadmeProps
-
-
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.SampleReadmeProps
SampleReadmeProps.Builder, SampleReadmeProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SampleReadmeProps.Builder builder)Constructor that initializes the object based on literal property values passed by theSampleReadmeProps.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)StringgetContents()(experimental) The contents.StringgetFilename()(experimental) The name of the README.md file.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(SampleReadmeProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theSampleReadmeProps.Builder.
-
-
Method Detail
-
getContents
public final String getContents()
Description copied from interface:SampleReadmeProps(experimental) The contents.Default: "# replace this"
- Specified by:
getContentsin interfaceSampleReadmeProps
-
getFilename
public final String getFilename()
Description copied from interface:SampleReadmeProps(experimental) The name of the README.md file.Default: "README.md"
Example:
"readme.md"
- Specified by:
getFilenamein interfaceSampleReadmeProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-