Class ListSupportedInstanceTypesRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.emr.model.EmrRequest
-
- software.amazon.awssdk.services.emr.model.ListSupportedInstanceTypesRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListSupportedInstanceTypesRequest.Builder,ListSupportedInstanceTypesRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListSupportedInstanceTypesRequest extends EmrRequest implements ToCopyableBuilder<ListSupportedInstanceTypesRequest.Builder,ListSupportedInstanceTypesRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListSupportedInstanceTypesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListSupportedInstanceTypesRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmarker()The pagination token that marks the next set of results to retrieve.StringreleaseLabel()The Amazon EMR release label determines the versions of open-source application packages that Amazon EMR has installed on the cluster.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListSupportedInstanceTypesRequest.Builder>serializableBuilderClass()ListSupportedInstanceTypesRequest.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
-
releaseLabel
public 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 asemr-6.10.0. For more information about Amazon EMR releases and their included application versions and features, see the Amazon EMR Release Guide .- Returns:
- 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 asemr-6.10.0. For more information about Amazon EMR releases and their included application versions and features, see the Amazon EMR Release Guide .
-
marker
public final String marker()
The pagination token that marks the next set of results to retrieve.
- Returns:
- The pagination token that marks the next set of results to retrieve.
-
toBuilder
public ListSupportedInstanceTypesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListSupportedInstanceTypesRequest.Builder,ListSupportedInstanceTypesRequest>- Specified by:
toBuilderin classEmrRequest
-
builder
public static ListSupportedInstanceTypesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListSupportedInstanceTypesRequest.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
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-