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