@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSupportedInstanceTypesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListSupportedInstanceTypesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListSupportedInstanceTypesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
The pagination token that marks the next set of results to retrieve.
|
String |
getReleaseLabel()
The Amazon EMR release label determines the versions of
open-source application packages that Amazon EMR has installed on the cluster.
|
int |
hashCode() |
void |
setMarker(String marker)
The pagination token that marks the next set of results to retrieve.
|
void |
setReleaseLabel(String releaseLabel)
The Amazon EMR release label determines the versions of
open-source application packages that Amazon EMR has installed on the cluster.
|
String |
toString()
Returns a string representation of this object.
|
ListSupportedInstanceTypesRequest |
withMarker(String marker)
The pagination token that marks the next set of results to retrieve.
|
ListSupportedInstanceTypesRequest |
withReleaseLabel(String releaseLabel)
The Amazon EMR release label determines the versions of
open-source application packages that Amazon EMR has installed on the cluster.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setReleaseLabel(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 .
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 .public String getReleaseLabel()
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 ListSupportedInstanceTypesRequest withReleaseLabel(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 .
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 .public void setMarker(String marker)
The pagination token that marks the next set of results to retrieve.
marker - The pagination token that marks the next set of results to retrieve.public String getMarker()
The pagination token that marks the next set of results to retrieve.
public ListSupportedInstanceTypesRequest withMarker(String marker)
The pagination token that marks the next set of results to retrieve.
marker - The pagination token that marks the next set of results to retrieve.public String toString()
toString in class ObjectObject.toString()public ListSupportedInstanceTypesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.