@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectorModelVersionSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about the detector model version.
Constructor and Description |
---|
DetectorModelVersionSummary() |
Modifier and Type | Method and Description |
---|---|
DetectorModelVersionSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time the detector model version was created.
|
String |
getDetectorModelArn()
The ARN of the detector model version.
|
String |
getDetectorModelName()
The name of the detector model.
|
String |
getDetectorModelVersion()
The ID of the detector model version.
|
String |
getEvaluationMethod()
Information about the order in which events are evaluated and how actions are executed.
|
Date |
getLastUpdateTime()
The last time the detector model version was updated.
|
String |
getRoleArn()
The ARN of the role that grants the detector model permission to perform its tasks.
|
String |
getStatus()
The status of the detector model version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
The time the detector model version was created.
|
void |
setDetectorModelArn(String detectorModelArn)
The ARN of the detector model version.
|
void |
setDetectorModelName(String detectorModelName)
The name of the detector model.
|
void |
setDetectorModelVersion(String detectorModelVersion)
The ID of the detector model version.
|
void |
setEvaluationMethod(String evaluationMethod)
Information about the order in which events are evaluated and how actions are executed.
|
void |
setLastUpdateTime(Date lastUpdateTime)
The last time the detector model version was updated.
|
void |
setRoleArn(String roleArn)
The ARN of the role that grants the detector model permission to perform its tasks.
|
void |
setStatus(String status)
The status of the detector model version.
|
String |
toString()
Returns a string representation of this object.
|
DetectorModelVersionSummary |
withCreationTime(Date creationTime)
The time the detector model version was created.
|
DetectorModelVersionSummary |
withDetectorModelArn(String detectorModelArn)
The ARN of the detector model version.
|
DetectorModelVersionSummary |
withDetectorModelName(String detectorModelName)
The name of the detector model.
|
DetectorModelVersionSummary |
withDetectorModelVersion(String detectorModelVersion)
The ID of the detector model version.
|
DetectorModelVersionSummary |
withEvaluationMethod(EvaluationMethod evaluationMethod)
Information about the order in which events are evaluated and how actions are executed.
|
DetectorModelVersionSummary |
withEvaluationMethod(String evaluationMethod)
Information about the order in which events are evaluated and how actions are executed.
|
DetectorModelVersionSummary |
withLastUpdateTime(Date lastUpdateTime)
The last time the detector model version was updated.
|
DetectorModelVersionSummary |
withRoleArn(String roleArn)
The ARN of the role that grants the detector model permission to perform its tasks.
|
DetectorModelVersionSummary |
withStatus(DetectorModelVersionStatus status)
The status of the detector model version.
|
DetectorModelVersionSummary |
withStatus(String status)
The status of the detector model version.
|
public void setDetectorModelName(String detectorModelName)
The name of the detector model.
detectorModelName
- The name of the detector model.public String getDetectorModelName()
The name of the detector model.
public DetectorModelVersionSummary withDetectorModelName(String detectorModelName)
The name of the detector model.
detectorModelName
- The name of the detector model.public void setDetectorModelVersion(String detectorModelVersion)
The ID of the detector model version.
detectorModelVersion
- The ID of the detector model version.public String getDetectorModelVersion()
The ID of the detector model version.
public DetectorModelVersionSummary withDetectorModelVersion(String detectorModelVersion)
The ID of the detector model version.
detectorModelVersion
- The ID of the detector model version.public void setDetectorModelArn(String detectorModelArn)
The ARN of the detector model version.
detectorModelArn
- The ARN of the detector model version.public String getDetectorModelArn()
The ARN of the detector model version.
public DetectorModelVersionSummary withDetectorModelArn(String detectorModelArn)
The ARN of the detector model version.
detectorModelArn
- The ARN of the detector model version.public void setRoleArn(String roleArn)
The ARN of the role that grants the detector model permission to perform its tasks.
roleArn
- The ARN of the role that grants the detector model permission to perform its tasks.public String getRoleArn()
The ARN of the role that grants the detector model permission to perform its tasks.
public DetectorModelVersionSummary withRoleArn(String roleArn)
The ARN of the role that grants the detector model permission to perform its tasks.
roleArn
- The ARN of the role that grants the detector model permission to perform its tasks.public void setCreationTime(Date creationTime)
The time the detector model version was created.
creationTime
- The time the detector model version was created.public Date getCreationTime()
The time the detector model version was created.
public DetectorModelVersionSummary withCreationTime(Date creationTime)
The time the detector model version was created.
creationTime
- The time the detector model version was created.public void setLastUpdateTime(Date lastUpdateTime)
The last time the detector model version was updated.
lastUpdateTime
- The last time the detector model version was updated.public Date getLastUpdateTime()
The last time the detector model version was updated.
public DetectorModelVersionSummary withLastUpdateTime(Date lastUpdateTime)
The last time the detector model version was updated.
lastUpdateTime
- The last time the detector model version was updated.public void setStatus(String status)
The status of the detector model version.
status
- The status of the detector model version.DetectorModelVersionStatus
public String getStatus()
The status of the detector model version.
DetectorModelVersionStatus
public DetectorModelVersionSummary withStatus(String status)
The status of the detector model version.
status
- The status of the detector model version.DetectorModelVersionStatus
public DetectorModelVersionSummary withStatus(DetectorModelVersionStatus status)
The status of the detector model version.
status
- The status of the detector model version.DetectorModelVersionStatus
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 DetectorModelVersionSummary 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 DetectorModelVersionSummary 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 DetectorModelVersionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.