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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codecommit.RepositoryTriggerOptions
RepositoryTriggerOptions.Builder, RepositoryTriggerOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theRepositoryTriggerOptions.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
The names of the branches in the AWS CodeCommit repository that contain events that you want to include in the trigger.final String
When 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 String
getName()
A name for the trigger.Triggers on a repository must have unique names.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 theRepositoryTriggerOptions.Builder
.
-
-
Method Details
-
getBranches
Description copied from interface:RepositoryTriggerOptions
The 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:
getBranches
in interfaceRepositoryTriggerOptions
-
getCustomData
Description copied from interface:RepositoryTriggerOptions
When an event is triggered, additional information that AWS CodeCommit includes when it sends information to the target.- Specified by:
getCustomData
in interfaceRepositoryTriggerOptions
-
getEvents
Description copied from interface:RepositoryTriggerOptions
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.- Specified by:
getEvents
in interfaceRepositoryTriggerOptions
-
getName
Description copied from interface:RepositoryTriggerOptions
A name for the trigger.Triggers on a repository must have unique names.- Specified by:
getName
in interfaceRepositoryTriggerOptions
-
$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()
-