@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWorkspaceConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeWorkspaceConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeWorkspaceConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getConfiguration()
The configuration string for the workspace that you requested.
|
String |
getGrafanaVersion()
The supported Grafana version for the workspace.
|
int |
hashCode() |
void |
setConfiguration(String configuration)
The configuration string for the workspace that you requested.
|
void |
setGrafanaVersion(String grafanaVersion)
The supported Grafana version for the workspace.
|
String |
toString()
Returns a string representation of this object.
|
DescribeWorkspaceConfigurationResult |
withConfiguration(String configuration)
The configuration string for the workspace that you requested.
|
DescribeWorkspaceConfigurationResult |
withGrafanaVersion(String grafanaVersion)
The supported Grafana version for the workspace.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeWorkspaceConfigurationResult()
public void setConfiguration(String configuration)
The configuration string for the workspace that you requested. 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 configuration string for the workspace that you requested. For more information about the format and
configuration options available, see Working in your
Grafana workspace.public String getConfiguration()
The configuration string for the workspace that you requested. 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 DescribeWorkspaceConfigurationResult withConfiguration(String configuration)
The configuration string for the workspace that you requested. 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 configuration string for the workspace that you requested. For more information about the format and
configuration options available, see Working in your
Grafana workspace.public void setGrafanaVersion(String grafanaVersion)
The supported Grafana version for the workspace.
grafanaVersion
- The supported Grafana version for the workspace.public String getGrafanaVersion()
The supported Grafana version for the workspace.
public DescribeWorkspaceConfigurationResult withGrafanaVersion(String grafanaVersion)
The supported Grafana version for the workspace.
grafanaVersion
- The supported Grafana version for the workspace.public String toString()
toString
in class Object
Object.toString()
public DescribeWorkspaceConfigurationResult clone()