@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActivityStartedEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about the start of an activity during an execution.
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 is assigned to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setWorkerName(String workerName)
The name of the worker that the task is assigned to.
|
String |
toString()
Returns a string representation of this object.
|
ActivityStartedEventDetails |
withWorkerName(String workerName)
The name of the worker that the task is assigned to.
|
public void setWorkerName(String workerName)
The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.
workerName
- The name of the worker that the task is assigned to. These names are provided by the workers when calling
GetActivityTask.public String getWorkerName()
The name of the worker that the task is 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 is assigned to. These names are provided by the workers when calling GetActivityTask.
workerName
- The name of the worker that the task is assigned to. These names are provided by the workers when calling
GetActivityTask.public String toString()
toString
in class Object
Object.toString()
public ActivityStartedEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.