Class CfnWebhookProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.amplify.CfnWebhookProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWebhookProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWebhookProps
@Stability(Stable)
@Internal
public static final class CfnWebhookProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWebhookProps
An implementation for
CfnWebhookProps-
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.amplify.CfnWebhookProps
CfnWebhookProps.Builder, CfnWebhookProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnWebhookProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWebhookProps.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 StringgetAppId()The unique ID for an Amplify app.final StringThe name for a branch that is part of an Amplify app.final StringThe description for a webhook.getTags()Tags for the webhook.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 theCfnWebhookProps.Builder.
-
-
Method Details
-
getBranchName
Description copied from interface:CfnWebhookPropsThe name for a branch that is part of an Amplify app.- Specified by:
getBranchNamein interfaceCfnWebhookProps- See Also:
-
getAppId
Description copied from interface:CfnWebhookPropsThe unique ID for an Amplify app.- Specified by:
getAppIdin interfaceCfnWebhookProps- See Also:
-
getDescription
Description copied from interface:CfnWebhookPropsThe description for a webhook.- Specified by:
getDescriptionin interfaceCfnWebhookProps- See Also:
-
getTags
Description copied from interface:CfnWebhookPropsTags for the webhook.- Specified by:
getTagsin interfaceCfnWebhookProps- 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()
-