@Generated(value="software.amazon.awssdk:codegen") public final class ListSupportedInstanceTypesRequest extends EmrRequest implements ToCopyableBuilder<ListSupportedInstanceTypesRequest.Builder,ListSupportedInstanceTypesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSupportedInstanceTypesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSupportedInstanceTypesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
marker()
The pagination token that marks the next set of results to retrieve.
|
String |
releaseLabel()
The Amazon EMR release label determines the versions of
open-source application packages that Amazon EMR has installed on the cluster.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSupportedInstanceTypesRequest.Builder> |
serializableBuilderClass() |
ListSupportedInstanceTypesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String releaseLabel()
The Amazon EMR release label determines the versions of
open-source application packages that Amazon EMR has installed on the cluster. Release labels are in the
format emr-x.x.x, where x.x.x is an Amazon EMR release number such as emr-6.10.0. For
more information about Amazon EMR releases and their included application versions and features, see the Amazon EMR Release
Guide .
emr-x.x.x, where x.x.x is an Amazon EMR release number such as
emr-6.10.0. For more information about Amazon EMR releases and their included application
versions and features, see the Amazon EMR Release
Guide .public final String marker()
The pagination token that marks the next set of results to retrieve.
public ListSupportedInstanceTypesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSupportedInstanceTypesRequest.Builder,ListSupportedInstanceTypesRequest>toBuilder in class EmrRequestpublic static ListSupportedInstanceTypesRequest.Builder builder()
public static Class<? extends ListSupportedInstanceTypesRequest.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.