@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Detector extends Object implements Serializable, Cloneable, StructuredPojo
Information about the detector (instance).
Constructor and Description |
---|
Detector() |
Modifier and Type | Method and Description |
---|---|
Detector |
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.
|
DetectorState |
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(DetectorState state)
The current state of the detector (instance).
|
String |
toString()
Returns a string representation of this object.
|
Detector |
withCreationTime(Date creationTime)
The time the detector (instance) was created.
|
Detector |
withDetectorModelName(String detectorModelName)
The name of the detector model that created this detector (instance).
|
Detector |
withDetectorModelVersion(String detectorModelVersion)
The version of the detector model that created this detector (instance).
|
Detector |
withKeyValue(String keyValue)
The value of the key (identifying the device or system) that caused the creation of this detector (instance).
|
Detector |
withLastUpdateTime(Date lastUpdateTime)
The time the detector (instance) was last updated.
|
Detector |
withState(DetectorState 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 Detector 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 Detector 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 Detector 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(DetectorState state)
The current state of the detector (instance).
state
- The current state of the detector (instance).public DetectorState getState()
The current state of the detector (instance).
public Detector withState(DetectorState 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 Detector 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 Detector 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 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.