@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeProblemObservationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeProblemObservationsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeProblemObservationsRequest | 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. | 
| DescribeProblemObservationsRequest | 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 DescribeProblemObservationsRequest withProblemId(String problemId)
The ID of the problem.
problemId - The ID of the problem.public String toString()
toString in class ObjectObject.toString()public DescribeProblemObservationsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()