@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 was assigned to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.