@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDetectorModelAnalysisResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartDetectorModelAnalysisResult() |
Modifier and Type | Method and Description |
---|---|
StartDetectorModelAnalysisResult |
clone() |
boolean |
equals(Object obj) |
String |
getAnalysisId()
The ID that you can use to retrieve the analysis result.
|
int |
hashCode() |
void |
setAnalysisId(String analysisId)
The ID that you can use to retrieve the analysis result.
|
String |
toString()
Returns a string representation of this object.
|
StartDetectorModelAnalysisResult |
withAnalysisId(String analysisId)
The ID that you can use to retrieve the analysis result.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAnalysisId(String analysisId)
The ID that you can use to retrieve the analysis result.
analysisId
- The ID that you can use to retrieve the analysis result.public String getAnalysisId()
The ID that you can use to retrieve the analysis result.
public StartDetectorModelAnalysisResult withAnalysisId(String analysisId)
The ID that you can use to retrieve the analysis result.
analysisId
- The ID that you can use to retrieve the analysis result.public String toString()
toString
in class Object
Object.toString()
public StartDetectorModelAnalysisResult clone()