@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Script extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the script.
Constructor and Description |
---|
Script() |
Modifier and Type | Method and Description |
---|---|
Script |
clone() |
boolean |
equals(Object obj) |
String |
getScriptLocation()
The script location of the scripts.
|
String |
getType()
The type of the scripts.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setScriptLocation(String scriptLocation)
The script location of the scripts.
|
void |
setType(String type)
The type of the scripts.
|
String |
toString()
Returns a string representation of this object.
|
Script |
withScriptLocation(String scriptLocation)
The script location of the scripts.
|
Script |
withType(ScriptType type)
The type of the scripts.
|
Script |
withType(String type)
The type of the scripts.
|
public void setScriptLocation(String scriptLocation)
The script location of the scripts.
scriptLocation
- The script location of the scripts.public String getScriptLocation()
The script location of the scripts.
public Script withScriptLocation(String scriptLocation)
The script location of the scripts.
scriptLocation
- The script location of the scripts.public void setType(String type)
The type of the scripts.
type
- The type of the scripts.ScriptType
public String getType()
The type of the scripts.
ScriptType
public Script withType(String type)
The type of the scripts.
type
- The type of the scripts.ScriptType
public Script withType(ScriptType type)
The type of the scripts.
type
- The type of the scripts.ScriptType
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.