Class AWSXRayInsightUpdate.Event.Jsii$Proxy

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

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

    • getClientRequestImpactStatistics

      public final AWSXRayInsightUpdate.ClientRequestImpactStatistics getClientRequestImpactStatistics()
      Description copied from interface: AWSXRayInsightUpdate.Event
      (experimental) ClientRequestImpactStatistics property.

      Specify an array of string values to match this event if the actual value of ClientRequestImpactStatistics 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:
      getClientRequestImpactStatistics in interface AWSXRayInsightUpdate.Event
    • getEventTime

      public final List<String> getEventTime()
      Description copied from interface: AWSXRayInsightUpdate.Event
      (experimental) EventTime property.

      Specify an array of string values to match this event if the actual value of EventTime 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:
      getEventTime in interface AWSXRayInsightUpdate.Event
    • getRootCauseServiceRequestImpactStatistics

      public final AWSXRayInsightUpdate.ClientRequestImpactStatistics getRootCauseServiceRequestImpactStatistics()
      Description copied from interface: AWSXRayInsightUpdate.Event
      (experimental) RootCauseServiceRequestImpactStatistics property.

      Specify an array of string values to match this event if the actual value of RootCauseServiceRequestImpactStatistics 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:
      getRootCauseServiceRequestImpactStatistics in interface AWSXRayInsightUpdate.Event
    • getSummary

      public final List<String> getSummary()
      Description copied from interface: AWSXRayInsightUpdate.Event
      (experimental) Summary property.

      Specify an array of string values to match this event if the actual value of Summary 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:
      getSummary in interface AWSXRayInsightUpdate.Event
    • getTopAnomalousServices

      public final List<AWSXRayInsightUpdate.AwsxRayInsightUpdateItem> getTopAnomalousServices()
      Description copied from interface: AWSXRayInsightUpdate.Event
      (experimental) TopAnomalousServices property.

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