@Generated(value="software.amazon.awssdk:codegen") public final class DeleteDetectorRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeleteDetectorRequest.Builder,DeleteDetectorRequest>
Information used to delete the detector model.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteDetectorRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteDetectorRequest.Builder |
builder() |
String |
detectorModelName()
The name of the detector model that was used to create the detector instance.
|
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 key used to identify the detector.
|
String |
messageId()
The ID to assign to the
DeleteDetectorRequest. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteDetectorRequest.Builder> |
serializableBuilderClass() |
DeleteDetectorRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String messageId()
The ID to assign to the DeleteDetectorRequest. Each "messageId" must be unique within
each batch sent.
DeleteDetectorRequest. Each "messageId" must be unique
within each batch sent.public final String detectorModelName()
The name of the detector model that was used to create the detector instance.
public final String keyValue()
The value of the key used to identify the detector.
public DeleteDetectorRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteDetectorRequest.Builder,DeleteDetectorRequest>public static DeleteDetectorRequest.Builder builder()
public static Class<? extends DeleteDetectorRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.