Class UpdateDetectorModelRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.iotevents.model.IotEventsRequest
-
- software.amazon.awssdk.services.iotevents.model.UpdateDetectorModelRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateDetectorModelRequest.Builder,UpdateDetectorModelRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateDetectorModelRequest extends IotEventsRequest implements ToCopyableBuilder<UpdateDetectorModelRequest.Builder,UpdateDetectorModelRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateDetectorModelRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateDetectorModelRequest.Builderbuilder()DetectorModelDefinitiondetectorModelDefinition()Information that defines how a detector operates.StringdetectorModelDescription()A brief description of the detector model.StringdetectorModelName()The name of the detector model that is updated.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)EvaluationMethodevaluationMethod()Information about the order in which events are evaluated and how actions are executed.StringevaluationMethodAsString()Information about the order in which events are evaluated and how actions are executed.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringroleArn()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
detectorModelName
public final String detectorModelName()
The name of the detector model that is updated.
- Returns:
- The name of the detector model that is updated.
-
detectorModelDefinition
public final DetectorModelDefinition detectorModelDefinition()
Information that defines how a detector operates.
- Returns:
- Information that defines how a detector operates.
-
detectorModelDescription
public final String detectorModelDescription()
A brief description of the detector model.
- Returns:
- A brief description of the detector model.
-
roleArn
public final String roleArn()
The ARN of the role that grants permission to AWS IoT Events to perform its operations.
- Returns:
- The ARN of the role that grants permission to AWS IoT Events to perform its operations.
-
evaluationMethod
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,
evaluationMethodwill returnEvaluationMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromevaluationMethodAsString().- Returns:
- Information about the order in which events are evaluated and how actions are executed.
- See Also:
EvaluationMethod
-
evaluationMethodAsString
public 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,
evaluationMethodwill returnEvaluationMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromevaluationMethodAsString().- Returns:
- Information about the order in which events are evaluated and how actions are executed.
- See Also:
EvaluationMethod
-
toBuilder
public UpdateDetectorModelRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateDetectorModelRequest.Builder,UpdateDetectorModelRequest>- Specified by:
toBuilderin classIotEventsRequest
-
builder
public static UpdateDetectorModelRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateDetectorModelRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-