@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetOutpostSupportedInstanceTypesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetOutpostSupportedInstanceTypesRequest() |
Modifier and Type | Method and Description |
---|---|
GetOutpostSupportedInstanceTypesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getOrderId()
The ID for the Amazon Web Services Outposts order.
|
String |
getOutpostIdentifier()
The ID or ARN of the Outpost.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
void |
setOrderId(String orderId)
The ID for the Amazon Web Services Outposts order.
|
void |
setOutpostIdentifier(String outpostIdentifier)
The ID or ARN of the Outpost.
|
String |
toString()
Returns a string representation of this object.
|
GetOutpostSupportedInstanceTypesRequest |
withMaxResults(Integer maxResults) |
GetOutpostSupportedInstanceTypesRequest |
withNextToken(String nextToken) |
GetOutpostSupportedInstanceTypesRequest |
withOrderId(String orderId)
The ID for the Amazon Web Services Outposts order.
|
GetOutpostSupportedInstanceTypesRequest |
withOutpostIdentifier(String outpostIdentifier)
The ID or ARN of the Outpost.
|
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 GetOutpostSupportedInstanceTypesRequest()
public void setOutpostIdentifier(String outpostIdentifier)
The ID or ARN of the Outpost.
outpostIdentifier
- The ID or ARN of the Outpost.public String getOutpostIdentifier()
The ID or ARN of the Outpost.
public GetOutpostSupportedInstanceTypesRequest withOutpostIdentifier(String outpostIdentifier)
The ID or ARN of the Outpost.
outpostIdentifier
- The ID or ARN of the Outpost.public void setOrderId(String orderId)
The ID for the Amazon Web Services Outposts order.
orderId
- The ID for the Amazon Web Services Outposts order.public String getOrderId()
The ID for the Amazon Web Services Outposts order.
public GetOutpostSupportedInstanceTypesRequest withOrderId(String orderId)
The ID for the Amazon Web Services Outposts order.
orderId
- The ID for the Amazon Web Services Outposts order.public void setMaxResults(Integer maxResults)
maxResults
- public Integer getMaxResults()
public GetOutpostSupportedInstanceTypesRequest withMaxResults(Integer maxResults)
maxResults
- public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public GetOutpostSupportedInstanceTypesRequest withNextToken(String nextToken)
nextToken
- public String toString()
toString
in class Object
Object.toString()
public GetOutpostSupportedInstanceTypesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()