Class RepositoryTriggerOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codecommit.RepositoryTriggerOptions.Jsii$Proxy
- All Implemented Interfaces:
RepositoryTriggerOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- RepositoryTriggerOptions
@Stability(Stable)
@Internal
public static final class RepositoryTriggerOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements RepositoryTriggerOptions
An implementation for
RepositoryTriggerOptions-
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.codecommit.RepositoryTriggerOptions
RepositoryTriggerOptions.Builder, RepositoryTriggerOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theRepositoryTriggerOptions.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 booleanThe names of the branches in the AWS CodeCommit repository that contain events that you want to include in the trigger.final StringWhen an event is triggered, additional information that AWS CodeCommit includes when it sends information to the target.final List<RepositoryEventTrigger>The repository events for which AWS CodeCommit sends information to the target, which you specified in the DestinationArn property.If you don't specify events, the trigger runs for all repository events.final StringgetName()A name for the trigger.Triggers on a repository must have unique names.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 theRepositoryTriggerOptions.Builder.
-
-
Method Details
-
getBranches
Description copied from interface:RepositoryTriggerOptionsThe names of the branches in the AWS CodeCommit repository that contain events that you want to include in the trigger.If you don't specify at least one branch, the trigger applies to all branches.
- Specified by:
getBranchesin interfaceRepositoryTriggerOptions
-
getCustomData
Description copied from interface:RepositoryTriggerOptionsWhen an event is triggered, additional information that AWS CodeCommit includes when it sends information to the target.- Specified by:
getCustomDatain interfaceRepositoryTriggerOptions
-
getEvents
Description copied from interface:RepositoryTriggerOptionsThe repository events for which AWS CodeCommit sends information to the target, which you specified in the DestinationArn property.If you don't specify events, the trigger runs for all repository events.- Specified by:
getEventsin interfaceRepositoryTriggerOptions
-
getName
Description copied from interface:RepositoryTriggerOptionsA name for the trigger.Triggers on a repository must have unique names.- Specified by:
getNamein interfaceRepositoryTriggerOptions
-
$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()
-