@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppInstanceAdminsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAppInstanceAdminsRequest() |
Modifier and Type | Method and Description |
---|---|
ListAppInstanceAdminsRequest |
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 administrators that you want to return.
|
String |
getNextToken()
The token returned from previous API requests until the number of administrators is reached.
|
int |
hashCode() |
void |
setAppInstanceArn(String appInstanceArn)
The ARN of the
AppInstance . |
void |
setMaxResults(Integer maxResults)
The maximum number of administrators that you want to return.
|
void |
setNextToken(String nextToken)
The token returned from previous API requests until the number of administrators is reached.
|
String |
toString()
Returns a string representation of this object.
|
ListAppInstanceAdminsRequest |
withAppInstanceArn(String appInstanceArn)
The ARN of the
AppInstance . |
ListAppInstanceAdminsRequest |
withMaxResults(Integer maxResults)
The maximum number of administrators that you want to return.
|
ListAppInstanceAdminsRequest |
withNextToken(String nextToken)
The token returned from previous API requests until the number of administrators is reached.
|
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 ListAppInstanceAdminsRequest withAppInstanceArn(String appInstanceArn)
The ARN of the AppInstance
.
appInstanceArn
- The ARN of the AppInstance
.public void setMaxResults(Integer maxResults)
The maximum number of administrators that you want to return.
maxResults
- The maximum number of administrators that you want to return.public Integer getMaxResults()
The maximum number of administrators that you want to return.
public ListAppInstanceAdminsRequest withMaxResults(Integer maxResults)
The maximum number of administrators that you want to return.
maxResults
- The maximum number of administrators that you want to return.public void setNextToken(String nextToken)
The token returned from previous API requests until the number of administrators is reached.
nextToken
- The token returned from previous API requests until the number of administrators is reached.public String getNextToken()
The token returned from previous API requests until the number of administrators is reached.
public ListAppInstanceAdminsRequest withNextToken(String nextToken)
The token returned from previous API requests until the number of administrators is reached.
nextToken
- The token returned from previous API requests until the number of administrators is reached.public String toString()
toString
in class Object
Object.toString()
public ListAppInstanceAdminsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()