@Generated(value="software.amazon.awssdk:codegen") public final class ExecuteCommandResponse extends EcsResponse implements ToCopyableBuilder<ExecuteCommandResponse.Builder,ExecuteCommandResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecuteCommandResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExecuteCommandResponse.Builder |
builder() |
String |
clusterArn()
The Amazon Resource Name (ARN) of the cluster.
|
String |
containerArn()
The Amazon Resource Name (ARN) of the container.
|
String |
containerName()
The name of the container.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
interactive()
Determines whether the execute command session is running in interactive mode.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExecuteCommandResponse.Builder> |
serializableBuilderClass() |
Session |
session()
The details of the SSM session that was created for this instance of execute-command.
|
String |
taskArn()
The Amazon Resource Name (ARN) of the task.
|
ExecuteCommandResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterArn()
The Amazon Resource Name (ARN) of the cluster.
public final String containerArn()
The Amazon Resource Name (ARN) of the container.
public final String containerName()
The name of the container.
public final Boolean interactive()
Determines whether the execute command session is running in interactive mode. Amazon ECS only supports
initiating interactive sessions, so you must specify true for this value.
true for this value.public final Session session()
The details of the SSM session that was created for this instance of execute-command.
public final String taskArn()
The Amazon Resource Name (ARN) of the task.
public ExecuteCommandResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecuteCommandResponse.Builder,ExecuteCommandResponse>toBuilder in class AwsResponsepublic static ExecuteCommandResponse.Builder builder()
public static Class<? extends ExecuteCommandResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.