@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateLicenseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisassociateLicenseRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateLicenseRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLicenseType()
The type of license to remove from the workspace.
|
String |
getWorkspaceId()
The ID of the workspace to remove the Grafana Enterprise license from.
|
int |
hashCode() |
void |
setLicenseType(String licenseType)
The type of license to remove from the workspace.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace to remove the Grafana Enterprise license from.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateLicenseRequest |
withLicenseType(LicenseType licenseType)
The type of license to remove from the workspace.
|
DisassociateLicenseRequest |
withLicenseType(String licenseType)
The type of license to remove from the workspace.
|
DisassociateLicenseRequest |
withWorkspaceId(String workspaceId)
The ID of the workspace to remove the Grafana Enterprise license from.
|
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 void setLicenseType(String licenseType)
The type of license to remove from the workspace.
licenseType - The type of license to remove from the workspace.LicenseTypepublic String getLicenseType()
The type of license to remove from the workspace.
LicenseTypepublic DisassociateLicenseRequest withLicenseType(String licenseType)
The type of license to remove from the workspace.
licenseType - The type of license to remove from the workspace.LicenseTypepublic DisassociateLicenseRequest withLicenseType(LicenseType licenseType)
The type of license to remove from the workspace.
licenseType - The type of license to remove from the workspace.LicenseTypepublic void setWorkspaceId(String workspaceId)
The ID of the workspace to remove the Grafana Enterprise license from.
workspaceId - The ID of the workspace to remove the Grafana Enterprise license from.public String getWorkspaceId()
The ID of the workspace to remove the Grafana Enterprise license from.
public DisassociateLicenseRequest withWorkspaceId(String workspaceId)
The ID of the workspace to remove the Grafana Enterprise license from.
workspaceId - The ID of the workspace to remove the Grafana Enterprise license from.public String toString()
toString in class ObjectObject.toString()public DisassociateLicenseRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()