@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventStartCondition extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the settings for an event that causes a journey activity to start.
| Constructor and Description |
|---|
EventStartCondition() |
| Modifier and Type | Method and Description |
|---|---|
EventStartCondition |
clone() |
boolean |
equals(Object obj) |
EventFilter |
getEventFilter() |
String |
getSegmentId() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEventFilter(EventFilter eventFilter) |
void |
setSegmentId(String segmentId) |
String |
toString()
Returns a string representation of this object.
|
EventStartCondition |
withEventFilter(EventFilter eventFilter) |
EventStartCondition |
withSegmentId(String segmentId) |
public void setEventFilter(EventFilter eventFilter)
eventFilter - public EventFilter getEventFilter()
public EventStartCondition withEventFilter(EventFilter eventFilter)
eventFilter - public void setSegmentId(String segmentId)
segmentId - public String getSegmentId()
public EventStartCondition withSegmentId(String segmentId)
segmentId - public String toString()
toString in class ObjectObject.toString()public EventStartCondition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.