@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRightsizingRecommendationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetRightsizingRecommendationRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetRightsizingRecommendationRequest |
clone() |
boolean |
equals(Object obj) |
Expression |
getFilter() |
String |
getNextPageToken()
The pagination token that indicates the next set of results that you want to retrieve.
|
Integer |
getPageSize()
The number of recommendations that you want returned in a single response object.
|
String |
getService()
The specific service that you want recommendations for.
|
int |
hashCode() |
void |
setFilter(Expression filter) |
void |
setNextPageToken(String nextPageToken)
The pagination token that indicates the next set of results that you want to retrieve.
|
void |
setPageSize(Integer pageSize)
The number of recommendations that you want returned in a single response object.
|
void |
setService(String service)
The specific service that you want recommendations for.
|
String |
toString()
Returns a string representation of this object.
|
GetRightsizingRecommendationRequest |
withFilter(Expression filter) |
GetRightsizingRecommendationRequest |
withNextPageToken(String nextPageToken)
The pagination token that indicates the next set of results that you want to retrieve.
|
GetRightsizingRecommendationRequest |
withPageSize(Integer pageSize)
The number of recommendations that you want returned in a single response object.
|
GetRightsizingRecommendationRequest |
withService(String service)
The specific service that you want recommendations for.
|
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 setFilter(Expression filter)
filter - public Expression getFilter()
public GetRightsizingRecommendationRequest withFilter(Expression filter)
filter - public void setService(String service)
The specific service that you want recommendations for. The only valid value for
GetRightsizingRecommendation is "AmazonEC2".
service - The specific service that you want recommendations for. The only valid value for
GetRightsizingRecommendation is "AmazonEC2".public String getService()
The specific service that you want recommendations for. The only valid value for
GetRightsizingRecommendation is "AmazonEC2".
GetRightsizingRecommendation is "AmazonEC2".public GetRightsizingRecommendationRequest withService(String service)
The specific service that you want recommendations for. The only valid value for
GetRightsizingRecommendation is "AmazonEC2".
service - The specific service that you want recommendations for. The only valid value for
GetRightsizingRecommendation is "AmazonEC2".public void setPageSize(Integer pageSize)
The number of recommendations that you want returned in a single response object.
pageSize - The number of recommendations that you want returned in a single response object.public Integer getPageSize()
The number of recommendations that you want returned in a single response object.
public GetRightsizingRecommendationRequest withPageSize(Integer pageSize)
The number of recommendations that you want returned in a single response object.
pageSize - The number of recommendations that you want returned in a single response object.public void setNextPageToken(String nextPageToken)
The pagination token that indicates the next set of results that you want to retrieve.
nextPageToken - The pagination token that indicates the next set of results that you want to retrieve.public String getNextPageToken()
The pagination token that indicates the next set of results that you want to retrieve.
public GetRightsizingRecommendationRequest withNextPageToken(String nextPageToken)
The pagination token that indicates the next set of results that you want to retrieve.
nextPageToken - The pagination token that indicates the next set of results that you want to retrieve.public String toString()
toString in class ObjectObject.toString()public GetRightsizingRecommendationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.