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