@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoggingConfig extends Object implements Serializable, Cloneable, StructuredPojo
The logging configuration.
| Constructor and Description |
|---|
LoggingConfig() |
| Modifier and Type | Method and Description |
|---|---|
LoggingConfig |
clone() |
boolean |
equals(Object obj) |
Boolean |
getRecordAllRosTopics()
A boolean indicating whether to record all ROS topics.
|
int |
hashCode() |
Boolean |
isRecordAllRosTopics()
A boolean indicating whether to record all ROS topics.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setRecordAllRosTopics(Boolean recordAllRosTopics)
A boolean indicating whether to record all ROS topics.
|
String |
toString()
Returns a string representation of this object.
|
LoggingConfig |
withRecordAllRosTopics(Boolean recordAllRosTopics)
A boolean indicating whether to record all ROS topics.
|
public void setRecordAllRosTopics(Boolean recordAllRosTopics)
A boolean indicating whether to record all ROS topics.
recordAllRosTopics - A boolean indicating whether to record all ROS topics.public Boolean getRecordAllRosTopics()
A boolean indicating whether to record all ROS topics.
public LoggingConfig withRecordAllRosTopics(Boolean recordAllRosTopics)
A boolean indicating whether to record all ROS topics.
recordAllRosTopics - A boolean indicating whether to record all ROS topics.public Boolean isRecordAllRosTopics()
A boolean indicating whether to record all ROS topics.
public String toString()
toString in class ObjectObject.toString()public LoggingConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.