@Stability(value=Experimental) @Internal public static final class CloudFormationProductProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudFormationProductProps
CloudFormationProductPropssoftware.amazon.jsii.JsiiObject.InitializationModeCloudFormationProductProps.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.
|
protected |
Jsii$Proxy(String owner,
String productName,
List<? extends CloudFormationProductVersion> productVersions,
AcceptLanguage acceptLanguage,
String description,
String distributor,
Boolean replaceProductVersionIds,
String supportDescription,
String supportEmail,
String supportUrl)
Constructor that initializes the object based on literal property values passed by the
CloudFormationProductProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
AcceptLanguage |
getAcceptLanguage()
(experimental) The language code.
|
String |
getDescription()
(experimental) The description of the product.
|
String |
getDistributor()
(experimental) The distributor of the product.
|
String |
getOwner()
(experimental) The owner of the product.
|
String |
getProductName()
(experimental) The name of the product.
|
List<CloudFormationProductVersion> |
getProductVersions()
(experimental) The configuration of the product version.
|
Boolean |
getReplaceProductVersionIds()
(experimental) Whether to give provisioning artifacts a new unique identifier when the product attributes or provisioning artifacts is updated.
|
String |
getSupportDescription()
(experimental) The support information about the product.
|
String |
getSupportEmail()
(experimental) The contact email for product support.
|
String |
getSupportUrl()
(experimental) The contact URL for product support.
|
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(String owner, String productName, List<? extends CloudFormationProductVersion> productVersions, AcceptLanguage acceptLanguage, String description, String distributor, Boolean replaceProductVersionIds, String supportDescription, String supportEmail, String supportUrl)
CloudFormationProductProps.Builder.public final String getOwner()
CloudFormationProductPropsgetOwner in interface CloudFormationProductPropspublic final String getProductName()
CloudFormationProductPropsgetProductName in interface CloudFormationProductPropspublic final List<CloudFormationProductVersion> getProductVersions()
CloudFormationProductPropsgetProductVersions in interface CloudFormationProductPropspublic final AcceptLanguage getAcceptLanguage()
CloudFormationProductPropsDefault: - No accept language provided
getAcceptLanguage in interface CloudFormationProductPropspublic final String getDescription()
CloudFormationProductPropsDefault: - No description provided
getDescription in interface CloudFormationProductPropspublic final String getDistributor()
CloudFormationProductPropsDefault: - No distributor provided
getDistributor in interface CloudFormationProductPropspublic final Boolean getReplaceProductVersionIds()
CloudFormationProductPropsDefault: false
getReplaceProductVersionIds in interface CloudFormationProductPropspublic final String getSupportDescription()
CloudFormationProductPropsDefault: - No support description provided
getSupportDescription in interface CloudFormationProductPropspublic final String getSupportEmail()
CloudFormationProductPropsDefault: - No support email provided
getSupportEmail in interface CloudFormationProductPropspublic final String getSupportUrl()
CloudFormationProductPropsDefault: - No support URL provided
getSupportUrl in interface CloudFormationProductProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.