@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRecommendationResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListRecommendationResourcesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationResourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getExclusionStatus()
The exclusion status of the resource
|
Integer |
getMaxResults()
The maximum number of results to return per page.
|
String |
getNextToken()
The token for the next set of results.
|
String |
getRecommendationIdentifier()
The Recommendation identifier
|
String |
getRegionCode()
The AWS Region code of the resource
|
String |
getStatus()
The status of the resource
|
int |
hashCode() |
void |
setExclusionStatus(String exclusionStatus)
The exclusion status of the resource
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setRecommendationIdentifier(String recommendationIdentifier)
The Recommendation identifier
|
void |
setRegionCode(String regionCode)
The AWS Region code of the resource
|
void |
setStatus(String status)
The status of the resource
|
String |
toString()
Returns a string representation of this object.
|
ListRecommendationResourcesRequest |
withExclusionStatus(ExclusionStatus exclusionStatus)
The exclusion status of the resource
|
ListRecommendationResourcesRequest |
withExclusionStatus(String exclusionStatus)
The exclusion status of the resource
|
ListRecommendationResourcesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListRecommendationResourcesRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListRecommendationResourcesRequest |
withRecommendationIdentifier(String recommendationIdentifier)
The Recommendation identifier
|
ListRecommendationResourcesRequest |
withRegionCode(String regionCode)
The AWS Region code of the resource
|
ListRecommendationResourcesRequest |
withStatus(ResourceStatus status)
The status of the resource
|
ListRecommendationResourcesRequest |
withStatus(String status)
The status of the resource
|
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, withSdkRequestTimeoutpublic void setExclusionStatus(String exclusionStatus)
The exclusion status of the resource
exclusionStatus - The exclusion status of the resourceExclusionStatuspublic String getExclusionStatus()
The exclusion status of the resource
ExclusionStatuspublic ListRecommendationResourcesRequest withExclusionStatus(String exclusionStatus)
The exclusion status of the resource
exclusionStatus - The exclusion status of the resourceExclusionStatuspublic ListRecommendationResourcesRequest withExclusionStatus(ExclusionStatus exclusionStatus)
The exclusion status of the resource
exclusionStatus - The exclusion status of the resourceExclusionStatuspublic void setMaxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.public Integer getMaxResults()
The maximum number of results to return per page.
public ListRecommendationResourcesRequest withMaxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.public void setNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String getNextToken()
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
public ListRecommendationResourcesRequest withNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public void setRecommendationIdentifier(String recommendationIdentifier)
The Recommendation identifier
recommendationIdentifier - The Recommendation identifierpublic String getRecommendationIdentifier()
The Recommendation identifier
public ListRecommendationResourcesRequest withRecommendationIdentifier(String recommendationIdentifier)
The Recommendation identifier
recommendationIdentifier - The Recommendation identifierpublic void setRegionCode(String regionCode)
The AWS Region code of the resource
regionCode - The AWS Region code of the resourcepublic String getRegionCode()
The AWS Region code of the resource
public ListRecommendationResourcesRequest withRegionCode(String regionCode)
The AWS Region code of the resource
regionCode - The AWS Region code of the resourcepublic void setStatus(String status)
The status of the resource
status - The status of the resourceResourceStatuspublic String getStatus()
The status of the resource
ResourceStatuspublic ListRecommendationResourcesRequest withStatus(String status)
The status of the resource
status - The status of the resourceResourceStatuspublic ListRecommendationResourcesRequest withStatus(ResourceStatus status)
The status of the resource
status - The status of the resourceResourceStatuspublic String toString()
toString in class ObjectObject.toString()public ListRecommendationResourcesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()