Class ListLabelGroupsRequest
- 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.ListLabelGroupsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListLabelGroupsRequest.Builder,ListLabelGroupsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListLabelGroupsRequest extends LookoutEquipmentRequest implements ToCopyableBuilder<ListLabelGroupsRequest.Builder,ListLabelGroupsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListLabelGroupsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListLabelGroupsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlabelGroupNameBeginsWith()The beginning of the name of the label groups to be listed.IntegermaxResults()Specifies the maximum number of label groups to list.StringnextToken()An opaque pagination token indicating where to continue the listing of label groups.List<SdkField<?>>sdkFields()static Class<? extends ListLabelGroupsRequest.Builder>serializableBuilderClass()ListLabelGroupsRequest.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
-
labelGroupNameBeginsWith
public final String labelGroupNameBeginsWith()
The beginning of the name of the label groups to be listed.
- Returns:
- The beginning of the name of the label groups to be listed.
-
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 label groups to list.
- Returns:
- Specifies the maximum number of label groups to list.
-
toBuilder
public ListLabelGroupsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListLabelGroupsRequest.Builder,ListLabelGroupsRequest>- Specified by:
toBuilderin classLookoutEquipmentRequest
-
builder
public static ListLabelGroupsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListLabelGroupsRequest.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
-
-