@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DecisionTaskStartedEventAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Provides the details of the DecisionTaskStarted
event.
Constructor and Description |
---|
DecisionTaskStartedEventAttributes() |
Modifier and Type | Method and Description |
---|---|
DecisionTaskStartedEventAttributes |
clone() |
boolean |
equals(Object obj) |
String |
getIdentity()
Identity of the decider making the request.
|
Long |
getScheduledEventId()
The ID of the
DecisionTaskScheduled event that was recorded when this decision task was scheduled. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIdentity(String identity)
Identity of the decider making the request.
|
void |
setScheduledEventId(Long scheduledEventId)
The ID of the
DecisionTaskScheduled event that was recorded when this decision task was scheduled. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DecisionTaskStartedEventAttributes |
withIdentity(String identity)
Identity of the decider making the request.
|
DecisionTaskStartedEventAttributes |
withScheduledEventId(Long scheduledEventId)
The ID of the
DecisionTaskScheduled event that was recorded when this decision task was scheduled. |
public void setIdentity(String identity)
Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.
identity
- Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form
of this identity is user defined.public String getIdentity()
Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.
public DecisionTaskStartedEventAttributes withIdentity(String identity)
Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.
identity
- Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form
of this identity is user defined.public void setScheduledEventId(Long scheduledEventId)
The ID of the DecisionTaskScheduled
event that was recorded when this decision task was scheduled.
This information can be useful for diagnosing problems by tracing back the chain of events leading up to this
event.
scheduledEventId
- The ID of the DecisionTaskScheduled
event that was recorded when this decision task was
scheduled. This information can be useful for diagnosing problems by tracing back the chain of events
leading up to this event.public Long getScheduledEventId()
The ID of the DecisionTaskScheduled
event that was recorded when this decision task was scheduled.
This information can be useful for diagnosing problems by tracing back the chain of events leading up to this
event.
DecisionTaskScheduled
event that was recorded when this decision task was
scheduled. This information can be useful for diagnosing problems by tracing back the chain of events
leading up to this event.public DecisionTaskStartedEventAttributes withScheduledEventId(Long scheduledEventId)
The ID of the DecisionTaskScheduled
event that was recorded when this decision task was scheduled.
This information can be useful for diagnosing problems by tracing back the chain of events leading up to this
event.
scheduledEventId
- The ID of the DecisionTaskScheduled
event that was recorded when this decision task was
scheduled. This information can be useful for diagnosing problems by tracing back the chain of events
leading up to this event.public String toString()
toString
in class Object
Object.toString()
public DecisionTaskStartedEventAttributes 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.