@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()
Deprecated.  
 | 
int | 
hashCode()  | 
Boolean | 
isRecordAllRosTopics()
Deprecated.  
 | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setRecordAllRosTopics(Boolean recordAllRosTopics)
Deprecated.  
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
LoggingConfig | 
withRecordAllRosTopics(Boolean recordAllRosTopics)
Deprecated.  
 | 
@Deprecated public void setRecordAllRosTopics(Boolean recordAllRosTopics)
A boolean indicating whether to record all ROS topics.
This API is no longer supported and will throw an error if used.
recordAllRosTopics - A boolean indicating whether to record all ROS topics. This API is no longer supported and will throw an error if used.
@Deprecated public Boolean getRecordAllRosTopics()
A boolean indicating whether to record all ROS topics.
This API is no longer supported and will throw an error if used.
This API is no longer supported and will throw an error if used.
@Deprecated public LoggingConfig withRecordAllRosTopics(Boolean recordAllRosTopics)
A boolean indicating whether to record all ROS topics.
This API is no longer supported and will throw an error if used.
recordAllRosTopics - A boolean indicating whether to record all ROS topics. This API is no longer supported and will throw an error if used.
@Deprecated public Boolean isRecordAllRosTopics()
A boolean indicating whether to record all ROS topics.
This API is no longer supported and will throw an error if used.
This API is no longer supported and will throw an error if used.
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.