@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAttributeGroupsForApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAttributeGroupsForApplicationRequest() |
Modifier and Type | Method and Description |
---|---|
ListAttributeGroupsForApplicationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplication()
The name or ID of the application.
|
Integer |
getMaxResults()
The upper bound of the number of results to return.
|
String |
getNextToken()
This token retrieves the next page of results after a previous API call.
|
int |
hashCode() |
void |
setApplication(String application)
The name or ID of the application.
|
void |
setMaxResults(Integer maxResults)
The upper bound of the number of results to return.
|
void |
setNextToken(String nextToken)
This token retrieves the next page of results after a previous API call.
|
String |
toString()
Returns a string representation of this object.
|
ListAttributeGroupsForApplicationRequest |
withApplication(String application)
The name or ID of the application.
|
ListAttributeGroupsForApplicationRequest |
withMaxResults(Integer maxResults)
The upper bound of the number of results to return.
|
ListAttributeGroupsForApplicationRequest |
withNextToken(String nextToken)
This token retrieves the next page of results after a previous API call.
|
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 ListAttributeGroupsForApplicationRequest()
public void setApplication(String application)
The name or ID of the application.
application
- The name or ID of the application.public String getApplication()
The name or ID of the application.
public ListAttributeGroupsForApplicationRequest withApplication(String application)
The name or ID of the application.
application
- The name or ID of the application.public void setNextToken(String nextToken)
This token retrieves the next page of results after a previous API call.
nextToken
- This token retrieves the next page of results after a previous API call.public String getNextToken()
This token retrieves the next page of results after a previous API call.
public ListAttributeGroupsForApplicationRequest withNextToken(String nextToken)
This token retrieves the next page of results after a previous API call.
nextToken
- This token retrieves the next page of results after a previous API call.public void setMaxResults(Integer maxResults)
The upper bound of the number of results to return. The value cannot exceed 25. If you omit this parameter, it defaults to 25. This value is optional.
maxResults
- The upper bound of the number of results to return. The value cannot exceed 25. If you omit this
parameter, it defaults to 25. This value is optional.public Integer getMaxResults()
The upper bound of the number of results to return. The value cannot exceed 25. If you omit this parameter, it defaults to 25. This value is optional.
public ListAttributeGroupsForApplicationRequest withMaxResults(Integer maxResults)
The upper bound of the number of results to return. The value cannot exceed 25. If you omit this parameter, it defaults to 25. This value is optional.
maxResults
- The upper bound of the number of results to return. The value cannot exceed 25. If you omit this
parameter, it defaults to 25. This value is optional.public String toString()
toString
in class Object
Object.toString()
public ListAttributeGroupsForApplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()