Class PlatformCommand
- java.lang.Object
-
- software.amazon.awssdk.services.migrationhuborchestrator.model.PlatformCommand
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PlatformCommand.Builder,PlatformCommand>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePlatformCommand.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PlatformCommand.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringlinux()Command for Linux.List<SdkField<?>>sdkFields()static Class<? extends PlatformCommand.Builder>serializableBuilderClass()PlatformCommand.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringwindows()Command for Windows.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
linux
public final String linux()
Command for Linux.
- Returns:
- Command for Linux.
-
windows
public final String windows()
Command for Windows.
- Returns:
- Command for Windows.
-
toBuilder
public PlatformCommand.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PlatformCommand.Builder,PlatformCommand>
-
builder
public static PlatformCommand.Builder builder()
-
serializableBuilderClass
public static Class<? extends PlatformCommand.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-