@Generated(value="software.amazon.awssdk:codegen") public final class ScriptDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScriptDetails.Builder,ScriptDetails>
Describes the details of the script.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ScriptDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ScriptDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executableParameters()
The runtime parameters passed to the run path for the script.
|
String |
executablePath()
The run path for the script.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3Location |
scriptS3Location()
The S3 object location for the script.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ScriptDetails.Builder> |
serializableBuilderClass() |
Integer |
timeoutInSeconds()
The run timeout, in seconds, for the script.
|
ScriptDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final S3Location scriptS3Location()
The S3 object location for the script.
public final String executablePath()
The run path for the script.
public final String executableParameters()
The runtime parameters passed to the run path for the script.
public final Integer timeoutInSeconds()
The run timeout, in seconds, for the script.
public ScriptDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ScriptDetails.Builder,ScriptDetails>public static ScriptDetails.Builder builder()
public static Class<? extends ScriptDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.