@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWorkloadRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeWorkloadRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeWorkloadRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The AWS account ID for the workload owner.
|
String |
getComponentName()
The name of the component.
|
String |
getResourceGroupName()
The name of the resource group.
|
String |
getWorkloadId()
The ID of the workload.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The AWS account ID for the workload owner.
|
void |
setComponentName(String componentName)
The name of the component.
|
void |
setResourceGroupName(String resourceGroupName)
The name of the resource group.
|
void |
setWorkloadId(String workloadId)
The ID of the workload.
|
String |
toString()
Returns a string representation of this object.
|
DescribeWorkloadRequest |
withAccountId(String accountId)
The AWS account ID for the workload owner.
|
DescribeWorkloadRequest |
withComponentName(String componentName)
The name of the component.
|
DescribeWorkloadRequest |
withResourceGroupName(String resourceGroupName)
The name of the resource group.
|
DescribeWorkloadRequest |
withWorkloadId(String workloadId)
The ID of the workload.
|
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, withSdkRequestTimeout
public void setResourceGroupName(String resourceGroupName)
The name of the resource group.
resourceGroupName
- The name of the resource group.public String getResourceGroupName()
The name of the resource group.
public DescribeWorkloadRequest withResourceGroupName(String resourceGroupName)
The name of the resource group.
resourceGroupName
- The name of the resource group.public void setComponentName(String componentName)
The name of the component.
componentName
- The name of the component.public String getComponentName()
The name of the component.
public DescribeWorkloadRequest withComponentName(String componentName)
The name of the component.
componentName
- The name of the component.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 DescribeWorkloadRequest withWorkloadId(String workloadId)
The ID of the workload.
workloadId
- The ID of the workload.public void setAccountId(String accountId)
The AWS account ID for the workload owner.
accountId
- The AWS account ID for the workload owner.public String getAccountId()
The AWS account ID for the workload owner.
public DescribeWorkloadRequest withAccountId(String accountId)
The AWS account ID for the workload owner.
accountId
- The AWS account ID for the workload owner.public String toString()
toString
in class Object
Object.toString()
public DescribeWorkloadRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()