@Generated(value="software.amazon.awssdk:codegen") public final class PlatformCommand extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PlatformCommand.Builder,PlatformCommand>
Command to be run on a particular operating system.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PlatformCommand.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PlatformCommand.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
linux()
Command for Linux.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PlatformCommand.Builder> |
serializableBuilderClass() |
PlatformCommand.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
windows()
Command for Windows.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String linux()
Command for Linux.
public final String windows()
Command for Windows.
public PlatformCommand.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PlatformCommand.Builder,PlatformCommand>public static PlatformCommand.Builder builder()
public static Class<? extends PlatformCommand.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.