@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventCondition extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the conditions to evaluate for an event that applies to an activity in a journey.
Constructor and Description |
---|
EventCondition() |
Modifier and Type | Method and Description |
---|---|
EventCondition |
clone() |
boolean |
equals(Object obj) |
EventDimensions |
getDimensions()
The dimensions for the event filter to use for the activity.
|
String |
getMessageActivity()
The message identifier (message_id) for the message to use when determining whether message events meet the
condition.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDimensions(EventDimensions dimensions)
The dimensions for the event filter to use for the activity.
|
void |
setMessageActivity(String messageActivity)
The message identifier (message_id) for the message to use when determining whether message events meet the
condition.
|
String |
toString()
Returns a string representation of this object.
|
EventCondition |
withDimensions(EventDimensions dimensions)
The dimensions for the event filter to use for the activity.
|
EventCondition |
withMessageActivity(String messageActivity)
The message identifier (message_id) for the message to use when determining whether message events meet the
condition.
|
public void setDimensions(EventDimensions dimensions)
The dimensions for the event filter to use for the activity.
dimensions
- The dimensions for the event filter to use for the activity.public EventDimensions getDimensions()
The dimensions for the event filter to use for the activity.
public EventCondition withDimensions(EventDimensions dimensions)
The dimensions for the event filter to use for the activity.
dimensions
- The dimensions for the event filter to use for the activity.public void setMessageActivity(String messageActivity)
The message identifier (message_id) for the message to use when determining whether message events meet the condition.
messageActivity
- The message identifier (message_id) for the message to use when determining whether message events meet
the condition.public String getMessageActivity()
The message identifier (message_id) for the message to use when determining whether message events meet the condition.
public EventCondition withMessageActivity(String messageActivity)
The message identifier (message_id) for the message to use when determining whether message events meet the condition.
messageActivity
- The message identifier (message_id) for the message to use when determining whether message events meet
the condition.public String toString()
toString
in class Object
Object.toString()
public EventCondition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.