@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TaskStartedEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about the start of a task during an execution.
| Constructor and Description | 
|---|
TaskStartedEventDetails()  | 
| Modifier and Type | Method and Description | 
|---|---|
TaskStartedEventDetails | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getResource()
 The action of the resource called by a task state. 
 | 
String | 
getResourceType()
 The service name of the resource in a task state. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)  | 
void | 
setResource(String resource)
 The action of the resource called by a task state. 
 | 
void | 
setResourceType(String resourceType)
 The service name of the resource in a task state. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
TaskStartedEventDetails | 
withResource(String resource)
 The action of the resource called by a task state. 
 | 
TaskStartedEventDetails | 
withResourceType(String resourceType)
 The service name of the resource in a task state. 
 | 
public void setResourceType(String resourceType)
The service name of the resource in a task state.
resourceType - The service name of the resource in a task state.public String getResourceType()
The service name of the resource in a task state.
public TaskStartedEventDetails withResourceType(String resourceType)
The service name of the resource in a task state.
resourceType - The service name of the resource in a task state.public void setResource(String resource)
The action of the resource called by a task state.
resource - The action of the resource called by a task state.public String getResource()
The action of the resource called by a task state.
public TaskStartedEventDetails withResource(String resource)
The action of the resource called by a task state.
resource - The action of the resource called by a task state.public String toString()
toString in class ObjectObject.toString()public TaskStartedEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.