public class TestEventPatternRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the TestEventPattern operation.
NOOP| Constructor and Description |
|---|
TestEventPatternRequest() |
| Modifier and Type | Method and Description |
|---|---|
TestEventPatternRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getEvent()
The event in the JSON format to test against the event pattern.
|
String |
getEventPattern()
The event pattern you want to test.
|
int |
hashCode() |
void |
setEvent(String event)
The event in the JSON format to test against the event pattern.
|
void |
setEventPattern(String eventPattern)
The event pattern you want to test.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TestEventPatternRequest |
withEvent(String event)
The event in the JSON format to test against the event pattern.
|
TestEventPatternRequest |
withEventPattern(String eventPattern)
The event pattern you want to test.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setEventPattern(String eventPattern)
The event pattern you want to test.
eventPattern - The event pattern you want to test.public String getEventPattern()
The event pattern you want to test.
public TestEventPatternRequest withEventPattern(String eventPattern)
The event pattern you want to test.
eventPattern - The event pattern you want to test.public void setEvent(String event)
The event in the JSON format to test against the event pattern.
event - The event in the JSON format to test against the event pattern.public String getEvent()
The event in the JSON format to test against the event pattern.
public TestEventPatternRequest withEvent(String event)
The event in the JSON format to test against the event pattern.
event - The event in the JSON format to test against the event pattern.public String toString()
toString in class ObjectObject.toString()public TestEventPatternRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.