@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public TestEventPatternRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.