@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyWorkspacePropertiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ModifyWorkspacePropertiesRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyWorkspacePropertiesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getWorkspaceId()
The ID of the WorkSpace.
|
WorkspaceProperties |
getWorkspaceProperties()
The WorkSpace properties of the request.
|
int |
hashCode() |
void |
setWorkspaceId(String workspaceId)
The ID of the WorkSpace.
|
void |
setWorkspaceProperties(WorkspaceProperties workspaceProperties)
The WorkSpace properties of the request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ModifyWorkspacePropertiesRequest |
withWorkspaceId(String workspaceId)
The ID of the WorkSpace.
|
ModifyWorkspacePropertiesRequest |
withWorkspaceProperties(WorkspaceProperties workspaceProperties)
The WorkSpace properties of the request.
|
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 ModifyWorkspacePropertiesRequest withWorkspaceId(String workspaceId)
The ID of the WorkSpace.
workspaceId
- The ID of the WorkSpace.public void setWorkspaceProperties(WorkspaceProperties workspaceProperties)
The WorkSpace properties of the request.
workspaceProperties
- The WorkSpace properties of the request.public WorkspaceProperties getWorkspaceProperties()
The WorkSpace properties of the request.
public ModifyWorkspacePropertiesRequest withWorkspaceProperties(WorkspaceProperties workspaceProperties)
The WorkSpace properties of the request.
workspaceProperties
- The WorkSpace properties of the request.public String toString()
toString
in class Object
Object.toString()
public ModifyWorkspacePropertiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.