@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetOutpostInstanceTypesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetOutpostInstanceTypesRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetOutpostInstanceTypesRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getOutpostId()
The ID or the Amazon Resource Name (ARN) of the Outpost.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
void |
setOutpostId(String outpostId)
The ID or the Amazon Resource Name (ARN) of the Outpost.
|
String |
toString()
Returns a string representation of this object.
|
GetOutpostInstanceTypesRequest |
withMaxResults(Integer maxResults) |
GetOutpostInstanceTypesRequest |
withNextToken(String nextToken) |
GetOutpostInstanceTypesRequest |
withOutpostId(String outpostId)
The ID or the Amazon Resource Name (ARN) of the Outpost.
|
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 setOutpostId(String outpostId)
The ID or the Amazon Resource Name (ARN) of the Outpost.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and sites
throughout the Outposts Query API. To address backwards compatibility, the parameter names OutpostID
or SiteID remain in use. Despite the parameter name, you can make the request with an ARN.
outpostId - The ID or the Amazon Resource Name (ARN) of the Outpost.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and
sites throughout the Outposts Query API. To address backwards compatibility, the parameter names
OutpostID or SiteID remain in use. Despite the parameter name, you can make the
request with an ARN.
public String getOutpostId()
The ID or the Amazon Resource Name (ARN) of the Outpost.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and sites
throughout the Outposts Query API. To address backwards compatibility, the parameter names OutpostID
or SiteID remain in use. Despite the parameter name, you can make the request with an ARN.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts
and sites throughout the Outposts Query API. To address backwards compatibility, the parameter names
OutpostID or SiteID remain in use. Despite the parameter name, you can make the
request with an ARN.
public GetOutpostInstanceTypesRequest withOutpostId(String outpostId)
The ID or the Amazon Resource Name (ARN) of the Outpost.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and sites
throughout the Outposts Query API. To address backwards compatibility, the parameter names OutpostID
or SiteID remain in use. Despite the parameter name, you can make the request with an ARN.
outpostId - The ID or the Amazon Resource Name (ARN) of the Outpost.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and
sites throughout the Outposts Query API. To address backwards compatibility, the parameter names
OutpostID or SiteID remain in use. Despite the parameter name, you can make the
request with an ARN.
public void setNextToken(String nextToken)
nextToken - public String getNextToken()
public GetOutpostInstanceTypesRequest withNextToken(String nextToken)
nextToken - public void setMaxResults(Integer maxResults)
maxResults - public Integer getMaxResults()
public GetOutpostInstanceTypesRequest withMaxResults(Integer maxResults)
maxResults - public String toString()
toString in class ObjectObject.toString()public GetOutpostInstanceTypesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.