public class MarkerRecordedEventAttributes extends Object implements Serializable, Cloneable
Provides details of the MarkerRecorded
event.
Constructor and Description |
---|
MarkerRecordedEventAttributes() |
Modifier and Type | Method and Description |
---|---|
MarkerRecordedEventAttributes |
clone() |
boolean |
equals(Object obj) |
Long |
getDecisionTaskCompletedEventId()
The ID of the
DecisionTaskCompleted event corresponding
to the decision task that resulted in the RecordMarker
decision that requested this marker. |
String |
getDetails()
Details of the marker (if any).
|
String |
getMarkerName()
The name of the marker.
|
int |
hashCode() |
void |
setDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding
to the decision task that resulted in the RecordMarker
decision that requested this marker. |
void |
setDetails(String details)
Details of the marker (if any).
|
void |
setMarkerName(String markerName)
The name of the marker.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
MarkerRecordedEventAttributes |
withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding
to the decision task that resulted in the RecordMarker
decision that requested this marker. |
MarkerRecordedEventAttributes |
withDetails(String details)
Details of the marker (if any).
|
MarkerRecordedEventAttributes |
withMarkerName(String markerName)
The name of the marker.
|
public String getMarkerName()
Constraints:
Length: 1 - 256
public void setMarkerName(String markerName)
Constraints:
Length: 1 - 256
markerName
- The name of the marker.public MarkerRecordedEventAttributes withMarkerName(String markerName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
markerName
- The name of the marker.public String getDetails()
Constraints:
Length: 0 - 32768
public void setDetails(String details)
Constraints:
Length: 0 - 32768
details
- Details of the marker (if any).public MarkerRecordedEventAttributes withDetails(String details)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 32768
details
- Details of the marker (if any).public Long getDecisionTaskCompletedEventId()
DecisionTaskCompleted
event corresponding
to the decision task that resulted in the RecordMarker
decision that requested this marker. This information can be useful
for diagnosing problems by tracing back the chain of events leading up
to this event.DecisionTaskCompleted
event corresponding
to the decision task that resulted in the RecordMarker
decision that requested this marker. This information can be useful
for diagnosing problems by tracing back the chain of events leading up
to this event.public void setDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
DecisionTaskCompleted
event corresponding
to the decision task that resulted in the RecordMarker
decision that requested this marker. This information can be useful
for diagnosing problems by tracing back the chain of events leading up
to this event.decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding
to the decision task that resulted in the RecordMarker
decision that requested this marker. This information can be useful
for diagnosing problems by tracing back the chain of events leading up
to this event.public MarkerRecordedEventAttributes withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
DecisionTaskCompleted
event corresponding
to the decision task that resulted in the RecordMarker
decision that requested this marker. This information can be useful
for diagnosing problems by tracing back the chain of events leading up
to this event.
Returns a reference to this object so that method calls can be chained together.
decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding
to the decision task that resulted in the RecordMarker
decision that requested this marker. 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 MarkerRecordedEventAttributes clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.