@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchRasterDataCollectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SearchRasterDataCollectionRequest() |
Modifier and Type | Method and Description |
---|---|
SearchRasterDataCollectionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the raster data collection.
|
String |
getNextToken()
If the previous response was truncated, you receive this token.
|
RasterDataCollectionQueryWithBandFilterInput |
getRasterDataCollectionQuery()
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the raster data collection.
|
void |
setNextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
void |
setRasterDataCollectionQuery(RasterDataCollectionQueryWithBandFilterInput rasterDataCollectionQuery)
|
String |
toString()
Returns a string representation of this object.
|
SearchRasterDataCollectionRequest |
withArn(String arn)
The Amazon Resource Name (ARN) of the raster data collection.
|
SearchRasterDataCollectionRequest |
withNextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
SearchRasterDataCollectionRequest |
withRasterDataCollectionQuery(RasterDataCollectionQueryWithBandFilterInput rasterDataCollectionQuery)
|
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 setArn(String arn)
The Amazon Resource Name (ARN) of the raster data collection.
arn
- The Amazon Resource Name (ARN) of the raster data collection.public String getArn()
The Amazon Resource Name (ARN) of the raster data collection.
public SearchRasterDataCollectionRequest withArn(String arn)
The Amazon Resource Name (ARN) of the raster data collection.
arn
- The Amazon Resource Name (ARN) of the raster data collection.public void setNextToken(String nextToken)
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
nextToken
- If the previous response was truncated, you receive this token. Use it in your next request to receive the
next set of results.public String getNextToken()
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
public SearchRasterDataCollectionRequest withNextToken(String nextToken)
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
nextToken
- If the previous response was truncated, you receive this token. Use it in your next request to receive the
next set of results.public void setRasterDataCollectionQuery(RasterDataCollectionQueryWithBandFilterInput rasterDataCollectionQuery)
rasterDataCollectionQuery
- public RasterDataCollectionQueryWithBandFilterInput getRasterDataCollectionQuery()
public SearchRasterDataCollectionRequest withRasterDataCollectionQuery(RasterDataCollectionQueryWithBandFilterInput rasterDataCollectionQuery)
rasterDataCollectionQuery
- public String toString()
toString
in class Object
Object.toString()
public SearchRasterDataCollectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()