@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUpgradeHistoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
 Container for the request parameters to the GetUpgradeHistory operation.
 
NOOP| Constructor and Description | 
|---|
GetUpgradeHistoryRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
GetUpgradeHistoryRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getDomainName()
 The name of an existing domain. 
 | 
Integer | 
getMaxResults()
 An optional parameter that specifies the maximum number of results to return. 
 | 
String | 
getNextToken()
 If your initial  
GetUpgradeHistory operation returns a nextToken, you can include the
 returned nextToken in subsequent GetUpgradeHistory operations, which returns results in
 the next page. | 
int | 
hashCode()  | 
void | 
setDomainName(String domainName)
 The name of an existing domain. 
 | 
void | 
setMaxResults(Integer maxResults)
 An optional parameter that specifies the maximum number of results to return. 
 | 
void | 
setNextToken(String nextToken)
 If your initial  
GetUpgradeHistory operation returns a nextToken, you can include the
 returned nextToken in subsequent GetUpgradeHistory operations, which returns results in
 the next page. | 
String | 
toString()
Returns a string representation of this object. 
 | 
GetUpgradeHistoryRequest | 
withDomainName(String domainName)
 The name of an existing domain. 
 | 
GetUpgradeHistoryRequest | 
withMaxResults(Integer maxResults)
 An optional parameter that specifies the maximum number of results to return. 
 | 
GetUpgradeHistoryRequest | 
withNextToken(String nextToken)
 If your initial  
GetUpgradeHistory operation returns a nextToken, you can include the
 returned nextToken in subsequent GetUpgradeHistory operations, which returns results in
 the next page. | 
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, withSdkRequestTimeoutpublic void setDomainName(String domainName)
The name of an existing domain.
domainName - The name of an existing domain.public String getDomainName()
The name of an existing domain.
public GetUpgradeHistoryRequest withDomainName(String domainName)
The name of an existing domain.
domainName - The name of an existing domain.public void setMaxResults(Integer maxResults)
 An optional parameter that specifies the maximum number of results to return. You can use nextToken
 to get the next page of results.
 
maxResults - An optional parameter that specifies the maximum number of results to return. You can use
        nextToken to get the next page of results.public Integer getMaxResults()
 An optional parameter that specifies the maximum number of results to return. You can use nextToken
 to get the next page of results.
 
nextToken to get the next page of results.public GetUpgradeHistoryRequest withMaxResults(Integer maxResults)
 An optional parameter that specifies the maximum number of results to return. You can use nextToken
 to get the next page of results.
 
maxResults - An optional parameter that specifies the maximum number of results to return. You can use
        nextToken to get the next page of results.public void setNextToken(String nextToken)
 If your initial GetUpgradeHistory operation returns a nextToken, you can include the
 returned nextToken in subsequent GetUpgradeHistory operations, which returns results in
 the next page.
 
nextToken - If your initial GetUpgradeHistory operation returns a nextToken, you can include
        the returned nextToken in subsequent GetUpgradeHistory operations, which returns
        results in the next page.public String getNextToken()
 If your initial GetUpgradeHistory operation returns a nextToken, you can include the
 returned nextToken in subsequent GetUpgradeHistory operations, which returns results in
 the next page.
 
GetUpgradeHistory operation returns a nextToken, you can
         include the returned nextToken in subsequent GetUpgradeHistory operations,
         which returns results in the next page.public GetUpgradeHistoryRequest withNextToken(String nextToken)
 If your initial GetUpgradeHistory operation returns a nextToken, you can include the
 returned nextToken in subsequent GetUpgradeHistory operations, which returns results in
 the next page.
 
nextToken - If your initial GetUpgradeHistory operation returns a nextToken, you can include
        the returned nextToken in subsequent GetUpgradeHistory operations, which returns
        results in the next page.public String toString()
toString in class ObjectObject.toString()public GetUpgradeHistoryRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()