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 DetailTypeThe level of detail to include in the notifications for this resource.final BooleanThe status of the notification rule.final List<ProjectNotificationEvents>A list of event types associated with this notification rule for CodeBuild Project.final StringThe name for the notification rule.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 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
Description copied from interface:NotificationRuleOptionsThe level of detail to include in the notifications for this resource.BASIC will include only the contents of the event as it would appear in AWS CloudWatch. FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created.
Default: DetailType.FULL
- Specified by:
getDetailTypein interfaceNotificationRuleOptions
-
getEnabled
Description copied from interface:NotificationRuleOptionsThe status of the notification rule.If the enabled is set to DISABLED, notifications aren't sent for the notification rule.
Default: true
- Specified by:
getEnabledin interfaceNotificationRuleOptions
-
getNotificationRuleName
Description copied from interface:NotificationRuleOptionsThe name for the notification rule.Notification rule names must be unique in your AWS account.
Default: - generated from the `id`
- 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()
-