@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.
|
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) |
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 |
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 |
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.DetectorModelVersionStatuspublic String getStatus()
The status of the detector model version.
DetectorModelVersionStatuspublic DetectorModelVersionSummary withStatus(String status)
The status of the detector model version.
status - The status of the detector model version.DetectorModelVersionStatuspublic DetectorModelVersionSummary withStatus(DetectorModelVersionStatus status)
The status of the detector model version.
status - The status of the detector model version.DetectorModelVersionStatuspublic String toString()
toString in class ObjectObject.toString()public DetectorModelVersionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.