@Generated(value="software.amazon.awssdk:codegen") public final class SubmitTaskStateChangeRequest extends EcsRequest implements ToCopyableBuilder<SubmitTaskStateChangeRequest.Builder,SubmitTaskStateChangeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SubmitTaskStateChangeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentStateChange> |
attachments()
Any attachments associated with the state change request.
|
static SubmitTaskStateChangeRequest.Builder |
builder() |
String |
cluster()
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task.
|
List<ContainerStateChange> |
containers()
Any containers associated with the state change request.
|
boolean |
equals(Object obj) |
Instant |
executionStoppedAt()
The Unix timestamp for when the task execution stopped.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
pullStartedAt()
The Unix timestamp for when the container image pull began.
|
Instant |
pullStoppedAt()
The Unix timestamp for when the container image pull completed.
|
String |
reason()
The reason for the state change request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SubmitTaskStateChangeRequest.Builder> |
serializableBuilderClass() |
String |
status()
The status of the state change request.
|
String |
task()
The task ID or full ARN of the task in the state change request.
|
SubmitTaskStateChangeRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String cluster()
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task.
public String task()
The task ID or full ARN of the task in the state change request.
public String status()
The status of the state change request.
public String reason()
The reason for the state change request.
public List<ContainerStateChange> containers()
Any containers associated with the state change request.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<AttachmentStateChange> attachments()
Any attachments associated with the state change request.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Instant pullStartedAt()
The Unix timestamp for when the container image pull began.
public Instant pullStoppedAt()
The Unix timestamp for when the container image pull completed.
public Instant executionStoppedAt()
The Unix timestamp for when the task execution stopped.
public SubmitTaskStateChangeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SubmitTaskStateChangeRequest.Builder,SubmitTaskStateChangeRequest>toBuilder in class EcsRequestpublic static SubmitTaskStateChangeRequest.Builder builder()
public static Class<? extends SubmitTaskStateChangeRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.