@Generated(value="software.amazon.awssdk:codegen") public final class DetectorDebugOption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DetectorDebugOption.Builder,DetectorDebugOption>
The detector model and the specific detectors (instances) for which the logging level is given.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DetectorDebugOption.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DetectorDebugOption.Builder |
builder() |
String |
detectorModelName()
The name of the detector model.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyValue()
The value of the input attribute key used to create the detector (the instance of the detector model).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DetectorDebugOption.Builder> |
serializableBuilderClass() |
DetectorDebugOption.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String detectorModelName()
The name of the detector model.
public final String keyValue()
The value of the input attribute key used to create the detector (the instance of the detector model).
public DetectorDebugOption.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DetectorDebugOption.Builder,DetectorDebugOption>public static DetectorDebugOption.Builder builder()
public static Class<? extends DetectorDebugOption.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.