@Generated(value="software.amazon.awssdk:codegen") public final class RobotSoftwareSuite extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RobotSoftwareSuite.Builder,RobotSoftwareSuite>
Information about a robot software suite.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RobotSoftwareSuite.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RobotSoftwareSuite.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
RobotSoftwareSuiteType |
name()
The name of the robot software suite.
|
String |
nameAsString()
The name of the robot software suite.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RobotSoftwareSuite.Builder> |
serializableBuilderClass() |
RobotSoftwareSuite.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
RobotSoftwareSuiteVersionType |
version()
The version of the robot software suite.
|
String |
versionAsString()
The version of the robot software suite.
|
copypublic RobotSoftwareSuiteType name()
The name of the robot software suite.
If the service returns an enum value that is not available in the current SDK version, name will return
RobotSoftwareSuiteType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
RobotSoftwareSuiteTypepublic String nameAsString()
The name of the robot software suite.
If the service returns an enum value that is not available in the current SDK version, name will return
RobotSoftwareSuiteType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
RobotSoftwareSuiteTypepublic RobotSoftwareSuiteVersionType version()
The version of the robot software suite.
If the service returns an enum value that is not available in the current SDK version, version will
return RobotSoftwareSuiteVersionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from versionAsString().
RobotSoftwareSuiteVersionTypepublic String versionAsString()
The version of the robot software suite.
If the service returns an enum value that is not available in the current SDK version, version will
return RobotSoftwareSuiteVersionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from versionAsString().
RobotSoftwareSuiteVersionTypepublic RobotSoftwareSuite.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<RobotSoftwareSuite.Builder,RobotSoftwareSuite>public static RobotSoftwareSuite.Builder builder()
public static Class<? extends RobotSoftwareSuite.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.