Class SimulationSoftwareSuite
- java.lang.Object
-
- software.amazon.awssdk.services.robomaker.model.SimulationSoftwareSuite
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SimulationSoftwareSuite.Builder,SimulationSoftwareSuite>
@Generated("software.amazon.awssdk:codegen") public final class SimulationSoftwareSuite extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SimulationSoftwareSuite.Builder,SimulationSoftwareSuite>
Information about a simulation software suite.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSimulationSoftwareSuite.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SimulationSoftwareSuite.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()SimulationSoftwareSuiteTypename()The name of the simulation software suite.StringnameAsString()The name of the simulation software suite.List<SdkField<?>>sdkFields()static Class<? extends SimulationSoftwareSuite.Builder>serializableBuilderClass()SimulationSoftwareSuite.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringversion()The version of the simulation software suite.-
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
-
name
public final SimulationSoftwareSuiteType name()
The name of the simulation software suite.
If the service returns an enum value that is not available in the current SDK version,
namewill returnSimulationSoftwareSuiteType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnameAsString().- Returns:
- The name of the simulation software suite.
- See Also:
SimulationSoftwareSuiteType
-
nameAsString
public final String nameAsString()
The name of the simulation software suite.
If the service returns an enum value that is not available in the current SDK version,
namewill returnSimulationSoftwareSuiteType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnameAsString().- Returns:
- The name of the simulation software suite.
- See Also:
SimulationSoftwareSuiteType
-
version
public final String version()
The version of the simulation software suite.
- Returns:
- The version of the simulation software suite.
-
toBuilder
public SimulationSoftwareSuite.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SimulationSoftwareSuite.Builder,SimulationSoftwareSuite>
-
builder
public static SimulationSoftwareSuite.Builder builder()
-
serializableBuilderClass
public static Class<? extends SimulationSoftwareSuite.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.
-
-