@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListOrganizationRecommendationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListOrganizationRecommendationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListOrganizationRecommendationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getAfterLastUpdatedAt()
After the last update of the Recommendation
|
String |
getAwsService()
The aws service associated with the Recommendation
|
Date |
getBeforeLastUpdatedAt()
Before the last update of the Recommendation
|
String |
getCheckIdentifier()
The check identifier of the Recommendation
|
Integer |
getMaxResults()
The maximum number of results to return per page.
|
String |
getNextToken()
The token for the next set of results.
|
String |
getPillar()
The pillar of the Recommendation
|
String |
getSource()
The source of the Recommendation
|
String |
getStatus()
The status of the Recommendation
|
String |
getType()
The type of the Recommendation
|
int |
hashCode() |
void |
setAfterLastUpdatedAt(Date afterLastUpdatedAt)
After the last update of the Recommendation
|
void |
setAwsService(String awsService)
The aws service associated with the Recommendation
|
void |
setBeforeLastUpdatedAt(Date beforeLastUpdatedAt)
Before the last update of the Recommendation
|
void |
setCheckIdentifier(String checkIdentifier)
The check identifier of the Recommendation
|
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 |
setPillar(String pillar)
The pillar of the Recommendation
|
void |
setSource(String source)
The source of the Recommendation
|
void |
setStatus(String status)
The status of the Recommendation
|
void |
setType(String type)
The type of the Recommendation
|
String |
toString()
Returns a string representation of this object.
|
ListOrganizationRecommendationsRequest |
withAfterLastUpdatedAt(Date afterLastUpdatedAt)
After the last update of the Recommendation
|
ListOrganizationRecommendationsRequest |
withAwsService(String awsService)
The aws service associated with the Recommendation
|
ListOrganizationRecommendationsRequest |
withBeforeLastUpdatedAt(Date beforeLastUpdatedAt)
Before the last update of the Recommendation
|
ListOrganizationRecommendationsRequest |
withCheckIdentifier(String checkIdentifier)
The check identifier of the Recommendation
|
ListOrganizationRecommendationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListOrganizationRecommendationsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListOrganizationRecommendationsRequest |
withPillar(RecommendationPillar pillar)
The pillar of the Recommendation
|
ListOrganizationRecommendationsRequest |
withPillar(String pillar)
The pillar of the Recommendation
|
ListOrganizationRecommendationsRequest |
withSource(RecommendationSource source)
The source of the Recommendation
|
ListOrganizationRecommendationsRequest |
withSource(String source)
The source of the Recommendation
|
ListOrganizationRecommendationsRequest |
withStatus(RecommendationStatus status)
The status of the Recommendation
|
ListOrganizationRecommendationsRequest |
withStatus(String status)
The status of the Recommendation
|
ListOrganizationRecommendationsRequest |
withType(RecommendationType type)
The type of the Recommendation
|
ListOrganizationRecommendationsRequest |
withType(String type)
The type of the Recommendation
|
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 ListOrganizationRecommendationsRequest()
public void setAfterLastUpdatedAt(Date afterLastUpdatedAt)
After the last update of the Recommendation
afterLastUpdatedAt
- After the last update of the Recommendationpublic Date getAfterLastUpdatedAt()
After the last update of the Recommendation
public ListOrganizationRecommendationsRequest withAfterLastUpdatedAt(Date afterLastUpdatedAt)
After the last update of the Recommendation
afterLastUpdatedAt
- After the last update of the Recommendationpublic void setAwsService(String awsService)
The aws service associated with the Recommendation
awsService
- The aws service associated with the Recommendationpublic String getAwsService()
The aws service associated with the Recommendation
public ListOrganizationRecommendationsRequest withAwsService(String awsService)
The aws service associated with the Recommendation
awsService
- The aws service associated with the Recommendationpublic void setBeforeLastUpdatedAt(Date beforeLastUpdatedAt)
Before the last update of the Recommendation
beforeLastUpdatedAt
- Before the last update of the Recommendationpublic Date getBeforeLastUpdatedAt()
Before the last update of the Recommendation
public ListOrganizationRecommendationsRequest withBeforeLastUpdatedAt(Date beforeLastUpdatedAt)
Before the last update of the Recommendation
beforeLastUpdatedAt
- Before the last update of the Recommendationpublic void setCheckIdentifier(String checkIdentifier)
The check identifier of the Recommendation
checkIdentifier
- The check identifier of the Recommendationpublic String getCheckIdentifier()
The check identifier of the Recommendation
public ListOrganizationRecommendationsRequest withCheckIdentifier(String checkIdentifier)
The check identifier of the Recommendation
checkIdentifier
- The check identifier of the Recommendationpublic 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 ListOrganizationRecommendationsRequest 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 ListOrganizationRecommendationsRequest 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 setPillar(String pillar)
The pillar of the Recommendation
pillar
- The pillar of the RecommendationRecommendationPillar
public String getPillar()
The pillar of the Recommendation
RecommendationPillar
public ListOrganizationRecommendationsRequest withPillar(String pillar)
The pillar of the Recommendation
pillar
- The pillar of the RecommendationRecommendationPillar
public ListOrganizationRecommendationsRequest withPillar(RecommendationPillar pillar)
The pillar of the Recommendation
pillar
- The pillar of the RecommendationRecommendationPillar
public void setSource(String source)
The source of the Recommendation
source
- The source of the RecommendationRecommendationSource
public String getSource()
The source of the Recommendation
RecommendationSource
public ListOrganizationRecommendationsRequest withSource(String source)
The source of the Recommendation
source
- The source of the RecommendationRecommendationSource
public ListOrganizationRecommendationsRequest withSource(RecommendationSource source)
The source of the Recommendation
source
- The source of the RecommendationRecommendationSource
public void setStatus(String status)
The status of the Recommendation
status
- The status of the RecommendationRecommendationStatus
public String getStatus()
The status of the Recommendation
RecommendationStatus
public ListOrganizationRecommendationsRequest withStatus(String status)
The status of the Recommendation
status
- The status of the RecommendationRecommendationStatus
public ListOrganizationRecommendationsRequest withStatus(RecommendationStatus status)
The status of the Recommendation
status
- The status of the RecommendationRecommendationStatus
public void setType(String type)
The type of the Recommendation
type
- The type of the RecommendationRecommendationType
public String getType()
The type of the Recommendation
RecommendationType
public ListOrganizationRecommendationsRequest withType(String type)
The type of the Recommendation
type
- The type of the RecommendationRecommendationType
public ListOrganizationRecommendationsRequest withType(RecommendationType type)
The type of the Recommendation
type
- The type of the RecommendationRecommendationType
public String toString()
toString
in class Object
Object.toString()
public ListOrganizationRecommendationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()