@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PlatformScriptKey extends Object implements Serializable, Cloneable, StructuredPojo
The script location for a particular operating system.
| Constructor and Description |
|---|
PlatformScriptKey() |
| Modifier and Type | Method and Description |
|---|---|
PlatformScriptKey |
clone() |
boolean |
equals(Object obj) |
String |
getLinux()
The script location for Linux.
|
String |
getWindows()
The script location for Windows.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLinux(String linux)
The script location for Linux.
|
void |
setWindows(String windows)
The script location for Windows.
|
String |
toString()
Returns a string representation of this object.
|
PlatformScriptKey |
withLinux(String linux)
The script location for Linux.
|
PlatformScriptKey |
withWindows(String windows)
The script location for Windows.
|
public void setLinux(String linux)
The script location for Linux.
linux - The script location for Linux.public String getLinux()
The script location for Linux.
public PlatformScriptKey withLinux(String linux)
The script location for Linux.
linux - The script location for Linux.public void setWindows(String windows)
The script location for Windows.
windows - The script location for Windows.public String getWindows()
The script location for Windows.
public PlatformScriptKey withWindows(String windows)
The script location for Windows.
windows - The script location for Windows.public String toString()
toString in class ObjectObject.toString()public PlatformScriptKey clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.