@Generated(value="software.amazon.awssdk:codegen") public final class LoggingConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoggingConfig.Builder,LoggingConfig>
The logging configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LoggingConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LoggingConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
recordAllRosTopics()
Deprecated.
AWS RoboMaker is ending support for ROS software suite. For additional information, see
https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoggingConfig.Builder> |
serializableBuilderClass() |
LoggingConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopy@Deprecated public final Boolean recordAllRosTopics()
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 LoggingConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LoggingConfig.Builder,LoggingConfig>public static LoggingConfig.Builder builder()
public static Class<? extends LoggingConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.