@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDetectorModelAnalysisResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDetectorModelAnalysisResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDetectorModelAnalysisResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status of the analysis activity.
|
int |
hashCode() |
void |
setStatus(String status)
The status of the analysis activity.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDetectorModelAnalysisResult |
withStatus(AnalysisStatus status)
The status of the analysis activity.
|
DescribeDetectorModelAnalysisResult |
withStatus(String status)
The status of the analysis activity.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
The status of the analysis activity. The status can be one of the following values:
RUNNING
- AWS IoT Events is analyzing your detector model. This process can take several minutes to
complete.
COMPLETE
- AWS IoT Events finished analyzing your detector model.
FAILED
- AWS IoT Events couldn't analyze your detector model. Try again later.
status
- The status of the analysis activity. The status can be one of the following values:
RUNNING
- AWS IoT Events is analyzing your detector model. This process can take several
minutes to complete.
COMPLETE
- AWS IoT Events finished analyzing your detector model.
FAILED
- AWS IoT Events couldn't analyze your detector model. Try again later.
AnalysisStatus
public String getStatus()
The status of the analysis activity. The status can be one of the following values:
RUNNING
- AWS IoT Events is analyzing your detector model. This process can take several minutes to
complete.
COMPLETE
- AWS IoT Events finished analyzing your detector model.
FAILED
- AWS IoT Events couldn't analyze your detector model. Try again later.
RUNNING
- AWS IoT Events is analyzing your detector model. This process can take several
minutes to complete.
COMPLETE
- AWS IoT Events finished analyzing your detector model.
FAILED
- AWS IoT Events couldn't analyze your detector model. Try again later.
AnalysisStatus
public DescribeDetectorModelAnalysisResult withStatus(String status)
The status of the analysis activity. The status can be one of the following values:
RUNNING
- AWS IoT Events is analyzing your detector model. This process can take several minutes to
complete.
COMPLETE
- AWS IoT Events finished analyzing your detector model.
FAILED
- AWS IoT Events couldn't analyze your detector model. Try again later.
status
- The status of the analysis activity. The status can be one of the following values:
RUNNING
- AWS IoT Events is analyzing your detector model. This process can take several
minutes to complete.
COMPLETE
- AWS IoT Events finished analyzing your detector model.
FAILED
- AWS IoT Events couldn't analyze your detector model. Try again later.
AnalysisStatus
public DescribeDetectorModelAnalysisResult withStatus(AnalysisStatus status)
The status of the analysis activity. The status can be one of the following values:
RUNNING
- AWS IoT Events is analyzing your detector model. This process can take several minutes to
complete.
COMPLETE
- AWS IoT Events finished analyzing your detector model.
FAILED
- AWS IoT Events couldn't analyze your detector model. Try again later.
status
- The status of the analysis activity. The status can be one of the following values:
RUNNING
- AWS IoT Events is analyzing your detector model. This process can take several
minutes to complete.
COMPLETE
- AWS IoT Events finished analyzing your detector model.
FAILED
- AWS IoT Events couldn't analyze your detector model. Try again later.
AnalysisStatus
public String toString()
toString
in class Object
Object.toString()
public DescribeDetectorModelAnalysisResult clone()