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()
boolean
Indicates whether the event matches the event pattern.int
hashCode()
isResult()
Indicates whether the event matches the event pattern.void
Indicates 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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-