@Generated(value="software.amazon.awssdk:codegen") public final class ListLabelGroupsRequest extends LookoutEquipmentRequest implements ToCopyableBuilder<ListLabelGroupsRequest.Builder,ListLabelGroupsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListLabelGroupsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListLabelGroupsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
labelGroupNameBeginsWith()
The beginning of the name of the label groups to be listed.
|
Integer |
maxResults()
Specifies the maximum number of label groups to list.
|
String |
nextToken()
An opaque pagination token indicating where to continue the listing of label groups.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListLabelGroupsRequest.Builder> |
serializableBuilderClass() |
ListLabelGroupsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String labelGroupNameBeginsWith()
The beginning of the name of the label groups to be listed.
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 label groups to list.
public ListLabelGroupsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListLabelGroupsRequest.Builder,ListLabelGroupsRequest>toBuilder in class LookoutEquipmentRequestpublic static ListLabelGroupsRequest.Builder builder()
public static Class<? extends ListLabelGroupsRequest.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.