@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventFilter extends Object implements Serializable, Cloneable, StructuredPojo
The Amazon AppIntegrations APIs are in preview release and are subject to change.
The event filter.
| Constructor and Description |
|---|
EventFilter() |
| Modifier and Type | Method and Description |
|---|---|
EventFilter |
clone() |
boolean |
equals(Object obj) |
String |
getSource()
The source of the events.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSource(String source)
The source of the events.
|
String |
toString()
Returns a string representation of this object.
|
EventFilter |
withSource(String source)
The source of the events.
|
public void setSource(String source)
The source of the events.
source - The source of the events.public String getSource()
The source of the events.
public EventFilter withSource(String source)
The source of the events.
source - The source of the events.public String toString()
toString in class ObjectObject.toString()public EventFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.