@Generated(value="software.amazon.awssdk:codegen") public final class DescribeLabelResponse extends LookoutEquipmentResponse implements ToCopyableBuilder<DescribeLabelResponse.Builder,DescribeLabelResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeLabelResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeLabelResponse.Builder |
builder() |
Instant |
createdAt()
The time at which the label was created.
|
Instant |
endTime()
The end time of the requested label.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
equipment()
Indicates that a label pertains to a particular piece of equipment.
|
String |
faultCode()
Indicates the type of anomaly associated with the label.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
labelGroupArn()
The ARN of the requested label group.
|
String |
labelGroupName()
The name of the requested label group.
|
String |
labelId()
The ID of the requested label.
|
String |
notes()
Metadata providing additional information about the label.
|
LabelRating |
rating()
Indicates whether a labeled event represents an anomaly.
|
String |
ratingAsString()
Indicates whether a labeled event represents an anomaly.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeLabelResponse.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The start time of the requested label.
|
DescribeLabelResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String labelGroupName()
The name of the requested label group.
public final String labelGroupArn()
The ARN of the requested label group.
public final String labelId()
The ID of the requested label.
public final Instant startTime()
The start time of the requested label.
public final Instant endTime()
The end time of the requested label.
public final LabelRating rating()
Indicates whether a labeled event represents an anomaly.
If the service returns an enum value that is not available in the current SDK version, rating will
return LabelRating.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
ratingAsString().
LabelRatingpublic final String ratingAsString()
Indicates whether a labeled event represents an anomaly.
If the service returns an enum value that is not available in the current SDK version, rating will
return LabelRating.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
ratingAsString().
LabelRatingpublic final String faultCode()
Indicates the type of anomaly associated with the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
public final String notes()
Metadata providing additional information about the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
public final String equipment()
Indicates that a label pertains to a particular piece of equipment.
public final Instant createdAt()
The time at which the label was created.
public DescribeLabelResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeLabelResponse.Builder,DescribeLabelResponse>toBuilder in class AwsResponsepublic static DescribeLabelResponse.Builder builder()
public static Class<? extends DescribeLabelResponse.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.