Class AWSXRayInsightUpdate.Event.Jsii$Proxy
- All Implemented Interfaces:
AWSXRayInsightUpdate.Event,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AWSXRayInsightUpdate.Event
AWSXRayInsightUpdate.Event-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.xray.events.AWSXRayInsightUpdate.Event
AWSXRayInsightUpdate.Event.Builder, AWSXRayInsightUpdate.Event.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAWSXRayInsightUpdate.Event.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal boolean(experimental) ClientRequestImpactStatistics property.(experimental) EventTime property.(experimental) RootCauseServiceRequestImpactStatistics property.(experimental) Summary property.(experimental) TopAnomalousServices property.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theAWSXRayInsightUpdate.Event.Builder.
-
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getClientRequestImpactStatisticsin interfaceAWSXRayInsightUpdate.Event
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getEventTimein interfaceAWSXRayInsightUpdate.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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getRootCauseServiceRequestImpactStatisticsin interfaceAWSXRayInsightUpdate.Event
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getSummaryin interfaceAWSXRayInsightUpdate.Event
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getTopAnomalousServicesin interfaceAWSXRayInsightUpdate.Event
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-