@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationGrantsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListApplicationGrantsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListApplicationGrantsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationArn()
Specifies the ARN of the application whose grants you want to list.
|
String |
getNextToken()
Specifies that you want to receive the next page of results.
|
int |
hashCode() |
void |
setApplicationArn(String applicationArn)
Specifies the ARN of the application whose grants you want to list.
|
void |
setNextToken(String nextToken)
Specifies that you want to receive the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationGrantsRequest |
withApplicationArn(String applicationArn)
Specifies the ARN of the application whose grants you want to list.
|
ListApplicationGrantsRequest |
withNextToken(String nextToken)
Specifies that you want to receive the next page of results.
|
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 void setApplicationArn(String applicationArn)
Specifies the ARN of the application whose grants you want to list.
applicationArn - Specifies the ARN of the application whose grants you want to list.public String getApplicationArn()
Specifies the ARN of the application whose grants you want to list.
public ListApplicationGrantsRequest withApplicationArn(String applicationArn)
Specifies the ARN of the application whose grants you want to list.
applicationArn - Specifies the ARN of the application whose grants you want to list.public void setNextToken(String nextToken)
Specifies that you want to receive the next page of results. Valid only if you received a NextToken
response in the previous request. If you did, it indicates that more output is available. Set this parameter to
the value provided by the previous call's NextToken response to request the next page of results.
nextToken - Specifies that you want to receive the next page of results. Valid only if you received a
NextToken response in the previous request. If you did, it indicates that more output is
available. Set this parameter to the value provided by the previous call's NextToken response
to request the next page of results.public String getNextToken()
Specifies that you want to receive the next page of results. Valid only if you received a NextToken
response in the previous request. If you did, it indicates that more output is available. Set this parameter to
the value provided by the previous call's NextToken response to request the next page of results.
NextToken response in the previous request. If you did, it indicates that more output is
available. Set this parameter to the value provided by the previous call's NextToken
response to request the next page of results.public ListApplicationGrantsRequest withNextToken(String nextToken)
Specifies that you want to receive the next page of results. Valid only if you received a NextToken
response in the previous request. If you did, it indicates that more output is available. Set this parameter to
the value provided by the previous call's NextToken response to request the next page of results.
nextToken - Specifies that you want to receive the next page of results. Valid only if you received a
NextToken response in the previous request. If you did, it indicates that more output is
available. Set this parameter to the value provided by the previous call's NextToken response
to request the next page of results.public String toString()
toString in class ObjectObject.toString()public ListApplicationGrantsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.