Class LabelSummary
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<LabelSummary.Builder,
LabelSummary>
Information about the label.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic LabelSummary.Builder
builder()
final Instant
The time at which the label was created.final Instant
endTime()
The timestamp indicating the end of the label.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final String
Indicates that a label pertains to a particular piece of equipment.final String
Indicates the type of anomaly associated with the label.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
The Amazon Resource Name (ARN) of the label group.final String
The name of the label group.final String
labelId()
The ID of the label.final LabelRating
rating()
Indicates whether a labeled event represents an anomaly.final String
Indicates whether a labeled event represents an anomaly.static Class
<? extends LabelSummary.Builder> final Instant
The timestamp indicating the start of the label.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
labelGroupName
The name of the label group.
- Returns:
- The name of the label group.
-
labelId
The ID of the label.
- Returns:
- The ID of the label.
-
labelGroupArn
The Amazon Resource Name (ARN) of the label group.
- Returns:
- The Amazon Resource Name (ARN) of the label group.
-
startTime
The timestamp indicating the start of the label.
- Returns:
- The timestamp indicating the start of the label.
-
endTime
The timestamp indicating the end of the label.
- Returns:
- The timestamp indicating the end of the label.
-
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 returnLabelRating.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromratingAsString()
.- Returns:
- Indicates whether a labeled event represents an anomaly.
- See Also:
-
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 returnLabelRating.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromratingAsString()
.- Returns:
- Indicates whether a labeled event represents an anomaly.
- See Also:
-
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.
- Returns:
- 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.
-
equipment
Indicates that a label pertains to a particular piece of equipment.
- Returns:
- Indicates that a label pertains to a particular piece of equipment.
-
createdAt
The time at which the label was created.
- Returns:
- The time at which the label was created.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<LabelSummary.Builder,
LabelSummary> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-