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