@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWorkloadResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeWorkloadResult() |
Modifier and Type | Method and Description |
---|---|
DescribeWorkloadResult |
clone() |
boolean |
equals(Object obj) |
WorkloadConfiguration |
getWorkloadConfiguration()
The configuration settings of the workload.
|
String |
getWorkloadId()
The ID of the workload.
|
String |
getWorkloadRemarks()
If logging is supported for the resource type, shows whether the component has configured logs to be monitored.
|
int |
hashCode() |
void |
setWorkloadConfiguration(WorkloadConfiguration workloadConfiguration)
The configuration settings of the workload.
|
void |
setWorkloadId(String workloadId)
The ID of the workload.
|
void |
setWorkloadRemarks(String workloadRemarks)
If logging is supported for the resource type, shows whether the component has configured logs to be monitored.
|
String |
toString()
Returns a string representation of this object.
|
DescribeWorkloadResult |
withWorkloadConfiguration(WorkloadConfiguration workloadConfiguration)
The configuration settings of the workload.
|
DescribeWorkloadResult |
withWorkloadId(String workloadId)
The ID of the workload.
|
DescribeWorkloadResult |
withWorkloadRemarks(String workloadRemarks)
If logging is supported for the resource type, shows whether the component has configured logs to be monitored.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWorkloadId(String workloadId)
The ID of the workload.
workloadId
- The ID of the workload.public String getWorkloadId()
The ID of the workload.
public DescribeWorkloadResult withWorkloadId(String workloadId)
The ID of the workload.
workloadId
- The ID of the workload.public void setWorkloadRemarks(String workloadRemarks)
If logging is supported for the resource type, shows whether the component has configured logs to be monitored.
workloadRemarks
- If logging is supported for the resource type, shows whether the component has configured logs to be
monitored.public String getWorkloadRemarks()
If logging is supported for the resource type, shows whether the component has configured logs to be monitored.
public DescribeWorkloadResult withWorkloadRemarks(String workloadRemarks)
If logging is supported for the resource type, shows whether the component has configured logs to be monitored.
workloadRemarks
- If logging is supported for the resource type, shows whether the component has configured logs to be
monitored.public void setWorkloadConfiguration(WorkloadConfiguration workloadConfiguration)
The configuration settings of the workload. The value is the escaped JSON of the configuration.
workloadConfiguration
- The configuration settings of the workload. The value is the escaped JSON of the configuration.public WorkloadConfiguration getWorkloadConfiguration()
The configuration settings of the workload. The value is the escaped JSON of the configuration.
public DescribeWorkloadResult withWorkloadConfiguration(WorkloadConfiguration workloadConfiguration)
The configuration settings of the workload. The value is the escaped JSON of the configuration.
workloadConfiguration
- The configuration settings of the workload. The value is the escaped JSON of the configuration.public String toString()
toString
in class Object
Object.toString()
public DescribeWorkloadResult clone()