@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDetectorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeDetectorResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeDetectorResult |
clone() |
boolean |
equals(Object obj) |
Detector |
getDetector()
Information about the detector (instance).
|
int |
hashCode() |
void |
setDetector(Detector detector)
Information about the detector (instance).
|
String |
toString()
Returns a string representation of this object.
|
DescribeDetectorResult |
withDetector(Detector detector)
Information about the detector (instance).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDetector(Detector detector)
Information about the detector (instance).
detector - Information about the detector (instance).public Detector getDetector()
Information about the detector (instance).
public DescribeDetectorResult withDetector(Detector detector)
Information about the detector (instance).
detector - Information about the detector (instance).public String toString()
toString in class ObjectObject.toString()public DescribeDetectorResult clone()