@Generated(value="software.amazon.awssdk:codegen") public final class TaskSubmittedEventDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TaskSubmittedEventDetails.Builder,TaskSubmittedEventDetails>
Contains details about a task submitted to a resource .
| Modifier and Type | Class and Description |
|---|---|
static interface |
TaskSubmittedEventDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TaskSubmittedEventDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
output()
The response from a resource when a task has started.
|
String |
resource()
The service name of the resource in a task state.
|
String |
resourceType()
The action of the resource called by a task state.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TaskSubmittedEventDetails.Builder> |
serializableBuilderClass() |
TaskSubmittedEventDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String resourceType()
The action of the resource called by a task state.
public String resource()
The service name of the resource in a task state.
public String output()
The response from a resource when a task has started.
public TaskSubmittedEventDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TaskSubmittedEventDetails.Builder,TaskSubmittedEventDetails>public static TaskSubmittedEventDetails.Builder builder()
public static Class<? extends TaskSubmittedEventDetails.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.