@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppInstanceUsersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAppInstanceUsersRequest() |
Modifier and Type | Method and Description |
---|---|
ListAppInstanceUsersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppInstanceArn()
The ARN of the
AppInstance . |
Integer |
getMaxResults()
The maximum number of requests that you want returned.
|
String |
getNextToken()
The token passed by previous API calls until all requested users are returned.
|
int |
hashCode() |
void |
setAppInstanceArn(String appInstanceArn)
The ARN of the
AppInstance . |
void |
setMaxResults(Integer maxResults)
The maximum number of requests that you want returned.
|
void |
setNextToken(String nextToken)
The token passed by previous API calls until all requested users are returned.
|
String |
toString()
Returns a string representation of this object.
|
ListAppInstanceUsersRequest |
withAppInstanceArn(String appInstanceArn)
The ARN of the
AppInstance . |
ListAppInstanceUsersRequest |
withMaxResults(Integer maxResults)
The maximum number of requests that you want returned.
|
ListAppInstanceUsersRequest |
withNextToken(String nextToken)
The token passed by previous API calls until all requested users are returned.
|
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 void setAppInstanceArn(String appInstanceArn)
The ARN of the AppInstance
.
appInstanceArn
- The ARN of the AppInstance
.public String getAppInstanceArn()
The ARN of the AppInstance
.
AppInstance
.public ListAppInstanceUsersRequest withAppInstanceArn(String appInstanceArn)
The ARN of the AppInstance
.
appInstanceArn
- The ARN of the AppInstance
.public void setMaxResults(Integer maxResults)
The maximum number of requests that you want returned.
maxResults
- The maximum number of requests that you want returned.public Integer getMaxResults()
The maximum number of requests that you want returned.
public ListAppInstanceUsersRequest withMaxResults(Integer maxResults)
The maximum number of requests that you want returned.
maxResults
- The maximum number of requests that you want returned.public void setNextToken(String nextToken)
The token passed by previous API calls until all requested users are returned.
nextToken
- The token passed by previous API calls until all requested users are returned.public String getNextToken()
The token passed by previous API calls until all requested users are returned.
public ListAppInstanceUsersRequest withNextToken(String nextToken)
The token passed by previous API calls until all requested users are returned.
nextToken
- The token passed by previous API calls until all requested users are returned.public String toString()
toString
in class Object
Object.toString()
public ListAppInstanceUsersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()