Class ProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps.Jsii$Proxy
- All Implemented Interfaces:
ProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps
ProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps-
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.mixins.preview.services.codebuild.events.ProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps
ProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps.Builder, ProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps.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 boolean(experimental) additional-information property.(experimental) build-id property.(experimental) build-status property.(experimental) current-phase property.(experimental) current-phase-context property.final AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) project-name property.(experimental) version property.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
protected Jsii$Proxy(ProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps.Builder.
-
-
Method Details
-
getAdditionalInformation
public final ProjectEvents.CodeBuildBuildStateChange.AdditionalInformation getAdditionalInformation()Description copied from interface:ProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps(experimental) additional-information property.Specify an array of string values to match this event if the actual value of additional-information is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getAdditionalInformationin interfaceProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps
-
getBuildId
Description copied from interface:ProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps(experimental) build-id property.Specify an array of string values to match this event if the actual value of build-id is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getBuildIdin interfaceProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps
-
getBuildStatus
Description copied from interface:ProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps(experimental) build-status property.Specify an array of string values to match this event if the actual value of build-status is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getBuildStatusin interfaceProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps
-
getCurrentPhase
Description copied from interface:ProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps(experimental) current-phase property.Specify an array of string values to match this event if the actual value of current-phase is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getCurrentPhasein interfaceProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps
-
getCurrentPhaseContext
Description copied from interface:ProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps(experimental) current-phase-context property.Specify an array of string values to match this event if the actual value of current-phase-context is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getCurrentPhaseContextin interfaceProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps
-
getEventMetadata
Description copied from interface:ProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps(experimental) EventBridge event metadata.Default: - -
- Specified by:
getEventMetadatain interfaceProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps
-
getProjectName
Description copied from interface:ProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps(experimental) project-name property.Specify an array of string values to match this event if the actual value of project-name is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Filter with the Project reference
- Specified by:
getProjectNamein interfaceProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps
-
getVersion
Description copied from interface:ProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps(experimental) version property.Specify an array of string values to match this event if the actual value of version is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getVersionin interfaceProjectEvents.CodeBuildBuildStateChange.CodeBuildBuildStateChangeProps
-
$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()
-