@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectorSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about the detector (instance).
Constructor and Description |
---|
DetectorSummary() |
Modifier and Type | Method and Description |
---|---|
DetectorSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time the detector (instance) was created.
|
String |
getDetectorModelName()
The name of the detector model that created this detector (instance).
|
String |
getDetectorModelVersion()
The version of the detector model that created this detector (instance).
|
String |
getKeyValue()
The value of the key (identifying the device or system) that caused the creation of this detector (instance).
|
Date |
getLastUpdateTime()
The time the detector (instance) was last updated.
|
DetectorStateSummary |
getState()
The current state of the detector (instance).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
The time the detector (instance) was created.
|
void |
setDetectorModelName(String detectorModelName)
The name of the detector model that created this detector (instance).
|
void |
setDetectorModelVersion(String detectorModelVersion)
The version of the detector model that created this detector (instance).
|
void |
setKeyValue(String keyValue)
The value of the key (identifying the device or system) that caused the creation of this detector (instance).
|
void |
setLastUpdateTime(Date lastUpdateTime)
The time the detector (instance) was last updated.
|
void |
setState(DetectorStateSummary state)
The current state of the detector (instance).
|
String |
toString()
Returns a string representation of this object.
|
DetectorSummary |
withCreationTime(Date creationTime)
The time the detector (instance) was created.
|
DetectorSummary |
withDetectorModelName(String detectorModelName)
The name of the detector model that created this detector (instance).
|
DetectorSummary |
withDetectorModelVersion(String detectorModelVersion)
The version of the detector model that created this detector (instance).
|
DetectorSummary |
withKeyValue(String keyValue)
The value of the key (identifying the device or system) that caused the creation of this detector (instance).
|
DetectorSummary |
withLastUpdateTime(Date lastUpdateTime)
The time the detector (instance) was last updated.
|
DetectorSummary |
withState(DetectorStateSummary state)
The current state of the detector (instance).
|
public void setDetectorModelName(String detectorModelName)
The name of the detector model that created this detector (instance).
detectorModelName
- The name of the detector model that created this detector (instance).public String getDetectorModelName()
The name of the detector model that created this detector (instance).
public DetectorSummary withDetectorModelName(String detectorModelName)
The name of the detector model that created this detector (instance).
detectorModelName
- The name of the detector model that created this detector (instance).public void setKeyValue(String keyValue)
The value of the key (identifying the device or system) that caused the creation of this detector (instance).
keyValue
- The value of the key (identifying the device or system) that caused the creation of this detector
(instance).public String getKeyValue()
The value of the key (identifying the device or system) that caused the creation of this detector (instance).
public DetectorSummary withKeyValue(String keyValue)
The value of the key (identifying the device or system) that caused the creation of this detector (instance).
keyValue
- The value of the key (identifying the device or system) that caused the creation of this detector
(instance).public void setDetectorModelVersion(String detectorModelVersion)
The version of the detector model that created this detector (instance).
detectorModelVersion
- The version of the detector model that created this detector (instance).public String getDetectorModelVersion()
The version of the detector model that created this detector (instance).
public DetectorSummary withDetectorModelVersion(String detectorModelVersion)
The version of the detector model that created this detector (instance).
detectorModelVersion
- The version of the detector model that created this detector (instance).public void setState(DetectorStateSummary state)
The current state of the detector (instance).
state
- The current state of the detector (instance).public DetectorStateSummary getState()
The current state of the detector (instance).
public DetectorSummary withState(DetectorStateSummary state)
The current state of the detector (instance).
state
- The current state of the detector (instance).public void setCreationTime(Date creationTime)
The time the detector (instance) was created.
creationTime
- The time the detector (instance) was created.public Date getCreationTime()
The time the detector (instance) was created.
public DetectorSummary withCreationTime(Date creationTime)
The time the detector (instance) was created.
creationTime
- The time the detector (instance) was created.public void setLastUpdateTime(Date lastUpdateTime)
The time the detector (instance) was last updated.
lastUpdateTime
- The time the detector (instance) was last updated.public Date getLastUpdateTime()
The time the detector (instance) was last updated.
public DetectorSummary withLastUpdateTime(Date lastUpdateTime)
The time the detector (instance) was last updated.
lastUpdateTime
- The time the detector (instance) was last updated.public String toString()
toString
in class Object
Object.toString()
public DetectorSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.