Class AWSAPICallViaCloudTrail.ResponseElements.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class AWSAPICallViaCloudTrail.ResponseElements.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AWSAPICallViaCloudTrail.ResponseElements
  • Constructor Details

  • Method Details

    • getEndpointConfigArn

      public final List<String> getEndpointConfigArn()
      Description copied from interface: AWSAPICallViaCloudTrail.ResponseElements
      (experimental) endpointConfigArn property.

      Specify an array of string values to match this event if the actual value of endpointConfigArn 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:
      getEndpointConfigArn in interface AWSAPICallViaCloudTrail.ResponseElements
    • getModelArn

      public final List<String> getModelArn()
      Description copied from interface: AWSAPICallViaCloudTrail.ResponseElements
      (experimental) modelArn property.

      Specify an array of string values to match this event if the actual value of modelArn 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:
      getModelArn in interface AWSAPICallViaCloudTrail.ResponseElements
    • getTrainingJobArn

      public final List<String> getTrainingJobArn()
      Description copied from interface: AWSAPICallViaCloudTrail.ResponseElements
      (experimental) trainingJobArn property.

      Specify an array of string values to match this event if the actual value of trainingJobArn 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:
      getTrainingJobArn in interface AWSAPICallViaCloudTrail.ResponseElements
    • getTransformJobArn

      public final List<String> getTransformJobArn()
      Description copied from interface: AWSAPICallViaCloudTrail.ResponseElements
      (experimental) transformJobArn property.

      Specify an array of string values to match this event if the actual value of transformJobArn 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:
      getTransformJobArn in interface AWSAPICallViaCloudTrail.ResponseElements
    • $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