@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDetectorModelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDetectorModelRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDetectorModelRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
DetectorModelDefinition |
getDetectorModelDefinition()
Information that defines how a detector operates.
|
String |
getDetectorModelDescription()
A brief description of the detector model.
|
String |
getDetectorModelName()
The name of the detector model that is updated.
|
String |
getEvaluationMethod()
Information about the order in which events are evaluated and how actions are executed.
|
String |
getRoleArn()
The ARN of the role that grants permission to AWS IoT Events to perform its operations.
|
int |
hashCode() |
void |
setDetectorModelDefinition(DetectorModelDefinition detectorModelDefinition)
Information that defines how a detector operates.
|
void |
setDetectorModelDescription(String detectorModelDescription)
A brief description of the detector model.
|
void |
setDetectorModelName(String detectorModelName)
The name of the detector model that is updated.
|
void |
setEvaluationMethod(String evaluationMethod)
Information about the order in which events are evaluated and how actions are executed.
|
void |
setRoleArn(String roleArn)
The ARN of the role that grants permission to AWS IoT Events to perform its operations.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDetectorModelRequest |
withDetectorModelDefinition(DetectorModelDefinition detectorModelDefinition)
Information that defines how a detector operates.
|
UpdateDetectorModelRequest |
withDetectorModelDescription(String detectorModelDescription)
A brief description of the detector model.
|
UpdateDetectorModelRequest |
withDetectorModelName(String detectorModelName)
The name of the detector model that is updated.
|
UpdateDetectorModelRequest |
withEvaluationMethod(EvaluationMethod evaluationMethod)
Information about the order in which events are evaluated and how actions are executed.
|
UpdateDetectorModelRequest |
withEvaluationMethod(String evaluationMethod)
Information about the order in which events are evaluated and how actions are executed.
|
UpdateDetectorModelRequest |
withRoleArn(String roleArn)
The ARN of the role that grants permission to AWS IoT Events to perform its operations.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDetectorModelName(String detectorModelName)
The name of the detector model that is updated.
detectorModelName
- The name of the detector model that is updated.public String getDetectorModelName()
The name of the detector model that is updated.
public UpdateDetectorModelRequest withDetectorModelName(String detectorModelName)
The name of the detector model that is updated.
detectorModelName
- The name of the detector model that is updated.public void setDetectorModelDefinition(DetectorModelDefinition detectorModelDefinition)
Information that defines how a detector operates.
detectorModelDefinition
- Information that defines how a detector operates.public DetectorModelDefinition getDetectorModelDefinition()
Information that defines how a detector operates.
public UpdateDetectorModelRequest withDetectorModelDefinition(DetectorModelDefinition detectorModelDefinition)
Information that defines how a detector operates.
detectorModelDefinition
- Information that defines how a detector operates.public void setDetectorModelDescription(String detectorModelDescription)
A brief description of the detector model.
detectorModelDescription
- A brief description of the detector model.public String getDetectorModelDescription()
A brief description of the detector model.
public UpdateDetectorModelRequest withDetectorModelDescription(String detectorModelDescription)
A brief description of the detector model.
detectorModelDescription
- A brief description of the detector model.public void setRoleArn(String roleArn)
The ARN of the role that grants permission to AWS IoT Events to perform its operations.
roleArn
- The ARN of the role that grants permission to AWS IoT Events to perform its operations.public String getRoleArn()
The ARN of the role that grants permission to AWS IoT Events to perform its operations.
public UpdateDetectorModelRequest withRoleArn(String roleArn)
The ARN of the role that grants permission to AWS IoT Events to perform its operations.
roleArn
- The ARN of the role that grants permission to AWS IoT Events to perform its operations.public void setEvaluationMethod(String evaluationMethod)
Information about the order in which events are evaluated and how actions are executed.
evaluationMethod
- Information about the order in which events are evaluated and how actions are executed.EvaluationMethod
public String getEvaluationMethod()
Information about the order in which events are evaluated and how actions are executed.
EvaluationMethod
public UpdateDetectorModelRequest withEvaluationMethod(String evaluationMethod)
Information about the order in which events are evaluated and how actions are executed.
evaluationMethod
- Information about the order in which events are evaluated and how actions are executed.EvaluationMethod
public UpdateDetectorModelRequest withEvaluationMethod(EvaluationMethod evaluationMethod)
Information about the order in which events are evaluated and how actions are executed.
evaluationMethod
- Information about the order in which events are evaluated and how actions are executed.EvaluationMethod
public String toString()
toString
in class Object
Object.toString()
public UpdateDetectorModelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()