@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAccessesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAccessesRequest() |
Modifier and Type | Method and Description |
---|---|
ListAccessesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Specifies the maximum number of access SIDs to return.
|
String |
getNextToken()
When you can get additional results from the
ListAccesses call, a NextToken parameter
is returned in the output. |
String |
getServerId()
A system-assigned unique identifier for a server that has users assigned to it.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Specifies the maximum number of access SIDs to return.
|
void |
setNextToken(String nextToken)
When you can get additional results from the
ListAccesses call, a NextToken parameter
is returned in the output. |
void |
setServerId(String serverId)
A system-assigned unique identifier for a server that has users assigned to it.
|
String |
toString()
Returns a string representation of this object.
|
ListAccessesRequest |
withMaxResults(Integer maxResults)
Specifies the maximum number of access SIDs to return.
|
ListAccessesRequest |
withNextToken(String nextToken)
When you can get additional results from the
ListAccesses call, a NextToken parameter
is returned in the output. |
ListAccessesRequest |
withServerId(String serverId)
A system-assigned unique identifier for a server that has users assigned to it.
|
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 setMaxResults(Integer maxResults)
Specifies the maximum number of access SIDs to return.
maxResults
- Specifies the maximum number of access SIDs to return.public Integer getMaxResults()
Specifies the maximum number of access SIDs to return.
public ListAccessesRequest withMaxResults(Integer maxResults)
Specifies the maximum number of access SIDs to return.
maxResults
- Specifies the maximum number of access SIDs to return.public void setNextToken(String nextToken)
When you can get additional results from the ListAccesses
call, a NextToken
parameter
is returned in the output. You can then pass in a subsequent command to the NextToken
parameter to
continue listing additional accesses.
nextToken
- When you can get additional results from the ListAccesses
call, a NextToken
parameter is returned in the output. You can then pass in a subsequent command to the
NextToken
parameter to continue listing additional accesses.public String getNextToken()
When you can get additional results from the ListAccesses
call, a NextToken
parameter
is returned in the output. You can then pass in a subsequent command to the NextToken
parameter to
continue listing additional accesses.
ListAccesses
call, a NextToken
parameter is returned in the output. You can then pass in a subsequent command to the
NextToken
parameter to continue listing additional accesses.public ListAccessesRequest withNextToken(String nextToken)
When you can get additional results from the ListAccesses
call, a NextToken
parameter
is returned in the output. You can then pass in a subsequent command to the NextToken
parameter to
continue listing additional accesses.
nextToken
- When you can get additional results from the ListAccesses
call, a NextToken
parameter is returned in the output. You can then pass in a subsequent command to the
NextToken
parameter to continue listing additional accesses.public void setServerId(String serverId)
A system-assigned unique identifier for a server that has users assigned to it.
serverId
- A system-assigned unique identifier for a server that has users assigned to it.public String getServerId()
A system-assigned unique identifier for a server that has users assigned to it.
public ListAccessesRequest withServerId(String serverId)
A system-assigned unique identifier for a server that has users assigned to it.
serverId
- A system-assigned unique identifier for a server that has users assigned to it.public String toString()
toString
in class Object
Object.toString()
public ListAccessesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()