Class ScriptDetails
- java.lang.Object
-
- software.amazon.awssdk.services.appstream.model.ScriptDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ScriptDetails.Builder,ScriptDetails>
@Generated("software.amazon.awssdk:codegen") public final class ScriptDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScriptDetails.Builder,ScriptDetails>
Describes the details of the script.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceScriptDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ScriptDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexecutableParameters()The runtime parameters passed to the run path for the script.StringexecutablePath()The run path for the script.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()S3LocationscriptS3Location()The S3 object location for the script.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ScriptDetails.Builder>serializableBuilderClass()IntegertimeoutInSeconds()The run timeout, in seconds, for the script.ScriptDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
scriptS3Location
public final S3Location scriptS3Location()
The S3 object location for the script.
- Returns:
- The S3 object location for the script.
-
executablePath
public final String executablePath()
The run path for the script.
- Returns:
- The run path for the script.
-
executableParameters
public final String executableParameters()
The runtime parameters passed to the run path for the script.
- Returns:
- The runtime parameters passed to the run path for the script.
-
timeoutInSeconds
public final Integer timeoutInSeconds()
The run timeout, in seconds, for the script.
- Returns:
- The run timeout, in seconds, for the script.
-
toBuilder
public ScriptDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ScriptDetails.Builder,ScriptDetails>
-
builder
public static ScriptDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends ScriptDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-