@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 set of results.
|
List<ProvisionedProductDetail> |
getProvisionedProducts()
Information about the provisioned products.
|
int |
hashCode() |
void |
setNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
void |
setProvisionedProducts(Collection<ProvisionedProductDetail> provisionedProducts)
Information about the provisioned products.
|
String |
toString()
Returns a string representation of this object.
|
ScanProvisionedProductsResult |
withNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
ScanProvisionedProductsResult |
withProvisionedProducts(Collection<ProvisionedProductDetail> provisionedProducts)
Information about the provisioned products.
|
ScanProvisionedProductsResult |
withProvisionedProducts(ProvisionedProductDetail... provisionedProducts)
Information about the provisioned products.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ProvisionedProductDetail> getProvisionedProducts()
Information about the provisioned products.
public void setProvisionedProducts(Collection<ProvisionedProductDetail> provisionedProducts)
Information about the provisioned products.
provisionedProducts - Information about the provisioned products.public ScanProvisionedProductsResult withProvisionedProducts(ProvisionedProductDetail... provisionedProducts)
Information about the provisioned products.
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 - Information about the provisioned products.public ScanProvisionedProductsResult withProvisionedProducts(Collection<ProvisionedProductDetail> provisionedProducts)
Information about the provisioned products.
provisionedProducts - Information about the provisioned products.public void setNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value
is null.public String getNextPageToken()
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
public ScanProvisionedProductsResult withNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value
is null.public String toString()
toString in class ObjectObject.toString()public ScanProvisionedProductsResult clone()
Copyright © 2019. All rights reserved.