@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeProblemRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
DescribeProblemRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeProblemRequest | 
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 owner of the resource group affected by the problem. 
 | 
String | 
getProblemId()
 The ID of the problem. 
 | 
int | 
hashCode()  | 
void | 
setAccountId(String accountId)
 The AWS account ID for the owner of the resource group affected by the problem. 
 | 
void | 
setProblemId(String problemId)
 The ID of the problem. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DescribeProblemRequest | 
withAccountId(String accountId)
 The AWS account ID for the owner of the resource group affected by the problem. 
 | 
DescribeProblemRequest | 
withProblemId(String problemId)
 The ID of the problem. 
 | 
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 setProblemId(String problemId)
The ID of the problem.
problemId - The ID of the problem.public String getProblemId()
The ID of the problem.
public DescribeProblemRequest withProblemId(String problemId)
The ID of the problem.
problemId - The ID of the problem.public void setAccountId(String accountId)
The AWS account ID for the owner of the resource group affected by the problem.
accountId - The AWS account ID for the owner of the resource group affected by the problem.public String getAccountId()
The AWS account ID for the owner of the resource group affected by the problem.
public DescribeProblemRequest withAccountId(String accountId)
The AWS account ID for the owner of the resource group affected by the problem.
accountId - The AWS account ID for the owner of the resource group affected by the problem.public String toString()
toString in class ObjectObject.toString()public DescribeProblemRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()