@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteWorkspaceServiceAccountTokenRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteWorkspaceServiceAccountTokenRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteWorkspaceServiceAccountTokenRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getServiceAccountId()
The ID of the service account from which to delete the token.
|
String |
getTokenId()
The ID of the token to delete.
|
String |
getWorkspaceId()
The ID of the workspace from which to delete the token.
|
int |
hashCode() |
void |
setServiceAccountId(String serviceAccountId)
The ID of the service account from which to delete the token.
|
void |
setTokenId(String tokenId)
The ID of the token to delete.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace from which to delete the token.
|
String |
toString()
Returns a string representation of this object.
|
DeleteWorkspaceServiceAccountTokenRequest |
withServiceAccountId(String serviceAccountId)
The ID of the service account from which to delete the token.
|
DeleteWorkspaceServiceAccountTokenRequest |
withTokenId(String tokenId)
The ID of the token to delete.
|
DeleteWorkspaceServiceAccountTokenRequest |
withWorkspaceId(String workspaceId)
The ID of the workspace from which to delete the token.
|
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 DeleteWorkspaceServiceAccountTokenRequest()
public void setServiceAccountId(String serviceAccountId)
The ID of the service account from which to delete the token.
serviceAccountId
- The ID of the service account from which to delete the token.public String getServiceAccountId()
The ID of the service account from which to delete the token.
public DeleteWorkspaceServiceAccountTokenRequest withServiceAccountId(String serviceAccountId)
The ID of the service account from which to delete the token.
serviceAccountId
- The ID of the service account from which to delete the token.public void setTokenId(String tokenId)
The ID of the token to delete.
tokenId
- The ID of the token to delete.public String getTokenId()
The ID of the token to delete.
public DeleteWorkspaceServiceAccountTokenRequest withTokenId(String tokenId)
The ID of the token to delete.
tokenId
- The ID of the token to delete.public void setWorkspaceId(String workspaceId)
The ID of the workspace from which to delete the token.
workspaceId
- The ID of the workspace from which to delete the token.public String getWorkspaceId()
The ID of the workspace from which to delete the token.
public DeleteWorkspaceServiceAccountTokenRequest withWorkspaceId(String workspaceId)
The ID of the workspace from which to delete the token.
workspaceId
- The ID of the workspace from which to delete the token.public String toString()
toString
in class Object
Object.toString()
public DeleteWorkspaceServiceAccountTokenRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()