public class TestEventPatternResult extends Object implements Serializable, Cloneable
The result of the TestEventPattern operation.
Constructor and Description |
---|
TestEventPatternResult() |
Modifier and Type | Method and Description |
---|---|
TestEventPatternResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getResult()
Indicates whether the event matches the event pattern.
|
int |
hashCode() |
Boolean |
isResult()
Indicates whether the event matches the event pattern.
|
void |
setResult(Boolean result)
Indicates whether the event matches the event pattern.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TestEventPatternResult |
withResult(Boolean result)
Indicates whether the event matches the event pattern.
|
public void setResult(Boolean result)
Indicates whether the event matches the event pattern.
result
- Indicates whether the event matches the event pattern.public Boolean getResult()
Indicates whether the event matches the event pattern.
public TestEventPatternResult withResult(Boolean result)
Indicates whether the event matches the event pattern.
result
- Indicates whether the event matches the event pattern.public Boolean isResult()
Indicates whether the event matches the event pattern.
public String toString()
toString
in class Object
Object.toString()
public TestEventPatternResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.