@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetArchitectureRecommendationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetArchitectureRecommendationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetArchitectureRecommendationsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Upper bound on number of records to return.
|
String |
getNextToken()
A token that can be used to resume pagination from the end of the collection.
|
String |
getRecoveryGroupName()
Name of RecoveryGroup (top level resource) to be analyzed.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Upper bound on number of records to return.
|
void |
setNextToken(String nextToken)
A token that can be used to resume pagination from the end of the collection.
|
void |
setRecoveryGroupName(String recoveryGroupName)
Name of RecoveryGroup (top level resource) to be analyzed.
|
String |
toString()
Returns a string representation of this object.
|
GetArchitectureRecommendationsRequest |
withMaxResults(Integer maxResults)
Upper bound on number of records to return.
|
GetArchitectureRecommendationsRequest |
withNextToken(String nextToken)
A token that can be used to resume pagination from the end of the collection.
|
GetArchitectureRecommendationsRequest |
withRecoveryGroupName(String recoveryGroupName)
Name of RecoveryGroup (top level resource) to be analyzed.
|
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 GetArchitectureRecommendationsRequest()
public void setMaxResults(Integer maxResults)
maxResults - Upper bound on number of records to return.public Integer getMaxResults()
public GetArchitectureRecommendationsRequest withMaxResults(Integer maxResults)
maxResults - Upper bound on number of records to return.public void setNextToken(String nextToken)
nextToken - A token that can be used to resume pagination from the end of the collection.public String getNextToken()
public GetArchitectureRecommendationsRequest withNextToken(String nextToken)
nextToken - A token that can be used to resume pagination from the end of the collection.public void setRecoveryGroupName(String recoveryGroupName)
recoveryGroupName - Name of RecoveryGroup (top level resource) to be analyzed.public String getRecoveryGroupName()
public GetArchitectureRecommendationsRequest withRecoveryGroupName(String recoveryGroupName)
recoveryGroupName - Name of RecoveryGroup (top level resource) to be analyzed.public String toString()
toString in class ObjectObject.toString()public GetArchitectureRecommendationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.