@Stability(value=Experimental) @Internal public static final class PythonPackagingOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PythonPackagingOptions
PythonPackagingOptionssoftware.amazon.jsii.JsiiObject.InitializationModePythonPackagingOptions.Builder, PythonPackagingOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(PythonPackagingOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
PythonPackagingOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAuthorEmail()
(experimental) Author's e-mail.
|
String |
getAuthorName()
(experimental) Author's name.
|
List<String> |
getClassifiers()
(experimental) A list of PyPI trove classifiers that describe the project.
|
String |
getDescription()
(experimental) A short description of the package.
|
String |
getHomepage()
(experimental) A URL to the website of the project.
|
String |
getLicense()
(experimental) License of this package as an SPDX identifier.
|
PoetryPyprojectOptionsWithoutDeps |
getPoetryOptions()
(experimental) Additional options to set for poetry if using poetry.
|
Map<String,Object> |
getSetupConfig()
(experimental) Additional fields to pass in the setup() function if using setuptools.
|
String |
getVersion()
(experimental) Version of the package.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(PythonPackagingOptions.Builder builder)
PythonPackagingOptions.Builder.public final String getAuthorEmail()
PythonPackagingOptionsDefault: $GIT_USER_EMAIL
getAuthorEmail in interface PythonPackagingOptionspublic final String getAuthorName()
PythonPackagingOptionsDefault: $GIT_USER_NAME
getAuthorName in interface PythonPackagingOptionspublic final String getVersion()
PythonPackagingOptionsDefault: "0.1.0"
getVersion in interface PythonPackagingOptionspublic final List<String> getClassifiers()
PythonPackagingOptionsgetClassifiers in interface PythonPackagingOptionshttps://pypi.org/classifiers/public final String getDescription()
PythonPackagingOptionsgetDescription in interface PythonPackagingOptionspublic final String getHomepage()
PythonPackagingOptionsgetHomepage in interface PythonPackagingOptionspublic final String getLicense()
PythonPackagingOptionsgetLicense in interface PythonPackagingOptionspublic final PoetryPyprojectOptionsWithoutDeps getPoetryOptions()
PythonPackagingOptionsgetPoetryOptions in interface PythonPackagingOptionspublic final Map<String,Object> getSetupConfig()
PythonPackagingOptionsgetSetupConfig in interface PythonPackagingOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.