Class ProjectNotifyOnOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codebuild.ProjectNotifyOnOptions.Jsii$Proxy
- All Implemented Interfaces:
ProjectNotifyOnOptions,NotificationRuleOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ProjectNotifyOnOptions
@Stability(Stable)
@Internal
public static final class ProjectNotifyOnOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ProjectNotifyOnOptions
An implementation for
ProjectNotifyOnOptions-
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.codebuild.ProjectNotifyOnOptions
ProjectNotifyOnOptions.Builder, ProjectNotifyOnOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ProjectNotifyOnOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theProjectNotifyOnOptions.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 DetailTypefinal Booleanfinal List<ProjectNotificationEvents>A list of event types associated with this notification rule for CodeBuild Project.final Stringfinal 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 theProjectNotifyOnOptions.Builder.
-
-
Method Details
-
getEvents
Description copied from interface:ProjectNotifyOnOptionsA list of event types associated with this notification rule for CodeBuild Project.For a complete list of event types and IDs, see Notification concepts in the Developer Tools Console User Guide.
- Specified by:
getEventsin interfaceProjectNotifyOnOptions- See Also:
-
getDetailType
- Specified by:
getDetailTypein interfaceNotificationRuleOptions
-
getEnabled
- Specified by:
getEnabledin interfaceNotificationRuleOptions
-
getNotificationRuleName
- Specified by:
getNotificationRuleNamein interfaceNotificationRuleOptions
-
$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()
-