Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.model
Class MarkerRecordedEventAttributes

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.model.MarkerRecordedEventAttributes
All Implemented Interfaces:
Serializable

public class MarkerRecordedEventAttributes
extends Object
implements Serializable

Provides details of the MarkerRecorded event.

See Also:
Serialized Form

Constructor Summary
MarkerRecordedEventAttributes()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MarkerRecordedEventAttributes

public MarkerRecordedEventAttributes()
Method Detail

getMarkerName

public String getMarkerName()
The name of the marker.

Constraints:
Length: 1 - 256

Returns:
The name of the marker.

setMarkerName

public void setMarkerName(String markerName)
The name of the marker.

Constraints:
Length: 1 - 256

Parameters:
markerName - The name of the marker.

withMarkerName

public MarkerRecordedEventAttributes withMarkerName(String markerName)
The name of the marker.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1 - 256

Parameters:
markerName - The name of the marker.
Returns:
A reference to this updated object so that method calls can be chained together.

getDetails

public String getDetails()
Details of the marker (if any).

Constraints:
Length: 0 - 32768

Returns:
Details of the marker (if any).

setDetails

public void setDetails(String details)
Details of the marker (if any).

Constraints:
Length: 0 - 32768

Parameters:
details - Details of the marker (if any).

withDetails

public MarkerRecordedEventAttributes withDetails(String details)
Details of the marker (if any).

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 0 - 32768

Parameters:
details - Details of the marker (if any).
Returns:
A reference to this updated object so that method calls can be chained together.

getDecisionTaskCompletedEventId

public Long getDecisionTaskCompletedEventId()
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 cause of events.

Returns:
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 cause of events.

setDecisionTaskCompletedEventId

public 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. This information can be useful for diagnosing problems by tracing back the cause of events.

Parameters:
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 cause of events.

withDecisionTaskCompletedEventId

public 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. This information can be useful for diagnosing problems by tracing back the cause of events.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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 cause of events.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.