Condition
A conditional statement with which to compare a value, after a timestamp, before a timestamp, or equal to a string or integer. If multiple conditions are specified, the conditionals become an AND
ed statement. If multiple values are specified for a conditional, the values are OR
d.
Inheritors
Types
Functions
Casts this Condition as a After and retrieves its aws.smithy.kotlin.runtime.time.Instant value. Returns null if the Condition is not a After.
Casts this Condition as a Before and retrieves its aws.smithy.kotlin.runtime.time.Instant value. Returns null if the Condition is not a Before.
Casts this Condition as a Equals and retrieves its aws.sdk.kotlin.services.ssmincidents.model.AttributeValueList value. Throws an exception if the Condition is not a Equals.
Casts this Condition as a Equals and retrieves its aws.sdk.kotlin.services.ssmincidents.model.AttributeValueList value. Returns null if the Condition is not a Equals.