@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateWorkspaceApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
AssociateWorkspaceApplicationRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
AssociateWorkspaceApplicationRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getApplicationId()
 The identifier of the application. 
 | 
String | 
getWorkspaceId()
 The identifier of the WorkSpace. 
 | 
int | 
hashCode()  | 
void | 
setApplicationId(String applicationId)
 The identifier of the application. 
 | 
void | 
setWorkspaceId(String workspaceId)
 The identifier of the WorkSpace. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
AssociateWorkspaceApplicationRequest | 
withApplicationId(String applicationId)
 The identifier of the application. 
 | 
AssociateWorkspaceApplicationRequest | 
withWorkspaceId(String workspaceId)
 The identifier 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, withSdkRequestTimeoutpublic AssociateWorkspaceApplicationRequest()
public void setWorkspaceId(String workspaceId)
The identifier of the WorkSpace.
workspaceId - The identifier of the WorkSpace.public String getWorkspaceId()
The identifier of the WorkSpace.
public AssociateWorkspaceApplicationRequest withWorkspaceId(String workspaceId)
The identifier of the WorkSpace.
workspaceId - The identifier of the WorkSpace.public void setApplicationId(String applicationId)
The identifier of the application.
applicationId - The identifier of the application.public String getApplicationId()
The identifier of the application.
public AssociateWorkspaceApplicationRequest withApplicationId(String applicationId)
The identifier of the application.
applicationId - The identifier of the application.public String toString()
toString in class ObjectObject.toString()public AssociateWorkspaceApplicationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()