@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWorkspaceConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateWorkspaceConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkspaceConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfiguration()
The new configuration string for the workspace.
|
String |
getWorkspaceId()
The ID of the workspace to update.
|
int |
hashCode() |
void |
setConfiguration(String configuration)
The new configuration string for the workspace.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateWorkspaceConfigurationRequest |
withConfiguration(String configuration)
The new configuration string for the workspace.
|
UpdateWorkspaceConfigurationRequest |
withWorkspaceId(String workspaceId)
The ID of the workspace to update.
|
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 setConfiguration(String configuration)
The new configuration string for the workspace. For more information about the format and configuration options available, see Working in your Grafana workspace.
This field's value must be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
configuration - The new configuration string for the workspace. For more information about the format and configuration
options available, see Working in your
Grafana workspace.public String getConfiguration()
The new configuration string for the workspace. For more information about the format and configuration options available, see Working in your Grafana workspace.
This field's value will be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
public UpdateWorkspaceConfigurationRequest withConfiguration(String configuration)
The new configuration string for the workspace. For more information about the format and configuration options available, see Working in your Grafana workspace.
This field's value must be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
configuration - The new configuration string for the workspace. For more information about the format and configuration
options available, see Working in your
Grafana workspace.public void setWorkspaceId(String workspaceId)
The ID of the workspace to update.
workspaceId - The ID of the workspace to update.public String getWorkspaceId()
The ID of the workspace to update.
public UpdateWorkspaceConfigurationRequest withWorkspaceId(String workspaceId)
The ID of the workspace to update.
workspaceId - The ID of the workspace to update.public String toString()
toString in class ObjectObject.toString()public UpdateWorkspaceConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()