@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventFilter extends Object implements Serializable, Cloneable, StructuredPojo
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)
Marshalls this structured data using the given
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 Object
Object.toString()
public EventFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.