@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScriptDetails extends Object implements Serializable, Cloneable, StructuredPojo
Describes the details of the script.
Constructor and Description |
---|
ScriptDetails() |
Modifier and Type | Method and Description |
---|---|
ScriptDetails |
clone() |
boolean |
equals(Object obj) |
String |
getExecutableParameters()
The runtime parameters passed to the run path for the script.
|
String |
getExecutablePath()
The run path for the script.
|
S3Location |
getScriptS3Location()
The S3 object location for the script.
|
Integer |
getTimeoutInSeconds()
The run timeout, in seconds, for the script.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExecutableParameters(String executableParameters)
The runtime parameters passed to the run path for the script.
|
void |
setExecutablePath(String executablePath)
The run path for the script.
|
void |
setScriptS3Location(S3Location scriptS3Location)
The S3 object location for the script.
|
void |
setTimeoutInSeconds(Integer timeoutInSeconds)
The run timeout, in seconds, for the script.
|
String |
toString()
Returns a string representation of this object.
|
ScriptDetails |
withExecutableParameters(String executableParameters)
The runtime parameters passed to the run path for the script.
|
ScriptDetails |
withExecutablePath(String executablePath)
The run path for the script.
|
ScriptDetails |
withScriptS3Location(S3Location scriptS3Location)
The S3 object location for the script.
|
ScriptDetails |
withTimeoutInSeconds(Integer timeoutInSeconds)
The run timeout, in seconds, for the script.
|
public void setScriptS3Location(S3Location scriptS3Location)
The S3 object location for the script.
scriptS3Location
- The S3 object location for the script.public S3Location getScriptS3Location()
The S3 object location for the script.
public ScriptDetails withScriptS3Location(S3Location scriptS3Location)
The S3 object location for the script.
scriptS3Location
- The S3 object location for the script.public void setExecutablePath(String executablePath)
The run path for the script.
executablePath
- The run path for the script.public String getExecutablePath()
The run path for the script.
public ScriptDetails withExecutablePath(String executablePath)
The run path for the script.
executablePath
- The run path for the script.public void setExecutableParameters(String executableParameters)
The runtime parameters passed to the run path for the script.
executableParameters
- The runtime parameters passed to the run path for the script.public String getExecutableParameters()
The runtime parameters passed to the run path for the script.
public ScriptDetails withExecutableParameters(String executableParameters)
The runtime parameters passed to the run path for the script.
executableParameters
- The runtime parameters passed to the run path for the script.public void setTimeoutInSeconds(Integer timeoutInSeconds)
The run timeout, in seconds, for the script.
timeoutInSeconds
- The run timeout, in seconds, for the script.public Integer getTimeoutInSeconds()
The run timeout, in seconds, for the script.
public ScriptDetails withTimeoutInSeconds(Integer timeoutInSeconds)
The run timeout, in seconds, for the script.
timeoutInSeconds
- The run timeout, in seconds, for the script.public String toString()
toString
in class Object
Object.toString()
public ScriptDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.