@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestEventPatternResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
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.
|
TestEventPatternResult |
withResult(Boolean result)
Indicates whether the event matches the event pattern.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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()