@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectorModelSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about the detector model.
Constructor and Description |
---|
DetectorModelSummary() |
Modifier and Type | Method and Description |
---|---|
DetectorModelSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time the detector model was created.
|
String |
getDetectorModelDescription()
A brief description of the detector model.
|
String |
getDetectorModelName()
The name of the detector model.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
The time the detector model was created.
|
void |
setDetectorModelDescription(String detectorModelDescription)
A brief description of the detector model.
|
void |
setDetectorModelName(String detectorModelName)
The name of the detector model.
|
String |
toString()
Returns a string representation of this object.
|
DetectorModelSummary |
withCreationTime(Date creationTime)
The time the detector model was created.
|
DetectorModelSummary |
withDetectorModelDescription(String detectorModelDescription)
A brief description of the detector model.
|
DetectorModelSummary |
withDetectorModelName(String detectorModelName)
The name of the detector model.
|
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 DetectorModelSummary withDetectorModelName(String detectorModelName)
The name of the detector model.
detectorModelName
- The name of the detector model.public void setDetectorModelDescription(String detectorModelDescription)
A brief description of the detector model.
detectorModelDescription
- A brief description of the detector model.public String getDetectorModelDescription()
A brief description of the detector model.
public DetectorModelSummary withDetectorModelDescription(String detectorModelDescription)
A brief description of the detector model.
detectorModelDescription
- A brief description of the detector model.public void setCreationTime(Date creationTime)
The time the detector model was created.
creationTime
- The time the detector model was created.public Date getCreationTime()
The time the detector model was created.
public DetectorModelSummary withCreationTime(Date creationTime)
The time the detector model was created.
creationTime
- The time the detector model was created.public String toString()
toString
in class Object
Object.toString()
public DetectorModelSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.