@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public DescribeObservationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()