|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.simpleworkflow.model.RequestCancelActivityTaskDecisionAttributes
public class RequestCancelActivityTaskDecisionAttributes
Provides details of the RequestCancelActivityTask
decision.
Constructor Summary | |
---|---|
RequestCancelActivityTaskDecisionAttributes()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getActivityId()
The activityId of the activity task to be canceled. |
int |
hashCode()
|
void |
setActivityId(String activityId)
The activityId of the activity task to be canceled. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
RequestCancelActivityTaskDecisionAttributes |
withActivityId(String activityId)
The activityId of the activity task to be canceled. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RequestCancelActivityTaskDecisionAttributes()
Method Detail |
---|
public String getActivityId()
activityId
of the activity task to be canceled.
Constraints:
Length: 1 - 256
activityId
of the activity task to be canceled.public void setActivityId(String activityId)
activityId
of the activity task to be canceled.
Constraints:
Length: 1 - 256
activityId
- The activityId
of the activity task to be canceled.public RequestCancelActivityTaskDecisionAttributes withActivityId(String activityId)
activityId
of the activity task to be canceled.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
activityId
- The activityId
of the activity task to be canceled.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |