@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchRasterDataCollectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchRasterDataCollectionResult() |
Modifier and Type | Method and Description |
---|---|
SearchRasterDataCollectionResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getApproximateResultCount()
Approximate number of results in the response.
|
List<ItemSource> |
getItems()
List of items matching the Raster DataCollectionQuery.
|
String |
getNextToken()
If the previous response was truncated, you receive this token.
|
int |
hashCode() |
void |
setApproximateResultCount(Integer approximateResultCount)
Approximate number of results in the response.
|
void |
setItems(Collection<ItemSource> items)
List of items matching the Raster DataCollectionQuery.
|
void |
setNextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
String |
toString()
Returns a string representation of this object.
|
SearchRasterDataCollectionResult |
withApproximateResultCount(Integer approximateResultCount)
Approximate number of results in the response.
|
SearchRasterDataCollectionResult |
withItems(Collection<ItemSource> items)
List of items matching the Raster DataCollectionQuery.
|
SearchRasterDataCollectionResult |
withItems(ItemSource... items)
List of items matching the Raster DataCollectionQuery.
|
SearchRasterDataCollectionResult |
withNextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApproximateResultCount(Integer approximateResultCount)
Approximate number of results in the response.
approximateResultCount
- Approximate number of results in the response.public Integer getApproximateResultCount()
Approximate number of results in the response.
public SearchRasterDataCollectionResult withApproximateResultCount(Integer approximateResultCount)
Approximate number of results in the response.
approximateResultCount
- Approximate number of results in the response.public List<ItemSource> getItems()
List of items matching the Raster DataCollectionQuery.
public void setItems(Collection<ItemSource> items)
List of items matching the Raster DataCollectionQuery.
items
- List of items matching the Raster DataCollectionQuery.public SearchRasterDataCollectionResult withItems(ItemSource... items)
List of items matching the Raster DataCollectionQuery.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)
or withItems(java.util.Collection)
if you want to override the
existing values.
items
- List of items matching the Raster DataCollectionQuery.public SearchRasterDataCollectionResult withItems(Collection<ItemSource> items)
List of items matching the Raster DataCollectionQuery.
items
- List of items matching the Raster DataCollectionQuery.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 SearchRasterDataCollectionResult 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 String toString()
toString
in class Object
Object.toString()
public SearchRasterDataCollectionResult clone()