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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.CustomActionPropertyCustomActionProperty.Builder, CustomActionProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$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 SummaryModifier 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.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCustomActionProperty.Builder.
 
- 
- 
Method Details- 
getNameDescription copied from interface:CustomActionPropertyThe name of the property.You use this name in the configurationattribute when defining your custom Action class.- Specified by:
- getNamein interface- CustomActionProperty
 
- 
getRequiredDescription copied from interface:CustomActionPropertyWhether this property is required.- Specified by:
- getRequiredin interface- CustomActionProperty
 
- 
getDescriptionDescription copied from interface:CustomActionPropertyThe description of the property.Default: the description will be empty - Specified by:
- getDescriptionin interface- CustomActionProperty
 
- 
getKeyDescription copied from interface:CustomActionPropertyWhether this property is a key.Default: false - Specified by:
- getKeyin interface- CustomActionProperty
- See Also:
 
- 
getQueryableDescription copied from interface:CustomActionPropertyWhether this property is queryable.Note that only a single property of a custom Action can be queryable. Default: false - Specified by:
- getQueryablein interface- CustomActionProperty
- See Also:
 
- 
getSecretDescription copied from interface:CustomActionPropertyWhether this property is secret, like a password, or access key.Default: false - Specified by:
- getSecretin interface- CustomActionProperty
 
- 
getTypeDescription copied from interface:CustomActionPropertyThe type of the property, like 'String', 'Number', or 'Boolean'.Default: 'String' - Specified by:
- getTypein interface- CustomActionProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-