Class DeleteDetectorRequest
- java.lang.Object
-
- software.amazon.awssdk.services.ioteventsdata.model.DeleteDetectorRequest
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeleteDetectorRequest.Builder,DeleteDetectorRequest>
@Generated("software.amazon.awssdk:codegen") public final class DeleteDetectorRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeleteDetectorRequest.Builder,DeleteDetectorRequest>
Information used to delete the detector model.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeleteDetectorRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteDetectorRequest.Builderbuilder()StringdetectorModelName()The name of the detector model that was used to create the detector instance.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkeyValue()The value of the key used to identify the detector.StringmessageId()The ID to assign to theDeleteDetectorRequest.List<SdkField<?>>sdkFields()static Class<? extends DeleteDetectorRequest.Builder>serializableBuilderClass()DeleteDetectorRequest.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
-
messageId
public final String messageId()
The ID to assign to the
DeleteDetectorRequest. Each"messageId"must be unique within each batch sent.- Returns:
- The ID to assign to the
DeleteDetectorRequest. Each"messageId"must be unique within each batch sent.
-
detectorModelName
public final String detectorModelName()
The name of the detector model that was used to create the detector instance.
- Returns:
- The name of the detector model that was used to create the detector instance.
-
keyValue
public final String keyValue()
The value of the key used to identify the detector.
- Returns:
- The value of the key used to identify the detector.
-
toBuilder
public DeleteDetectorRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteDetectorRequest.Builder,DeleteDetectorRequest>
-
builder
public static DeleteDetectorRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeleteDetectorRequest.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.
-
-