Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.model
Class RecordMarkerDecisionAttributes

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.model.RecordMarkerDecisionAttributes

public class RecordMarkerDecisionAttributes
extends java.lang.Object

Provides details of the RecordMarker decision.


Constructor Summary
RecordMarkerDecisionAttributes()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDetails()
          Optional details of the marker.
 java.lang.String getMarkerName()
          The name of the marker.
 int hashCode()
           
 void setDetails(java.lang.String details)
          Optional details of the marker.
 void setMarkerName(java.lang.String markerName)
          The name of the marker.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 RecordMarkerDecisionAttributes withDetails(java.lang.String details)
          Optional details of the marker.
 RecordMarkerDecisionAttributes withMarkerName(java.lang.String markerName)
          The name of the marker.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecordMarkerDecisionAttributes

public RecordMarkerDecisionAttributes()
Method Detail

getMarkerName

public java.lang.String getMarkerName()
The name of the marker. This filed is required.

Constraints:
Length: 1 - 256

Returns:
The name of the marker. This filed is required.

setMarkerName

public void setMarkerName(java.lang.String markerName)
The name of the marker. This filed is required.

Constraints:
Length: 1 - 256

Parameters:
markerName - The name of the marker. This filed is required.

withMarkerName

public RecordMarkerDecisionAttributes withMarkerName(java.lang.String markerName)
The name of the marker. This filed is required.

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. This filed is required.
Returns:
A reference to this updated object so that method calls can be chained together.

getDetails

public java.lang.String getDetails()
Optional details of the marker.

Constraints:
Length: 0 - 32768

Returns:
Optional details of the marker.

setDetails

public void setDetails(java.lang.String details)
Optional details of the marker.

Constraints:
Length: 0 - 32768

Parameters:
details - Optional details of the marker.

withDetails

public RecordMarkerDecisionAttributes withDetails(java.lang.String details)
Optional details of the marker.

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

Constraints:
Length: 0 - 32768

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

toString

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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