@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFleetLocationAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeFleetLocationAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeFleetLocationAttributesRequest |
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 to retrieve remote locations for.
|
Integer |
getLimit()
The maximum number of results to return.
|
List<String> |
getLocations()
A list of fleet locations to retrieve information for.
|
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 to retrieve remote locations for.
|
void |
setLimit(Integer limit)
The maximum number of results to return.
|
void |
setLocations(Collection<String> locations)
A list of fleet locations to retrieve information for.
|
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.
|
DescribeFleetLocationAttributesRequest |
withFleetId(String fleetId)
A unique identifier for the fleet to retrieve remote locations for.
|
DescribeFleetLocationAttributesRequest |
withLimit(Integer limit)
The maximum number of results to return.
|
DescribeFleetLocationAttributesRequest |
withLocations(Collection<String> locations)
A list of fleet locations to retrieve information for.
|
DescribeFleetLocationAttributesRequest |
withLocations(String... locations)
A list of fleet locations to retrieve information for.
|
DescribeFleetLocationAttributesRequest |
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 DescribeFleetLocationAttributesRequest()
public void setFleetId(String fleetId)
A unique identifier for the fleet to retrieve remote locations for. You can use either the fleet ID or ARN value.
fleetId
- A unique identifier for the fleet to retrieve remote locations for. You can use either the fleet ID or ARN
value.public String getFleetId()
A unique identifier for the fleet to retrieve remote locations for. You can use either the fleet ID or ARN value.
public DescribeFleetLocationAttributesRequest withFleetId(String fleetId)
A unique identifier for the fleet to retrieve remote locations for. You can use either the fleet ID or ARN value.
fleetId
- A unique identifier for the fleet to retrieve remote locations for. You can use either the fleet ID or ARN
value.public List<String> getLocations()
A list of fleet locations to retrieve information for. Specify locations in the form of an Amazon Web Services
Region code, such as us-west-2
.
us-west-2
.public void setLocations(Collection<String> locations)
A list of fleet locations to retrieve information for. Specify locations in the form of an Amazon Web Services
Region code, such as us-west-2
.
locations
- A list of fleet locations to retrieve information for. Specify locations in the form of an Amazon Web
Services Region code, such as us-west-2
.public DescribeFleetLocationAttributesRequest withLocations(String... locations)
A list of fleet locations to retrieve information for. Specify locations in the form of an Amazon Web Services
Region code, such as us-west-2
.
NOTE: This method appends the values to the existing list (if any). Use
setLocations(java.util.Collection)
or withLocations(java.util.Collection)
if you want to
override the existing values.
locations
- A list of fleet locations to retrieve information for. Specify locations in the form of an Amazon Web
Services Region code, such as us-west-2
.public DescribeFleetLocationAttributesRequest withLocations(Collection<String> locations)
A list of fleet locations to retrieve information for. Specify locations in the form of an Amazon Web Services
Region code, such as us-west-2
.
locations
- A list of fleet locations to retrieve information for. Specify locations in the form of an Amazon Web
Services Region code, such as us-west-2
.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. This limit is not currently enforced.
limit
- The maximum number of results to return. Use this parameter with NextToken
to get results as
a set of sequential pages. This limit is not currently enforced.public Integer getLimit()
The maximum number of results to return. Use this parameter with NextToken
to get results as a set
of sequential pages. This limit is not currently enforced.
NextToken
to get results as
a set of sequential pages. This limit is not currently enforced.public DescribeFleetLocationAttributesRequest withLimit(Integer limit)
The maximum number of results to return. Use this parameter with NextToken
to get results as a set
of sequential pages. This limit is not currently enforced.
limit
- The maximum number of results to return. Use this parameter with NextToken
to get results as
a set of sequential pages. This limit is not currently enforced.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 DescribeFleetLocationAttributesRequest 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 DescribeFleetLocationAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()