@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWorkspaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateWorkspaceRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateWorkspaceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
The description of the workspace.
|
String |
getRole()
The ARN of the execution role associated with the workspace.
|
String |
getWorkspaceId()
The ID of the workspace.
|
int |
hashCode() |
void |
setDescription(String description)
The description of the workspace.
|
void |
setRole(String role)
The ARN of the execution role associated with the workspace.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace.
|
String |
toString()
Returns a string representation of this object.
|
UpdateWorkspaceRequest |
withDescription(String description)
The description of the workspace.
|
UpdateWorkspaceRequest |
withRole(String role)
The ARN of the execution role associated with the workspace.
|
UpdateWorkspaceRequest |
withWorkspaceId(String workspaceId)
The ID of the workspace.
|
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 void setWorkspaceId(String workspaceId)
The ID of the workspace.
workspaceId
- The ID of the workspace.public String getWorkspaceId()
The ID of the workspace.
public UpdateWorkspaceRequest withWorkspaceId(String workspaceId)
The ID of the workspace.
workspaceId
- The ID of the workspace.public void setDescription(String description)
The description of the workspace.
description
- The description of the workspace.public String getDescription()
The description of the workspace.
public UpdateWorkspaceRequest withDescription(String description)
The description of the workspace.
description
- The description of the workspace.public void setRole(String role)
The ARN of the execution role associated with the workspace.
role
- The ARN of the execution role associated with the workspace.public String getRole()
The ARN of the execution role associated with the workspace.
public UpdateWorkspaceRequest withRole(String role)
The ARN of the execution role associated with the workspace.
role
- The ARN of the execution role associated with the workspace.public String toString()
toString
in class Object
Object.toString()
public UpdateWorkspaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()