@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; useful for testing and debugging.
|
TestEventPatternResult |
withResult(Boolean result)
Indicates whether the event matches the event pattern.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public TestEventPatternResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.