@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteWorkspaceServiceAccountRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteWorkspaceServiceAccountRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteWorkspaceServiceAccountRequest |
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 to delete.
|
String |
getWorkspaceId()
The ID of the workspace where the service account resides.
|
int |
hashCode() |
void |
setServiceAccountId(String serviceAccountId)
The ID of the service account to delete.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace where the service account resides.
|
String |
toString()
Returns a string representation of this object.
|
DeleteWorkspaceServiceAccountRequest |
withServiceAccountId(String serviceAccountId)
The ID of the service account to delete.
|
DeleteWorkspaceServiceAccountRequest |
withWorkspaceId(String workspaceId)
The ID of the workspace where the service account resides.
|
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 DeleteWorkspaceServiceAccountRequest()
public void setServiceAccountId(String serviceAccountId)
The ID of the service account to delete.
serviceAccountId
- The ID of the service account to delete.public String getServiceAccountId()
The ID of the service account to delete.
public DeleteWorkspaceServiceAccountRequest withServiceAccountId(String serviceAccountId)
The ID of the service account to delete.
serviceAccountId
- The ID of the service account to delete.public void setWorkspaceId(String workspaceId)
The ID of the workspace where the service account resides.
workspaceId
- The ID of the workspace where the service account resides.public String getWorkspaceId()
The ID of the workspace where the service account resides.
public DeleteWorkspaceServiceAccountRequest withWorkspaceId(String workspaceId)
The ID of the workspace where the service account resides.
workspaceId
- The ID of the workspace where the service account resides.public String toString()
toString
in class Object
Object.toString()
public DeleteWorkspaceServiceAccountRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()