@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) |
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 Object
Object.toString()
public EventStartCondition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.