@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeObservationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeObservationRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeObservationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getObservationId()
The ID of the observation.
|
int |
hashCode() |
void |
setObservationId(String observationId)
The ID of the observation.
|
String |
toString()
Returns a string representation of this object.
|
DescribeObservationRequest |
withObservationId(String observationId)
The ID of the observation.
|
addHandlerContext, copyBaseTo, 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 setObservationId(String observationId)
The ID of the observation.
observationId - The ID of the observation.public String getObservationId()
The ID of the observation.
public DescribeObservationRequest withObservationId(String observationId)
The ID of the observation.
observationId - The ID of the observation.public String toString()
toString in class ObjectObject.toString()public DescribeObservationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.