@Generated(value="software.amazon.awssdk:codegen") public final class DescribeDetectorModelAnalysisResponse extends IotEventsResponse implements ToCopyableBuilder<DescribeDetectorModelAnalysisResponse.Builder,DescribeDetectorModelAnalysisResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeDetectorModelAnalysisResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeDetectorModelAnalysisResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeDetectorModelAnalysisResponse.Builder> |
serializableBuilderClass() |
AnalysisStatus |
status()
The status of the analysis activity.
|
String |
statusAsString()
The status of the analysis activity.
|
DescribeDetectorModelAnalysisResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
If the service returns an enum value that is not available in the current SDK version, status will
return AnalysisStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
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.
AnalysisStatuspublic final String statusAsString()
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.
If the service returns an enum value that is not available in the current SDK version, status will
return AnalysisStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
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.
AnalysisStatuspublic DescribeDetectorModelAnalysisResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeDetectorModelAnalysisResponse.Builder,DescribeDetectorModelAnalysisResponse>toBuilder in class AwsResponsepublic static DescribeDetectorModelAnalysisResponse.Builder builder()
public static Class<? extends DescribeDetectorModelAnalysisResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.