Class LoggingConfig
- java.lang.Object
-
- software.amazon.awssdk.services.robomaker.model.LoggingConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LoggingConfig.Builder,LoggingConfig>
@Generated("software.amazon.awssdk:codegen") public final class LoggingConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoggingConfig.Builder,LoggingConfig>
The logging configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLoggingConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static LoggingConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanrecordAllRosTopics()Deprecated.AWS RoboMaker is ending support for ROS software suite.List<SdkField<?>>sdkFields()static Class<? extends LoggingConfig.Builder>serializableBuilderClass()LoggingConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
recordAllRosTopics
@Deprecated public final 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.A boolean indicating whether to record all ROS topics.
This API is no longer supported and will throw an error if used.
- Returns:
- A boolean indicating whether to record all ROS topics.
This API is no longer supported and will throw an error if used.
-
toBuilder
public LoggingConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LoggingConfig.Builder,LoggingConfig>
-
builder
public static LoggingConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends LoggingConfig.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.
-
-