@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScanProvisionedProductsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ScanProvisionedProductsResult() |
Modifier and Type | Method and Description |
---|---|
ScanProvisionedProductsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextPageToken()
The page token to use to retrieve the next page of results for this operation.
|
List<ProvisionedProductDetail> |
getProvisionedProducts()
A list of ProvisionedProduct detail objects.
|
int |
hashCode() |
void |
setNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
void |
setProvisionedProducts(Collection<ProvisionedProductDetail> provisionedProducts)
A list of ProvisionedProduct detail objects.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ScanProvisionedProductsResult |
withNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
ScanProvisionedProductsResult |
withProvisionedProducts(Collection<ProvisionedProductDetail> provisionedProducts)
A list of ProvisionedProduct detail objects.
|
ScanProvisionedProductsResult |
withProvisionedProducts(ProvisionedProductDetail... provisionedProducts)
A list of ProvisionedProduct detail objects.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ProvisionedProductDetail> getProvisionedProducts()
A list of ProvisionedProduct detail objects.
public void setProvisionedProducts(Collection<ProvisionedProductDetail> provisionedProducts)
A list of ProvisionedProduct detail objects.
provisionedProducts
- A list of ProvisionedProduct detail objects.public ScanProvisionedProductsResult withProvisionedProducts(ProvisionedProductDetail... provisionedProducts)
A list of ProvisionedProduct detail objects.
NOTE: This method appends the values to the existing list (if any). Use
setProvisionedProducts(java.util.Collection)
or withProvisionedProducts(java.util.Collection)
if you want to override the existing values.
provisionedProducts
- A list of ProvisionedProduct detail objects.public ScanProvisionedProductsResult withProvisionedProducts(Collection<ProvisionedProductDetail> provisionedProducts)
A list of ProvisionedProduct detail objects.
provisionedProducts
- A list of ProvisionedProduct detail objects.public void setNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextPageToken
- The page token to use to retrieve the next page of results for this operation. If there are no more pages,
this value is null.public String getNextPageToken()
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
public ScanProvisionedProductsResult withNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextPageToken
- The page token to use to retrieve the next page of results for this operation. If there are no more pages,
this value is null.public String toString()
toString
in class Object
Object.toString()
public ScanProvisionedProductsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.