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