@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConfigurationRevisionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ListConfigurationRevisionsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListConfigurationRevisionsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getConfigurationId()The unique ID that Amazon MQ generates for the configuration. | 
| Integer | getMaxResults()The maximum number of configurations that Amazon MQ can return per page (20 by default). | 
| String | getNextToken()The token that specifies the next page of results Amazon MQ should return. | 
| int | hashCode() | 
| void | setConfigurationId(String configurationId)The unique ID that Amazon MQ generates for the configuration. | 
| void | setMaxResults(Integer maxResults)The maximum number of configurations that Amazon MQ can return per page (20 by default). | 
| void | setNextToken(String nextToken)The token that specifies the next page of results Amazon MQ should return. | 
| String | toString()Returns a string representation of this object. | 
| ListConfigurationRevisionsRequest | withConfigurationId(String configurationId)The unique ID that Amazon MQ generates for the configuration. | 
| ListConfigurationRevisionsRequest | withMaxResults(Integer maxResults)The maximum number of configurations that Amazon MQ can return per page (20 by default). | 
| ListConfigurationRevisionsRequest | withNextToken(String nextToken)The token that specifies the next page of results Amazon MQ should return. | 
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 setConfigurationId(String configurationId)
configurationId - The unique ID that Amazon MQ generates for the configuration.public String getConfigurationId()
public ListConfigurationRevisionsRequest withConfigurationId(String configurationId)
configurationId - The unique ID that Amazon MQ generates for the configuration.public void setMaxResults(Integer maxResults)
maxResults - The maximum number of configurations that Amazon MQ can return per page (20 by default). This value must
        be an integer from 5 to 100.public Integer getMaxResults()
public ListConfigurationRevisionsRequest withMaxResults(Integer maxResults)
maxResults - The maximum number of configurations that Amazon MQ can return per page (20 by default). This value must
        be an integer from 5 to 100.public void setNextToken(String nextToken)
nextToken - The token that specifies the next page of results Amazon MQ should return. To request the first page,
        leave nextToken empty.public String getNextToken()
public ListConfigurationRevisionsRequest withNextToken(String nextToken)
nextToken - The token that specifies the next page of results Amazon MQ should return. To request the first page,
        leave nextToken empty.public String toString()
toString in class ObjectObject.toString()public ListConfigurationRevisionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()