Class AWSAPICallViaCloudTrail.BuildPhase.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.codebuild.events.AWSAPICallViaCloudTrail.BuildPhase.Jsii$Proxy
All Implemented Interfaces:
AWSAPICallViaCloudTrail.BuildPhase, software.amazon.jsii.JsiiSerializable
Enclosing interface:
AWSAPICallViaCloudTrail.BuildPhase

@Stability(Experimental) @Internal public static final class AWSAPICallViaCloudTrail.BuildPhase.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AWSAPICallViaCloudTrail.BuildPhase
  • 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(AWSAPICallViaCloudTrail.BuildPhase.Builder builder)
      Constructor that initializes the object based on literal property values passed by the AWSAPICallViaCloudTrail.BuildPhase.Builder.
  • Method Details

    • getDurationInSeconds

      public final List<String> getDurationInSeconds()
      Description copied from interface: AWSAPICallViaCloudTrail.BuildPhase
      (experimental) durationInSeconds property.

      Specify an array of string values to match this event if the actual value of durationInSeconds is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

      Specified by:
      getDurationInSeconds in interface AWSAPICallViaCloudTrail.BuildPhase
    • getEndTime

      public final List<String> getEndTime()
      Description copied from interface: AWSAPICallViaCloudTrail.BuildPhase
      (experimental) endTime property.

      Specify an array of string values to match this event if the actual value of endTime is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

      Specified by:
      getEndTime in interface AWSAPICallViaCloudTrail.BuildPhase
    • getPhaseContext

      public final List<String> getPhaseContext()
      Description copied from interface: AWSAPICallViaCloudTrail.BuildPhase
      (experimental) phaseContext property.

      Specify an array of string values to match this event if the actual value of phaseContext is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

      Specified by:
      getPhaseContext in interface AWSAPICallViaCloudTrail.BuildPhase
    • getPhaseStatus

      public final List<String> getPhaseStatus()
      Description copied from interface: AWSAPICallViaCloudTrail.BuildPhase
      (experimental) phaseStatus property.

      Specify an array of string values to match this event if the actual value of phaseStatus is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

      Specified by:
      getPhaseStatus in interface AWSAPICallViaCloudTrail.BuildPhase
    • getPhaseType

      public final List<String> getPhaseType()
      Description copied from interface: AWSAPICallViaCloudTrail.BuildPhase
      (experimental) phaseType property.

      Specify an array of string values to match this event if the actual value of phaseType is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

      Specified by:
      getPhaseType in interface AWSAPICallViaCloudTrail.BuildPhase
    • getStartTime

      public final List<String> getStartTime()
      Description copied from interface: AWSAPICallViaCloudTrail.BuildPhase
      (experimental) startTime property.

      Specify an array of string values to match this event if the actual value of startTime is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

      Specified by:
      getStartTime in interface AWSAPICallViaCloudTrail.BuildPhase
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object