@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) |
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 |
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 |
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, withSdkRequestTimeout
public 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 resourceResourceStatus
public String getStatus()
The status of the resource
ResourceStatus
public ListRecommendationResourcesRequest withStatus(String status)
The status of the resource
status
- The status of the resourceResourceStatus
public ListRecommendationResourcesRequest withStatus(ResourceStatus status)
The status of the resource
status
- The status of the resourceResourceStatus
public String toString()
toString
in class Object
Object.toString()
public ListRecommendationResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()