@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDetectorModelRequest extends IotEventsRequest implements ToCopyableBuilder<UpdateDetectorModelRequest.Builder,UpdateDetectorModelRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateDetectorModelRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateDetectorModelRequest.Builder |
builder() |
DetectorModelDefinition |
detectorModelDefinition()
Information that defines how a detector operates.
|
String |
detectorModelDescription()
A brief description of the detector model.
|
String |
detectorModelName()
The name of the detector model that is updated.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
EvaluationMethod |
evaluationMethod()
Information about the order in which events are evaluated and how actions are executed.
|
String |
evaluationMethodAsString()
Information about the order in which events are evaluated and how actions are executed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
roleArn()
The ARN of the role that grants permission to AWS IoT Events to perform its operations.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateDetectorModelRequest.Builder> |
serializableBuilderClass() |
UpdateDetectorModelRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String detectorModelName()
The name of the detector model that is updated.
public final DetectorModelDefinition detectorModelDefinition()
Information that defines how a detector operates.
public final String detectorModelDescription()
A brief description of the detector model.
public final String roleArn()
The ARN of the role that grants permission to AWS IoT Events to perform its operations.
public final EvaluationMethod evaluationMethod()
Information about the order in which events are evaluated and how actions are executed.
If the service returns an enum value that is not available in the current SDK version, evaluationMethod
will return EvaluationMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from evaluationMethodAsString().
EvaluationMethodpublic final String evaluationMethodAsString()
Information about the order in which events are evaluated and how actions are executed.
If the service returns an enum value that is not available in the current SDK version, evaluationMethod
will return EvaluationMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from evaluationMethodAsString().
EvaluationMethodpublic UpdateDetectorModelRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateDetectorModelRequest.Builder,UpdateDetectorModelRequest>toBuilder in class IotEventsRequestpublic static UpdateDetectorModelRequest.Builder builder()
public static Class<? extends UpdateDetectorModelRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.