@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 |
getAccountId()
The AWS account ID for the resource group owner.
|
String |
getProblemId()
The ID of the problem.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The AWS account ID for the resource group owner.
|
void |
setProblemId(String problemId)
The ID of the problem.
|
String |
toString()
Returns a string representation of this object.
|
DescribeProblemObservationsRequest |
withAccountId(String accountId)
The AWS account ID for the resource group owner.
|
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, withSdkRequestTimeout
public 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 void setAccountId(String accountId)
The AWS account ID for the resource group owner.
accountId
- The AWS account ID for the resource group owner.public String getAccountId()
The AWS account ID for the resource group owner.
public DescribeProblemObservationsRequest withAccountId(String accountId)
The AWS account ID for the resource group owner.
accountId
- The AWS account ID for the resource group owner.public String toString()
toString
in class Object
Object.toString()
public DescribeProblemObservationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()