@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListComputeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListComputeRequest() |
Modifier and Type | Method and Description |
---|---|
ListComputeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFleetId()
A unique identifier for the fleet the compute resources are registered to.
|
Integer |
getLimit()
The maximum number of results to return.
|
String |
getLocation()
The name of the custom location that the compute resources are assigned to.
|
String |
getNextToken()
A token that indicates the start of the next sequential page of results.
|
int |
hashCode() |
void |
setFleetId(String fleetId)
A unique identifier for the fleet the compute resources are registered to.
|
void |
setLimit(Integer limit)
The maximum number of results to return.
|
void |
setLocation(String location)
The name of the custom location that the compute resources are assigned to.
|
void |
setNextToken(String nextToken)
A token that indicates the start of the next sequential page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListComputeRequest |
withFleetId(String fleetId)
A unique identifier for the fleet the compute resources are registered to.
|
ListComputeRequest |
withLimit(Integer limit)
The maximum number of results to return.
|
ListComputeRequest |
withLocation(String location)
The name of the custom location that the compute resources are assigned to.
|
ListComputeRequest |
withNextToken(String nextToken)
A token that indicates the start of the next sequential page of results.
|
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 setFleetId(String fleetId)
A unique identifier for the fleet the compute resources are registered to.
fleetId
- A unique identifier for the fleet the compute resources are registered to.public String getFleetId()
A unique identifier for the fleet the compute resources are registered to.
public ListComputeRequest withFleetId(String fleetId)
A unique identifier for the fleet the compute resources are registered to.
fleetId
- A unique identifier for the fleet the compute resources are registered to.public void setLocation(String location)
The name of the custom location that the compute resources are assigned to.
location
- The name of the custom location that the compute resources are assigned to.public String getLocation()
The name of the custom location that the compute resources are assigned to.
public ListComputeRequest withLocation(String location)
The name of the custom location that the compute resources are assigned to.
location
- The name of the custom location that the compute resources are assigned to.public void setLimit(Integer limit)
The maximum number of results to return. Use this parameter with NextToken
to get results as a set
of sequential pages.
limit
- The maximum number of results to return. Use this parameter with NextToken
to get results as
a set of sequential pages.public Integer getLimit()
The maximum number of results to return. Use this parameter with NextToken
to get results as a set
of sequential pages.
NextToken
to get results as
a set of sequential pages.public ListComputeRequest withLimit(Integer limit)
The maximum number of results to return. Use this parameter with NextToken
to get results as a set
of sequential pages.
limit
- The maximum number of results to return. Use this parameter with NextToken
to get results as
a set of sequential pages.public void setNextToken(String nextToken)
A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
nextToken
- A token that indicates the start of the next sequential page of results. Use the token that is returned
with a previous call to this operation. To start at the beginning of the result set, do not specify a
value.public String getNextToken()
A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
public ListComputeRequest withNextToken(String nextToken)
A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
nextToken
- A token that indicates the start of the next sequential page of results. Use the token that is returned
with a previous call to this operation. To start at the beginning of the result set, do not specify a
value.public String toString()
toString
in class Object
Object.toString()
public ListComputeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()