Class ProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformationItem.Jsii$Proxy
- All Implemented Interfaces:
ProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformationItem,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformationItem
ProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformationItem-
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.CodeBuildBuildPhaseChange.AdditionalInformationItem
ProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformationItem.Builder, ProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformationItem.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformationItem.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) duration-in-seconds property.(experimental) end-time property.(experimental) phase-context property.(experimental) phase-status property.(experimental) phase-type property.(experimental) start-time 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.CodeBuildBuildPhaseChange.AdditionalInformationItem.Builder builder) Constructor that initializes the object based on literal property values passed by theProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformationItem.Builder.
-
-
Method Details
-
getDurationInSeconds
Description copied from interface:ProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformationItem(experimental) duration-in-seconds property.Specify an array of string values to match this event if the actual value of duration-in-seconds 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:
getDurationInSecondsin interfaceProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformationItem
-
getEndTime
Description copied from interface:ProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformationItem(experimental) end-time property.Specify an array of string values to match this event if the actual value of end-time 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:
getEndTimein interfaceProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformationItem
-
getPhaseContext
Description copied from interface:ProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformationItem(experimental) phase-context property.Specify an array of string values to match this event if the actual value of 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:
getPhaseContextin interfaceProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformationItem
-
getPhaseStatus
Description copied from interface:ProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformationItem(experimental) phase-status property.Specify an array of string values to match this event if the actual value of phase-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:
getPhaseStatusin interfaceProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformationItem
-
getPhaseType
Description copied from interface:ProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformationItem(experimental) phase-type property.Specify an array of string values to match this event if the actual value of phase-type 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:
getPhaseTypein interfaceProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformationItem
-
getStartTime
Description copied from interface:ProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformationItem(experimental) start-time property.Specify an array of string values to match this event if the actual value of start-time 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:
getStartTimein interfaceProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformationItem
-
$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()
-