@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPositionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetPositionRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetPositionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getResourceIdentifier()
Resource identifier used to retrieve the position information.
|
String |
getResourceType()
Resource type of the resource for which position information is retrieved.
|
int |
hashCode() |
void |
setResourceIdentifier(String resourceIdentifier)
Resource identifier used to retrieve the position information.
|
void |
setResourceType(String resourceType)
Resource type of the resource for which position information is retrieved.
|
String |
toString()
Returns a string representation of this object.
|
GetPositionRequest |
withResourceIdentifier(String resourceIdentifier)
Resource identifier used to retrieve the position information.
|
GetPositionRequest |
withResourceType(PositionResourceType resourceType)
Resource type of the resource for which position information is retrieved.
|
GetPositionRequest |
withResourceType(String resourceType)
Resource type of the resource for which position information is retrieved.
|
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 setResourceIdentifier(String resourceIdentifier)
Resource identifier used to retrieve the position information.
resourceIdentifier - Resource identifier used to retrieve the position information.public String getResourceIdentifier()
Resource identifier used to retrieve the position information.
public GetPositionRequest withResourceIdentifier(String resourceIdentifier)
Resource identifier used to retrieve the position information.
resourceIdentifier - Resource identifier used to retrieve the position information.public void setResourceType(String resourceType)
Resource type of the resource for which position information is retrieved.
resourceType - Resource type of the resource for which position information is retrieved.PositionResourceTypepublic String getResourceType()
Resource type of the resource for which position information is retrieved.
PositionResourceTypepublic GetPositionRequest withResourceType(String resourceType)
Resource type of the resource for which position information is retrieved.
resourceType - Resource type of the resource for which position information is retrieved.PositionResourceTypepublic GetPositionRequest withResourceType(PositionResourceType resourceType)
Resource type of the resource for which position information is retrieved.
resourceType - Resource type of the resource for which position information is retrieved.PositionResourceTypepublic String toString()
toString in class ObjectObject.toString()public GetPositionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()