@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Detector extends Object implements Serializable, Cloneable, StructuredPojo
The detector.
| Constructor and Description |
|---|
Detector() |
| Modifier and Type | Method and Description |
|---|---|
Detector |
clone() |
boolean |
equals(Object obj) |
String |
getCreatedTime()
Timestamp of when the detector was created.
|
String |
getDescription()
The detector description.
|
String |
getDetectorId()
The detector ID.
|
String |
getLastUpdatedTime()
Timestamp of when the detector was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreatedTime(String createdTime)
Timestamp of when the detector was created.
|
void |
setDescription(String description)
The detector description.
|
void |
setDetectorId(String detectorId)
The detector ID.
|
void |
setLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the detector was last updated.
|
String |
toString()
Returns a string representation of this object.
|
Detector |
withCreatedTime(String createdTime)
Timestamp of when the detector was created.
|
Detector |
withDescription(String description)
The detector description.
|
Detector |
withDetectorId(String detectorId)
The detector ID.
|
Detector |
withLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the detector was last updated.
|
public void setDetectorId(String detectorId)
The detector ID.
detectorId - The detector ID.public String getDetectorId()
The detector ID.
public Detector withDetectorId(String detectorId)
The detector ID.
detectorId - The detector ID.public void setDescription(String description)
The detector description.
description - The detector description.public String getDescription()
The detector description.
public Detector withDescription(String description)
The detector description.
description - The detector description.public void setLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the detector was last updated.
lastUpdatedTime - Timestamp of when the detector was last updated.public String getLastUpdatedTime()
Timestamp of when the detector was last updated.
public Detector withLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the detector was last updated.
lastUpdatedTime - Timestamp of when the detector was last updated.public void setCreatedTime(String createdTime)
Timestamp of when the detector was created.
createdTime - Timestamp of when the detector was created.public String getCreatedTime()
Timestamp of when the detector was created.
public Detector withCreatedTime(String createdTime)
Timestamp of when the detector was created.
createdTime - Timestamp of when the detector was created.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.