@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateLicenseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AssociateLicenseRequest() |
| Modifier and Type | Method and Description |
|---|---|
AssociateLicenseRequest |
clone() |
boolean |
equals(Object obj) |
String |
getLicenseType()
The type of license to associate with the workspace.
|
String |
getWorkspaceId()
The ID of the workspace to associate the license with.
|
int |
hashCode() |
void |
setLicenseType(String licenseType)
The type of license to associate with the workspace.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace to associate the license with.
|
String |
toString()
Returns a string representation of this object.
|
AssociateLicenseRequest |
withLicenseType(LicenseType licenseType)
The type of license to associate with the workspace.
|
AssociateLicenseRequest |
withLicenseType(String licenseType)
The type of license to associate with the workspace.
|
AssociateLicenseRequest |
withWorkspaceId(String workspaceId)
The ID of the workspace to associate the license with.
|
addHandlerContext, copyBaseTo, 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 void setLicenseType(String licenseType)
The type of license to associate with the workspace.
licenseType - The type of license to associate with the workspace.LicenseTypepublic String getLicenseType()
The type of license to associate with the workspace.
LicenseTypepublic AssociateLicenseRequest withLicenseType(String licenseType)
The type of license to associate with the workspace.
licenseType - The type of license to associate with the workspace.LicenseTypepublic AssociateLicenseRequest withLicenseType(LicenseType licenseType)
The type of license to associate with the workspace.
licenseType - The type of license to associate with the workspace.LicenseTypepublic void setWorkspaceId(String workspaceId)
The ID of the workspace to associate the license with.
workspaceId - The ID of the workspace to associate the license with.public String getWorkspaceId()
The ID of the workspace to associate the license with.
public AssociateLicenseRequest withWorkspaceId(String workspaceId)
The ID of the workspace to associate the license with.
workspaceId - The ID of the workspace to associate the license with.public String toString()
toString in class ObjectObject.toString()public AssociateLicenseRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.