@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListOrganizationRecommendationResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListOrganizationRecommendationResourcesRequest() |
Modifier and Type | Method and Description |
---|---|
ListOrganizationRecommendationResourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAffectedAccountId()
An account affected by this organization recommendation
|
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 |
getOrganizationRecommendationIdentifier()
The AWS Organization organization's Recommendation identifier
|
String |
getRegionCode()
The AWS Region code of the resource
|
String |
getStatus()
The status of the resource
|
int |
hashCode() |
void |
setAffectedAccountId(String affectedAccountId)
An account affected by this organization recommendation
|
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 |
setOrganizationRecommendationIdentifier(String organizationRecommendationIdentifier)
The AWS Organization organization's 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.
|
ListOrganizationRecommendationResourcesRequest |
withAffectedAccountId(String affectedAccountId)
An account affected by this organization recommendation
|
ListOrganizationRecommendationResourcesRequest |
withExclusionStatus(ExclusionStatus exclusionStatus)
The exclusion status of the resource
|
ListOrganizationRecommendationResourcesRequest |
withExclusionStatus(String exclusionStatus)
The exclusion status of the resource
|
ListOrganizationRecommendationResourcesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListOrganizationRecommendationResourcesRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListOrganizationRecommendationResourcesRequest |
withOrganizationRecommendationIdentifier(String organizationRecommendationIdentifier)
The AWS Organization organization's Recommendation identifier
|
ListOrganizationRecommendationResourcesRequest |
withRegionCode(String regionCode)
The AWS Region code of the resource
|
ListOrganizationRecommendationResourcesRequest |
withStatus(ResourceStatus status)
The status of the resource
|
ListOrganizationRecommendationResourcesRequest |
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 ListOrganizationRecommendationResourcesRequest()
public void setAffectedAccountId(String affectedAccountId)
An account affected by this organization recommendation
affectedAccountId
- An account affected by this organization recommendationpublic String getAffectedAccountId()
An account affected by this organization recommendation
public ListOrganizationRecommendationResourcesRequest withAffectedAccountId(String affectedAccountId)
An account affected by this organization recommendation
affectedAccountId
- An account affected by this organization recommendationpublic void setExclusionStatus(String exclusionStatus)
The exclusion status of the resource
exclusionStatus
- The exclusion status of the resourceExclusionStatus
public String getExclusionStatus()
The exclusion status of the resource
ExclusionStatus
public ListOrganizationRecommendationResourcesRequest withExclusionStatus(String exclusionStatus)
The exclusion status of the resource
exclusionStatus
- The exclusion status of the resourceExclusionStatus
public ListOrganizationRecommendationResourcesRequest withExclusionStatus(ExclusionStatus exclusionStatus)
The exclusion status of the resource
exclusionStatus
- The exclusion status of the resourceExclusionStatus
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 ListOrganizationRecommendationResourcesRequest 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 ListOrganizationRecommendationResourcesRequest 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 setOrganizationRecommendationIdentifier(String organizationRecommendationIdentifier)
The AWS Organization organization's Recommendation identifier
organizationRecommendationIdentifier
- The AWS Organization organization's Recommendation identifierpublic String getOrganizationRecommendationIdentifier()
The AWS Organization organization's Recommendation identifier
public ListOrganizationRecommendationResourcesRequest withOrganizationRecommendationIdentifier(String organizationRecommendationIdentifier)
The AWS Organization organization's Recommendation identifier
organizationRecommendationIdentifier
- The AWS Organization organization's 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 ListOrganizationRecommendationResourcesRequest 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 ListOrganizationRecommendationResourcesRequest withStatus(String status)
The status of the resource
status
- The status of the resourceResourceStatus
public ListOrganizationRecommendationResourcesRequest withStatus(ResourceStatus status)
The status of the resource
status
- The status of the resourceResourceStatus
public String toString()
toString
in class Object
Object.toString()
public ListOrganizationRecommendationResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()