Class TestEventPatternResult
java.lang.Object
com.amazonaws.services.cloudwatchevents.model.TestEventPatternResult
- All Implemented Interfaces:
Serializable, Cloneable
The result of the TestEventPattern operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanIndicates whether the event matches the event pattern.inthashCode()isResult()Indicates whether the event matches the event pattern.voidIndicates whether the event matches the event pattern.toString()Returns a string representation of this object; useful for testing and debugging.withResult(Boolean result) Indicates whether the event matches the event pattern.
-
Constructor Details
-
TestEventPatternResult
public TestEventPatternResult()
-
-
Method Details
-
setResult
Indicates whether the event matches the event pattern.
- Parameters:
result- Indicates whether the event matches the event pattern.
-
getResult
Indicates whether the event matches the event pattern.
- Returns:
- Indicates whether the event matches the event pattern.
-
withResult
Indicates whether the event matches the event pattern.
- Parameters:
result- Indicates whether the event matches the event pattern.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isResult
Indicates whether the event matches the event pattern.
- Returns:
- Indicates whether the event matches the event pattern.
-
toString
-
equals
-
hashCode
-
clone
-