Class PrimitiveMessageDefinition
- java.lang.Object
-
- software.amazon.awssdk.services.iotfleetwise.model.PrimitiveMessageDefinition
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PrimitiveMessageDefinition.Builder,PrimitiveMessageDefinition>
@Generated("software.amazon.awssdk:codegen") public final class PrimitiveMessageDefinition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PrimitiveMessageDefinition.Builder,PrimitiveMessageDefinition>
Represents a primitive type node of the complex data structure.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePrimitiveMessageDefinition.Builderstatic classPrimitiveMessageDefinition.Type
-
Method Summary
-
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
-
ros2PrimitiveMessageDefinition
public final ROS2PrimitiveMessageDefinition ros2PrimitiveMessageDefinition()
Information about a
PrimitiveMessageusing a ROS 2 compliant primitive type message of the complex data structure.- Returns:
- Information about a
PrimitiveMessageusing a ROS 2 compliant primitive type message of the complex data structure.
-
toBuilder
public PrimitiveMessageDefinition.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PrimitiveMessageDefinition.Builder,PrimitiveMessageDefinition>
-
builder
public static PrimitiveMessageDefinition.Builder builder()
-
serializableBuilderClass
public static Class<? extends PrimitiveMessageDefinition.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.
-
fromRos2PrimitiveMessageDefinition
public static PrimitiveMessageDefinition fromRos2PrimitiveMessageDefinition(ROS2PrimitiveMessageDefinition ros2PrimitiveMessageDefinition)
Create an instance of this class withros2PrimitiveMessageDefinition()initialized to the given value.Information about a
PrimitiveMessageusing a ROS 2 compliant primitive type message of the complex data structure.- Parameters:
ros2PrimitiveMessageDefinition- Information about aPrimitiveMessageusing a ROS 2 compliant primitive type message of the complex data structure.
-
fromRos2PrimitiveMessageDefinition
public static PrimitiveMessageDefinition fromRos2PrimitiveMessageDefinition(Consumer<ROS2PrimitiveMessageDefinition.Builder> ros2PrimitiveMessageDefinition)
Create an instance of this class withros2PrimitiveMessageDefinition()initialized to the given value.Information about a
PrimitiveMessageusing a ROS 2 compliant primitive type message of the complex data structure.- Parameters:
ros2PrimitiveMessageDefinition- Information about aPrimitiveMessageusing a ROS 2 compliant primitive type message of the complex data structure.
-
type
public PrimitiveMessageDefinition.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will bePrimitiveMessageDefinition.Type.UNKNOWN_TO_SDK_VERSIONif the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will bePrimitiveMessageDefinition.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
-