@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PrimitiveMessageDefinition extends Object implements Serializable, Cloneable, StructuredPojo
Represents a primitive type node of the complex data structure.
| Constructor and Description |
|---|
PrimitiveMessageDefinition() |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveMessageDefinition |
clone() |
boolean |
equals(Object obj) |
ROS2PrimitiveMessageDefinition |
getRos2PrimitiveMessageDefinition()
Information about a
PrimitiveMessage using a ROS 2 compliant primitive type message of the complex
data structure. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setRos2PrimitiveMessageDefinition(ROS2PrimitiveMessageDefinition ros2PrimitiveMessageDefinition)
Information about a
PrimitiveMessage using a ROS 2 compliant primitive type message of the complex
data structure. |
String |
toString()
Returns a string representation of this object.
|
PrimitiveMessageDefinition |
withRos2PrimitiveMessageDefinition(ROS2PrimitiveMessageDefinition ros2PrimitiveMessageDefinition)
Information about a
PrimitiveMessage using a ROS 2 compliant primitive type message of the complex
data structure. |
public void setRos2PrimitiveMessageDefinition(ROS2PrimitiveMessageDefinition ros2PrimitiveMessageDefinition)
Information about a PrimitiveMessage using a ROS 2 compliant primitive type message of the complex
data structure.
ros2PrimitiveMessageDefinition - Information about a PrimitiveMessage using a ROS 2 compliant primitive type message of the
complex data structure.public ROS2PrimitiveMessageDefinition getRos2PrimitiveMessageDefinition()
Information about a PrimitiveMessage using a ROS 2 compliant primitive type message of the complex
data structure.
PrimitiveMessage using a ROS 2 compliant primitive type message of the
complex data structure.public PrimitiveMessageDefinition withRos2PrimitiveMessageDefinition(ROS2PrimitiveMessageDefinition ros2PrimitiveMessageDefinition)
Information about a PrimitiveMessage using a ROS 2 compliant primitive type message of the complex
data structure.
ros2PrimitiveMessageDefinition - Information about a PrimitiveMessage using a ROS 2 compliant primitive type message of the
complex data structure.public String toString()
toString in class ObjectObject.toString()public PrimitiveMessageDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.