@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActivityStartedEventDetails extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ActivityStartedEventDetails() |
Modifier and Type | Method and Description |
---|---|
ActivityStartedEventDetails |
clone() |
boolean |
equals(Object obj) |
String |
getWorkerName()
The name of the worker that the task was assigned to.
|
int |
hashCode() |
void |
setWorkerName(String workerName)
The name of the worker that the task was assigned to.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ActivityStartedEventDetails |
withWorkerName(String workerName)
The name of the worker that the task was assigned to.
|
public void setWorkerName(String workerName)
The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.
workerName
- The name of the worker that the task was assigned to. These names are provided by the workers when calling
GetActivityTask.public String getWorkerName()
The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.
public ActivityStartedEventDetails withWorkerName(String workerName)
The name of the worker that the task was assigned to. These names are provided by the workers when calling GetActivityTask.
workerName
- The name of the worker that the task was assigned to. These names are provided by the workers when calling
GetActivityTask.public String toString()
toString
in class Object
Object.toString()
public ActivityStartedEventDetails clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.