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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.CustomActionProperty
CustomActionProperty.Builder, CustomActionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CustomActionProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCustomActionProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The description of the property.final Boolean
getKey()
Whether this property is a key.final String
getName()
The name of the property.final Boolean
Whether this property is queryable.final Boolean
Whether this property is required.final Boolean
Whether this property is secret, like a password, or access key.final String
getType()
The type of the property, like 'String', 'Number', or 'Boolean'.final int
hashCode()
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:CustomActionProperty
The name of the property.You use this name in the
configuration
attribute when defining your custom Action class.- Specified by:
getName
in interfaceCustomActionProperty
-
getRequired
Description copied from interface:CustomActionProperty
Whether this property is required.- Specified by:
getRequired
in interfaceCustomActionProperty
-
getDescription
Description copied from interface:CustomActionProperty
The description of the property.Default: the description will be empty
- Specified by:
getDescription
in interfaceCustomActionProperty
-
getKey
Description copied from interface:CustomActionProperty
Whether this property is a key.Default: false
- Specified by:
getKey
in interfaceCustomActionProperty
- See Also:
-
getQueryable
Description copied from interface:CustomActionProperty
Whether this property is queryable.Note that only a single property of a custom Action can be queryable.
Default: false
- Specified by:
getQueryable
in interfaceCustomActionProperty
- See Also:
-
getSecret
Description copied from interface:CustomActionProperty
Whether this property is secret, like a password, or access key.Default: false
- Specified by:
getSecret
in interfaceCustomActionProperty
-
getType
Description copied from interface:CustomActionProperty
The type of the property, like 'String', 'Number', or 'Boolean'.Default: 'String'
- Specified by:
getType
in interfaceCustomActionProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-