@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteWorkspaceServiceAccountTokenResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteWorkspaceServiceAccountTokenResult() |
Modifier and Type | Method and Description |
---|---|
DeleteWorkspaceServiceAccountTokenResult |
clone() |
boolean |
equals(Object obj) |
String |
getServiceAccountId()
The ID of the service account where the token was deleted.
|
String |
getTokenId()
The ID of the token that was deleted.
|
String |
getWorkspaceId()
The ID of the workspace where the token was deleted.
|
int |
hashCode() |
void |
setServiceAccountId(String serviceAccountId)
The ID of the service account where the token was deleted.
|
void |
setTokenId(String tokenId)
The ID of the token that was deleted.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace where the token was deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteWorkspaceServiceAccountTokenResult |
withServiceAccountId(String serviceAccountId)
The ID of the service account where the token was deleted.
|
DeleteWorkspaceServiceAccountTokenResult |
withTokenId(String tokenId)
The ID of the token that was deleted.
|
DeleteWorkspaceServiceAccountTokenResult |
withWorkspaceId(String workspaceId)
The ID of the workspace where the token was deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DeleteWorkspaceServiceAccountTokenResult()
public void setServiceAccountId(String serviceAccountId)
The ID of the service account where the token was deleted.
serviceAccountId
- The ID of the service account where the token was deleted.public String getServiceAccountId()
The ID of the service account where the token was deleted.
public DeleteWorkspaceServiceAccountTokenResult withServiceAccountId(String serviceAccountId)
The ID of the service account where the token was deleted.
serviceAccountId
- The ID of the service account where the token was deleted.public void setTokenId(String tokenId)
The ID of the token that was deleted.
tokenId
- The ID of the token that was deleted.public String getTokenId()
The ID of the token that was deleted.
public DeleteWorkspaceServiceAccountTokenResult withTokenId(String tokenId)
The ID of the token that was deleted.
tokenId
- The ID of the token that was deleted.public void setWorkspaceId(String workspaceId)
The ID of the workspace where the token was deleted.
workspaceId
- The ID of the workspace where the token was deleted.public String getWorkspaceId()
The ID of the workspace where the token was deleted.
public DeleteWorkspaceServiceAccountTokenResult withWorkspaceId(String workspaceId)
The ID of the workspace where the token was deleted.
workspaceId
- The ID of the workspace where the token was deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteWorkspaceServiceAccountTokenResult clone()