@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRecommendationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeRecommendationsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeRecommendationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Filter> |
getFilters()
Filters applied to the target engine recommendations described in the form of key-value pairs.
|
Integer |
getMaxRecords()
The maximum number of records to include in the response.
|
String |
getNextToken()
Specifies the unique pagination token that makes it possible to display the next page of results.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
Filters applied to the target engine recommendations described in the form of key-value pairs.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
void |
setNextToken(String nextToken)
Specifies the unique pagination token that makes it possible to display the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRecommendationsRequest |
withFilters(Collection<Filter> filters)
Filters applied to the target engine recommendations described in the form of key-value pairs.
|
DescribeRecommendationsRequest |
withFilters(Filter... filters)
Filters applied to the target engine recommendations described in the form of key-value pairs.
|
DescribeRecommendationsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
DescribeRecommendationsRequest |
withNextToken(String nextToken)
Specifies the unique pagination token that makes it possible to display the next 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 List<Filter> getFilters()
Filters applied to the target engine recommendations described in the form of key-value pairs.
public void setFilters(Collection<Filter> filters)
Filters applied to the target engine recommendations described in the form of key-value pairs.
filters
- Filters applied to the target engine recommendations described in the form of key-value pairs.public DescribeRecommendationsRequest withFilters(Filter... filters)
Filters applied to the target engine recommendations described in the form of key-value pairs.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- Filters applied to the target engine recommendations described in the form of key-value pairs.public DescribeRecommendationsRequest withFilters(Collection<Filter> filters)
Filters applied to the target engine recommendations described in the form of key-value pairs.
filters
- Filters applied to the target engine recommendations described in the form of key-value pairs.public void setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, Fleet Advisor includes a pagination token in the response so that you can retrieve
the remaining results.
maxRecords
- The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, Fleet Advisor includes a pagination token in the response so that you can
retrieve the remaining results.public Integer getMaxRecords()
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, Fleet Advisor includes a pagination token in the response so that you can retrieve
the remaining results.
MaxRecords
value, Fleet Advisor includes a pagination token in the response so that you can
retrieve the remaining results.public DescribeRecommendationsRequest withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, Fleet Advisor includes a pagination token in the response so that you can retrieve
the remaining results.
maxRecords
- The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, Fleet Advisor includes a pagination token in the response so that you can
retrieve the remaining results.public void setNextToken(String nextToken)
Specifies the unique pagination token that makes it possible to display the next page of results. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
If NextToken
is returned by a previous response, there are more results available. The value of
NextToken
is a unique pagination token for each page. Make the call again using the returned token
to retrieve the next page. Keep all other arguments unchanged.
nextToken
- Specifies the unique pagination token that makes it possible to display the next page of results. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
If NextToken
is returned by a previous response, there are more results available. The value
of NextToken
is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged.
public String getNextToken()
Specifies the unique pagination token that makes it possible to display the next page of results. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
If NextToken
is returned by a previous response, there are more results available. The value of
NextToken
is a unique pagination token for each page. Make the call again using the returned token
to retrieve the next page. Keep all other arguments unchanged.
MaxRecords
.
If NextToken
is returned by a previous response, there are more results available. The value
of NextToken
is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged.
public DescribeRecommendationsRequest withNextToken(String nextToken)
Specifies the unique pagination token that makes it possible to display the next page of results. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
If NextToken
is returned by a previous response, there are more results available. The value of
NextToken
is a unique pagination token for each page. Make the call again using the returned token
to retrieve the next page. Keep all other arguments unchanged.
nextToken
- Specifies the unique pagination token that makes it possible to display the next page of results. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
If NextToken
is returned by a previous response, there are more results available. The value
of NextToken
is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged.
public String toString()
toString
in class Object
Object.toString()
public DescribeRecommendationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()