Class AWSXRayInsightUpdate.RootCauseServiceId.Jsii$Proxy

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

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

  • Method Details

    • getAccountId

      public final List<String> getAccountId()
      Description copied from interface: AWSXRayInsightUpdate.RootCauseServiceId
      (experimental) AccountId property.

      Specify an array of string values to match this event if the actual value of AccountId 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:
      getAccountId in interface AWSXRayInsightUpdate.RootCauseServiceId
    • getName

      public final List<String> getName()
      Description copied from interface: AWSXRayInsightUpdate.RootCauseServiceId
      (experimental) Name property.

      Specify an array of string values to match this event if the actual value of Name 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:
      getName in interface AWSXRayInsightUpdate.RootCauseServiceId
    • getNames

      public final List<Object> getNames()
      Description copied from interface: AWSXRayInsightUpdate.RootCauseServiceId
      (experimental) Names property.

      Specify an array of string values to match this event if the actual value of Names 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:
      getNames in interface AWSXRayInsightUpdate.RootCauseServiceId
    • getType

      public final List<String> getType()
      Description copied from interface: AWSXRayInsightUpdate.RootCauseServiceId
      (experimental) Type property.

      Specify an array of string values to match this event if the actual value of Type 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:
      getType in interface AWSXRayInsightUpdate.RootCauseServiceId
    • $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