Class BatchJobStateChange.Container1.Jsii$Proxy

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

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

    • getContainerInstanceArn

      public final List<String> getContainerInstanceArn()
      Description copied from interface: BatchJobStateChange.Container1
      (experimental) containerInstanceArn property.

      Specify an array of string values to match this event if the actual value of containerInstanceArn 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:
      getContainerInstanceArn in interface BatchJobStateChange.Container1
    • getExitCode

      public final List<String> getExitCode()
      Description copied from interface: BatchJobStateChange.Container1
      (experimental) exitCode property.

      Specify an array of string values to match this event if the actual value of exitCode 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:
      getExitCode in interface BatchJobStateChange.Container1
    • getLogStreamName

      public final List<String> getLogStreamName()
      Description copied from interface: BatchJobStateChange.Container1
      (experimental) logStreamName property.

      Specify an array of string values to match this event if the actual value of logStreamName 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:
      getLogStreamName in interface BatchJobStateChange.Container1
    • getNetworkInterfaces

      public final List<Object> getNetworkInterfaces()
      Description copied from interface: BatchJobStateChange.Container1
      (experimental) networkInterfaces property.

      Specify an array of string values to match this event if the actual value of networkInterfaces 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:
      getNetworkInterfaces in interface BatchJobStateChange.Container1
    • getTaskArn

      public final List<String> getTaskArn()
      Description copied from interface: BatchJobStateChange.Container1
      (experimental) taskArn property.

      Specify an array of string values to match this event if the actual value of taskArn 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:
      getTaskArn in interface BatchJobStateChange.Container1
    • $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