Class CustomActionRegistrationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.CustomActionRegistrationProps.Jsii$Proxy
- All Implemented Interfaces:
CustomActionRegistrationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CustomActionRegistrationProps
@Stability(Stable)
@Internal
public static final class CustomActionRegistrationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CustomActionRegistrationProps
An implementation for
CustomActionRegistrationProps-
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.codepipeline.CustomActionRegistrationProps
CustomActionRegistrationProps.Builder, CustomActionRegistrationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCustomActionRegistrationProps.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 List<CustomActionProperty> The properties used for customizing the instance of your Action.final ActionArtifactBoundsThe artifact bounds of the Action.final ActionCategoryThe category of the Action.final StringThe URL shown for the entire Action in the Pipeline UI.final StringThe URL shown for a particular execution of an Action in the Pipeline UI.final StringThe provider of the Action.final StringThe version of your Action.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 theCustomActionRegistrationProps.Builder.
-
-
Method Details
-
getArtifactBounds
Description copied from interface:CustomActionRegistrationPropsThe artifact bounds of the Action.- Specified by:
getArtifactBoundsin interfaceCustomActionRegistrationProps
-
getCategory
Description copied from interface:CustomActionRegistrationPropsThe category of the Action.- Specified by:
getCategoryin interfaceCustomActionRegistrationProps
-
getProvider
Description copied from interface:CustomActionRegistrationPropsThe provider of the Action.For example,
'MyCustomActionProvider'- Specified by:
getProviderin interfaceCustomActionRegistrationProps
-
getActionProperties
Description copied from interface:CustomActionRegistrationPropsThe properties used for customizing the instance of your Action.Default: []
- Specified by:
getActionPropertiesin interfaceCustomActionRegistrationProps
-
getEntityUrl
Description copied from interface:CustomActionRegistrationPropsThe URL shown for the entire Action in the Pipeline UI.Default: none
- Specified by:
getEntityUrlin interfaceCustomActionRegistrationProps
-
getExecutionUrl
Description copied from interface:CustomActionRegistrationPropsThe URL shown for a particular execution of an Action in the Pipeline UI.Default: none
- Specified by:
getExecutionUrlin interfaceCustomActionRegistrationProps
-
getVersion
Description copied from interface:CustomActionRegistrationPropsThe version of your Action.Default: '1'
- Specified by:
getVersionin interfaceCustomActionRegistrationProps
-
$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()
-