Class CustomActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.CustomActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CustomActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CustomActionProperty
@Stability(Stable)
@Internal
public static final class CustomActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CustomActionProperty
An implementation for
CustomActionProperty-
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.CustomActionProperty
CustomActionProperty.Builder, CustomActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CustomActionProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCustomActionProperty.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 description of the property.final BooleangetKey()Whether this property is a key.final StringgetName()The name of the property.final BooleanWhether this property is queryable.final BooleanWhether this property is required.final BooleanWhether this property is secret, like a password, or access key.final StringgetType()The type of the property, like 'String', 'Number', or 'Boolean'.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 theCustomActionProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CustomActionPropertyThe name of the property.You use this name in the
configurationattribute when defining your custom Action class.- Specified by:
getNamein interfaceCustomActionProperty
-
getRequired
Description copied from interface:CustomActionPropertyWhether this property is required.- Specified by:
getRequiredin interfaceCustomActionProperty
-
getDescription
Description copied from interface:CustomActionPropertyThe description of the property.Default: the description will be empty
- Specified by:
getDescriptionin interfaceCustomActionProperty
-
getKey
Description copied from interface:CustomActionPropertyWhether this property is a key.Default: false
-
getQueryable
Description copied from interface:CustomActionPropertyWhether this property is queryable.Note that only a single property of a custom Action can be queryable.
Default: false
-
getSecret
Description copied from interface:CustomActionPropertyWhether this property is secret, like a password, or access key.Default: false
- Specified by:
getSecretin interfaceCustomActionProperty
-
getType
Description copied from interface:CustomActionPropertyThe type of the property, like 'String', 'Number', or 'Boolean'.Default: 'String'
- Specified by:
getTypein interfaceCustomActionProperty
-
$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()
-