@Generated(value="software.amazon.awssdk:codegen") public final class ListLabelsRequest extends LookoutEquipmentRequest implements ToCopyableBuilder<ListLabelsRequest.Builder,ListLabelsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListLabelsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListLabelsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
equipment()
Lists the labels that pertain to a particular piece of equipment.
|
String |
faultCode()
Returns labels with a particular fault code.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
intervalEndTime()
Returns all labels with a start time earlier than the end time given.
|
Instant |
intervalStartTime()
Returns all the labels with a end time equal to or later than the start time given.
|
String |
labelGroupName()
Retruns the name of the label group.
|
Integer |
maxResults()
Specifies the maximum number of labels to list.
|
String |
nextToken()
An opaque pagination token indicating where to continue the listing of label groups.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListLabelsRequest.Builder> |
serializableBuilderClass() |
ListLabelsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String labelGroupName()
Retruns the name of the label group.
public final Instant intervalStartTime()
Returns all the labels with a end time equal to or later than the start time given.
public final Instant intervalEndTime()
Returns all labels with a start time earlier than the end time given.
public final String faultCode()
Returns labels with a particular fault code.
public final String equipment()
Lists the labels that pertain to a particular piece of equipment.
public final String nextToken()
An opaque pagination token indicating where to continue the listing of label groups.
public final Integer maxResults()
Specifies the maximum number of labels to list.
public ListLabelsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListLabelsRequest.Builder,ListLabelsRequest>toBuilder in class LookoutEquipmentRequestpublic static ListLabelsRequest.Builder builder()
public static Class<? extends ListLabelsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2022. All rights reserved.