@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 |
getProblemId()
The ID of the problem.
|
int |
hashCode() |
void |
setProblemId(String problemId)
The ID of the problem.
|
String |
toString()
Returns a string representation of this object.
|
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 String toString()
toString in class ObjectObject.toString()public DescribeProblemRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()