public static final class CloudFormationProductProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudFormationProductProps
CloudFormationProductProps
CloudFormationProductProps.Builder, CloudFormationProductProps.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDescription()
The description of the product.
|
java.lang.String |
getDistributor()
The distributor of the product.
|
MessageLanguage |
getMessageLanguage()
The language code.
|
java.lang.String |
getOwner()
The owner of the product.
|
java.lang.String |
getProductName()
The name of the product.
|
java.util.List<CloudFormationProductVersion> |
getProductVersions()
The configuration of the product version.
|
java.lang.Boolean |
getReplaceProductVersionIds()
Whether to give provisioning artifacts a new unique identifier when the product attributes or provisioning artifacts is updated.
|
java.lang.String |
getSupportDescription()
The support information about the product.
|
java.lang.String |
getSupportEmail()
The contact email for product support.
|
java.lang.String |
getSupportUrl()
The contact URL for product support.
|
TagOptions |
getTagOptions()
TagOptions associated directly to a product.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getOwner()
CloudFormationProductProps
getOwner
in interface CloudFormationProductProps
public final java.lang.String getProductName()
CloudFormationProductProps
getProductName
in interface CloudFormationProductProps
public final java.util.List<CloudFormationProductVersion> getProductVersions()
CloudFormationProductProps
getProductVersions
in interface CloudFormationProductProps
public final java.lang.String getDescription()
CloudFormationProductProps
Default: - No description provided
getDescription
in interface CloudFormationProductProps
public final java.lang.String getDistributor()
CloudFormationProductProps
Default: - No distributor provided
getDistributor
in interface CloudFormationProductProps
public final MessageLanguage getMessageLanguage()
CloudFormationProductProps
Controls language for logging and errors.
Default: - English
getMessageLanguage
in interface CloudFormationProductProps
public final java.lang.Boolean getReplaceProductVersionIds()
CloudFormationProductProps
Default: false
getReplaceProductVersionIds
in interface CloudFormationProductProps
public final java.lang.String getSupportDescription()
CloudFormationProductProps
Default: - No support description provided
getSupportDescription
in interface CloudFormationProductProps
public final java.lang.String getSupportEmail()
CloudFormationProductProps
Default: - No support email provided
getSupportEmail
in interface CloudFormationProductProps
public final java.lang.String getSupportUrl()
CloudFormationProductProps
Default: - No support URL provided
getSupportUrl
in interface CloudFormationProductProps
public final TagOptions getTagOptions()
CloudFormationProductProps
Default: - No tagOptions provided
getTagOptions
in interface CloudFormationProductProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()