@Generated(value="software.amazon.awssdk:codegen") public final class ListReleaseLabelsRequest extends EmrRequest implements ToCopyableBuilder<ListReleaseLabelsRequest.Builder,ListReleaseLabelsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListReleaseLabelsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListReleaseLabelsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ReleaseLabelFilter |
filters()
Filters the results of the request.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Defines the maximum number of release labels to return in a single response.
|
String |
nextToken()
Specifies the next page of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListReleaseLabelsRequest.Builder> |
serializableBuilderClass() |
ListReleaseLabelsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ReleaseLabelFilter filters()
Filters the results of the request. Prefix specifies the prefix of release labels to return.
Application specifies the application (with/without version) of release labels to return.
Prefix specifies the prefix of release labels to return.
Application specifies the application (with/without version) of release labels to return.public final String nextToken()
Specifies the next page of results. If NextToken is not specified, which is usually the case for the
first request of ListReleaseLabels, the first page of results are determined by other filtering parameters or by
the latest version. The ListReleaseLabels request fails if the identity (Amazon Web Services account
ID) and all filtering parameters are different from the original request, or if the NextToken is
expired or tampered with.
NextToken is not specified, which is usually the case
for the first request of ListReleaseLabels, the first page of results are determined by other filtering
parameters or by the latest version. The ListReleaseLabels request fails if the identity
(Amazon Web Services account ID) and all filtering parameters are different from the original request, or
if the NextToken is expired or tampered with.public final Integer maxResults()
Defines the maximum number of release labels to return in a single response. The default is 100.
100.public ListReleaseLabelsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListReleaseLabelsRequest.Builder,ListReleaseLabelsRequest>toBuilder in class EmrRequestpublic static ListReleaseLabelsRequest.Builder builder()
public static Class<? extends ListReleaseLabelsRequest.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 © 2023. All rights reserved.