@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public GetArchitectureRecommendationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()