@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()
When set to
SERIAL , variables are updated and event conditions evaluated in the order that the
events are defined. |
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)
When set to
SERIAL , variables are updated and event conditions evaluated in the order that the
events are defined. |
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)
When set to
SERIAL , variables are updated and event conditions evaluated in the order that the
events are defined. |
DetectorModelVersionSummary |
withEvaluationMethod(String evaluationMethod)
When set to
SERIAL , variables are updated and event conditions evaluated in the order that the
events are defined. |
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)
When set to SERIAL
, variables are updated and event conditions evaluated in the order that the
events are defined. When set to BATCH
, variables are updated and events performed only after all
event conditions are evaluated.
evaluationMethod
- When set to SERIAL
, variables are updated and event conditions evaluated in the order that
the events are defined. When set to BATCH
, variables are updated and events performed only
after all event conditions are evaluated.EvaluationMethod
public String getEvaluationMethod()
When set to SERIAL
, variables are updated and event conditions evaluated in the order that the
events are defined. When set to BATCH
, variables are updated and events performed only after all
event conditions are evaluated.
SERIAL
, variables are updated and event conditions evaluated in the order that
the events are defined. When set to BATCH
, variables are updated and events performed only
after all event conditions are evaluated.EvaluationMethod
public DetectorModelVersionSummary withEvaluationMethod(String evaluationMethod)
When set to SERIAL
, variables are updated and event conditions evaluated in the order that the
events are defined. When set to BATCH
, variables are updated and events performed only after all
event conditions are evaluated.
evaluationMethod
- When set to SERIAL
, variables are updated and event conditions evaluated in the order that
the events are defined. When set to BATCH
, variables are updated and events performed only
after all event conditions are evaluated.EvaluationMethod
public DetectorModelVersionSummary withEvaluationMethod(EvaluationMethod evaluationMethod)
When set to SERIAL
, variables are updated and event conditions evaluated in the order that the
events are defined. When set to BATCH
, variables are updated and events performed only after all
event conditions are evaluated.
evaluationMethod
- When set to SERIAL
, variables are updated and event conditions evaluated in the order that
the events are defined. When set to BATCH
, variables are updated and events performed only
after all event conditions are evaluated.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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.