Class ListLabelsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentRequest
-
- software.amazon.awssdk.services.lookoutequipment.model.ListLabelsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListLabelsRequest.Builder,ListLabelsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListLabelsRequest extends LookoutEquipmentRequest implements ToCopyableBuilder<ListLabelsRequest.Builder,ListLabelsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListLabelsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListLabelsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringequipment()Lists the labels that pertain to a particular piece of equipment.StringfaultCode()Returns labels with a particular fault code.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantintervalEndTime()Returns all labels with a start time earlier than the end time given.InstantintervalStartTime()Returns all the labels with a end time equal to or later than the start time given.StringlabelGroupName()Returns the name of the label group.IntegermaxResults()Specifies the maximum number of labels to list.StringnextToken()An opaque pagination token indicating where to continue the listing of label groups.List<SdkField<?>>sdkFields()static Class<? extends ListLabelsRequest.Builder>serializableBuilderClass()ListLabelsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
labelGroupName
public final String labelGroupName()
Returns the name of the label group.
- Returns:
- Returns the name of the label group.
-
intervalStartTime
public final Instant intervalStartTime()
Returns all the labels with a end time equal to or later than the start time given.
- Returns:
- Returns all the labels with a end time equal to or later than the start time given.
-
intervalEndTime
public final Instant intervalEndTime()
Returns all labels with a start time earlier than the end time given.
- Returns:
- Returns all labels with a start time earlier than the end time given.
-
faultCode
public final String faultCode()
Returns labels with a particular fault code.
- Returns:
- Returns labels with a particular fault code.
-
equipment
public final String equipment()
Lists the labels that pertain to a particular piece of equipment.
- Returns:
- Lists the labels that pertain to a particular piece of equipment.
-
nextToken
public final String nextToken()
An opaque pagination token indicating where to continue the listing of label groups.
- Returns:
- An opaque pagination token indicating where to continue the listing of label groups.
-
maxResults
public final Integer maxResults()
Specifies the maximum number of labels to list.
- Returns:
- Specifies the maximum number of labels to list.
-
toBuilder
public ListLabelsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListLabelsRequest.Builder,ListLabelsRequest>- Specified by:
toBuilderin classLookoutEquipmentRequest
-
builder
public static ListLabelsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListLabelsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-