@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()
|
List<ItemSource> |
getItems()
|
String |
getNextToken()
If the previous response was truncated, you receive this token.
|
int |
hashCode() |
void |
setApproximateResultCount(Integer approximateResultCount)
|
void |
setItems(Collection<ItemSource> items)
|
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)
|
SearchRasterDataCollectionResult |
withItems(Collection<ItemSource> items)
|
SearchRasterDataCollectionResult |
withItems(ItemSource... items)
|
SearchRasterDataCollectionResult |
withNextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApproximateResultCount(Integer approximateResultCount)
approximateResultCount
- public Integer getApproximateResultCount()
public SearchRasterDataCollectionResult withApproximateResultCount(Integer approximateResultCount)
approximateResultCount
- public List<ItemSource> getItems()
public void setItems(Collection<ItemSource> items)
items
- public SearchRasterDataCollectionResult withItems(ItemSource... items)
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
- public SearchRasterDataCollectionResult withItems(Collection<ItemSource> items)
items
- 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()