@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDetectorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDetectorResult() |
Modifier and Type | Method and Description |
---|---|
CreateDetectorResult |
clone() |
boolean |
equals(Object obj) |
String |
getDetectorId()
The unique ID of the created detector.
|
int |
hashCode() |
void |
setDetectorId(String detectorId)
The unique ID of the created detector.
|
String |
toString()
Returns a string representation of this object.
|
CreateDetectorResult |
withDetectorId(String detectorId)
The unique ID of the created detector.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDetectorId(String detectorId)
The unique ID of the created detector.
detectorId
- The unique ID of the created detector.public String getDetectorId()
The unique ID of the created detector.
public CreateDetectorResult withDetectorId(String detectorId)
The unique ID of the created detector.
detectorId
- The unique ID of the created detector.public String toString()
toString
in class Object
Object.toString()
public CreateDetectorResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.