@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public ListSupportedInstanceTypesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()