Class CfnCloudFormationProduct.CodeStarParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.servicecatalog.CfnCloudFormationProduct.CodeStarParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCloudFormationProduct.CodeStarParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCloudFormationProduct.CodeStarParametersProperty
@Stability(Stable)
@Internal
public static final class CfnCloudFormationProduct.CodeStarParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCloudFormationProduct.CodeStarParametersProperty
An implementation for
CfnCloudFormationProduct.CodeStarParametersProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.servicecatalog.CfnCloudFormationProduct.CodeStarParametersProperty
CfnCloudFormationProduct.CodeStarParametersProperty.Builder, CfnCloudFormationProduct.CodeStarParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCloudFormationProduct.CodeStarParametersProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe absolute path wehre the artifact resides within the repo and branch, formatted as "folder/file.json.".final StringThe specific branch where the artifact resides.final StringThe CodeStar ARN, which is the connection between AWS Service Catalog and the external repository.final StringThe specific repository where the product’s artifact-to-be-synced resides, formatted as "Account/Repo.".final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCfnCloudFormationProduct.CodeStarParametersProperty.Builder.
-
-
Method Details
-
getArtifactPath
Description copied from interface:CfnCloudFormationProduct.CodeStarParametersPropertyThe absolute path wehre the artifact resides within the repo and branch, formatted as "folder/file.json.".- Specified by:
getArtifactPathin interfaceCfnCloudFormationProduct.CodeStarParametersProperty- See Also:
-
getBranch
Description copied from interface:CfnCloudFormationProduct.CodeStarParametersPropertyThe specific branch where the artifact resides.- Specified by:
getBranchin interfaceCfnCloudFormationProduct.CodeStarParametersProperty- See Also:
-
getConnectionArn
Description copied from interface:CfnCloudFormationProduct.CodeStarParametersPropertyThe CodeStar ARN, which is the connection between AWS Service Catalog and the external repository.- Specified by:
getConnectionArnin interfaceCfnCloudFormationProduct.CodeStarParametersProperty- See Also:
-
getRepository
Description copied from interface:CfnCloudFormationProduct.CodeStarParametersPropertyThe specific repository where the product’s artifact-to-be-synced resides, formatted as "Account/Repo.".- Specified by:
getRepositoryin interfaceCfnCloudFormationProduct.CodeStarParametersProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-