@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWorkspaceServiceAccountTokensRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListWorkspaceServiceAccountTokensRequest() |
Modifier and Type | Method and Description |
---|---|
ListWorkspaceServiceAccountTokensRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of tokens to include in the results.
|
String |
getNextToken()
The token for the next set of service accounts to return.
|
String |
getServiceAccountId()
The ID of the service account for which to return tokens.
|
String |
getWorkspaceId()
The ID of the workspace for which to return tokens.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of tokens to include in the results.
|
void |
setNextToken(String nextToken)
The token for the next set of service accounts to return.
|
void |
setServiceAccountId(String serviceAccountId)
The ID of the service account for which to return tokens.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace for which to return tokens.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkspaceServiceAccountTokensRequest |
withMaxResults(Integer maxResults)
The maximum number of tokens to include in the results.
|
ListWorkspaceServiceAccountTokensRequest |
withNextToken(String nextToken)
The token for the next set of service accounts to return.
|
ListWorkspaceServiceAccountTokensRequest |
withServiceAccountId(String serviceAccountId)
The ID of the service account for which to return tokens.
|
ListWorkspaceServiceAccountTokensRequest |
withWorkspaceId(String workspaceId)
The ID of the workspace for which to return tokens.
|
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 ListWorkspaceServiceAccountTokensRequest()
public void setMaxResults(Integer maxResults)
The maximum number of tokens to include in the results.
maxResults
- The maximum number of tokens to include in the results.public Integer getMaxResults()
The maximum number of tokens to include in the results.
public ListWorkspaceServiceAccountTokensRequest withMaxResults(Integer maxResults)
The maximum number of tokens to include in the results.
maxResults
- The maximum number of tokens to include in the results.public void setNextToken(String nextToken)
The token for the next set of service accounts to return. (You receive this token from a previous
ListWorkspaceServiceAccountTokens
operation.)
nextToken
- The token for the next set of service accounts to return. (You receive this token from a previous
ListWorkspaceServiceAccountTokens
operation.)public String getNextToken()
The token for the next set of service accounts to return. (You receive this token from a previous
ListWorkspaceServiceAccountTokens
operation.)
ListWorkspaceServiceAccountTokens
operation.)public ListWorkspaceServiceAccountTokensRequest withNextToken(String nextToken)
The token for the next set of service accounts to return. (You receive this token from a previous
ListWorkspaceServiceAccountTokens
operation.)
nextToken
- The token for the next set of service accounts to return. (You receive this token from a previous
ListWorkspaceServiceAccountTokens
operation.)public void setServiceAccountId(String serviceAccountId)
The ID of the service account for which to return tokens.
serviceAccountId
- The ID of the service account for which to return tokens.public String getServiceAccountId()
The ID of the service account for which to return tokens.
public ListWorkspaceServiceAccountTokensRequest withServiceAccountId(String serviceAccountId)
The ID of the service account for which to return tokens.
serviceAccountId
- The ID of the service account for which to return tokens.public void setWorkspaceId(String workspaceId)
The ID of the workspace for which to return tokens.
workspaceId
- The ID of the workspace for which to return tokens.public String getWorkspaceId()
The ID of the workspace for which to return tokens.
public ListWorkspaceServiceAccountTokensRequest withWorkspaceId(String workspaceId)
The ID of the workspace for which to return tokens.
workspaceId
- The ID of the workspace for which to return tokens.public String toString()
toString
in class Object
Object.toString()
public ListWorkspaceServiceAccountTokensRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()